<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{C388C4DD-A159-457D-AF92-89F7AD185109}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>SafeExamBrowser.Configuration</RootNamespace>
    <AssemblyName>SafeExamBrowser.Configuration</AssemblyName>
    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <TargetFrameworkProfile />
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    <DebugSymbols>true</DebugSymbols>
    <OutputPath>bin\x86\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <DebugType>full</DebugType>
    <PlatformTarget>x86</PlatformTarget>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    <OutputPath>bin\x86\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <Optimize>true</Optimize>
    <DebugType>pdbonly</DebugType>
    <PlatformTarget>x86</PlatformTarget>
    <ErrorReport>prompt</ErrorReport>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Net.Http" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.XML" />
    <Reference Include="System.Xml.Linq" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="ConfigurationData\Keys.cs" />
    <Compile Include="ConfigurationData\DataValues.cs" />
    <Compile Include="Cryptography\CertificateStore.cs" />
    <Compile Include="DataCompression\GZipCompressor.cs" />
    <Compile Include="Cryptography\PasswordEncryption.cs" />
    <Compile Include="Cryptography\PublicKeyEncryption.cs" />
    <Compile Include="Cryptography\PublicKeySymmetricEncryption.cs" />
    <Compile Include="DataFormats\BinaryParser.cs" />
    <Compile Include="DataFormats\BinarySerializer.cs" />
    <Compile Include="DataFormats\BinaryBlock.cs" />
    <Compile Include="ConfigurationData\DataMapper.cs" />
    <Compile Include="ConfigurationData\DataMapper.Browser.cs">
      <DependentUpon>DataMapper.cs</DependentUpon>
    </Compile>
    <Compile Include="ConfigurationData\DataMapper.ConfigurationFile.cs">
      <DependentUpon>DataMapper.cs</DependentUpon>
    </Compile>
    <Compile Include="ConfigurationData\DataMapper.General.cs">
      <DependentUpon>DataMapper.cs</DependentUpon>
    </Compile>
    <Compile Include="ConfigurationData\DataMapper.Input.cs">
      <DependentUpon>DataMapper.cs</DependentUpon>
    </Compile>
    <Compile Include="ConfigurationData\DataMapper.UserInterface.cs">
      <DependentUpon>DataMapper.cs</DependentUpon>
    </Compile>
    <Compile Include="ConfigurationData\DataMapper.Security.cs">
      <DependentUpon>DataMapper.cs</DependentUpon>
    </Compile>
    <Compile Include="Cryptography\HashAlgorithm.cs" />
    <Compile Include="DataFormats\XmlElement.cs" />
    <Compile Include="DataFormats\XmlParser.cs" />
    <Compile Include="DataFormats\XmlSerializer.cs" />
    <Compile Include="DataResources\FileResourceSaver.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="ConfigurationRepository.cs" />
    <Compile Include="DataResources\FileResourceLoader.cs" />
    <Compile Include="DataResources\NetworkResourceLoader.cs" />
    <Compile Include="SubStream.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\SafeExamBrowser.Contracts\SafeExamBrowser.Contracts.csproj">
      <Project>{47DA5933-BEF8-4729-94E6-ABDE2DB12262}</Project>
      <Name>SafeExamBrowser.Contracts</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>