2017-07-20 14:16:47 +02:00
|
|
|
|
<?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>
|
2019-03-20 14:00:36 +01:00
|
|
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
2017-07-20 14:16:47 +02:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2019-03-20 14:00:36 +01:00
|
|
|
|
<TargetFrameworkProfile />
|
2017-07-20 14:16:47 +02:00
|
|
|
|
</PropertyGroup>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
2017-07-20 14:16:47 +02:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
2022-07-18 21:37:04 +02:00
|
|
|
|
<DefineConstants>TRACE;DEBUG;X86</DefineConstants>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2017-07-20 14:16:47 +02:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2017-07-20 14:16:47 +02:00
|
|
|
|
</PropertyGroup>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
2022-07-18 21:37:04 +02:00
|
|
|
|
<DefineConstants>TRACE;X86</DefineConstants>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2017-07-20 14:16:47 +02:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
</PropertyGroup>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
2017-07-24 17:31:28 +02:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
2017-07-24 17:31:28 +02:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
2017-07-24 17:31:28 +02:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
2017-07-24 17:31:28 +02:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
2017-07-24 17:31:28 +02:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2017-07-24 17:31:28 +02:00
|
|
|
|
</PropertyGroup>
|
2017-07-20 14:16:47 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
2018-11-08 09:39:52 +01:00
|
|
|
|
<Reference Include="System.Net.Http" />
|
2017-07-20 14:16:47 +02:00
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2018-11-28 15:43:30 +01:00
|
|
|
|
<Reference Include="System.XML" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
2017-07-20 14:16:47 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2019-12-20 10:03:47 +01:00
|
|
|
|
<Compile Include="ConfigurationData\DataMapping\ApplicationDataMapper.cs" />
|
|
|
|
|
<Compile Include="ConfigurationData\DataMapping\AudioDataMapper.cs" />
|
|
|
|
|
<Compile Include="ConfigurationData\DataMapping\BrowserDataMapper.cs" />
|
|
|
|
|
<Compile Include="ConfigurationData\DataMapping\ConfigurationFileDataMapper.cs" />
|
2021-05-30 20:04:44 +02:00
|
|
|
|
<Compile Include="ConfigurationData\DataMapping\DisplayDataMapper.cs" />
|
2019-12-20 10:03:47 +01:00
|
|
|
|
<Compile Include="ConfigurationData\DataMapping\GeneralDataMapper.cs" />
|
|
|
|
|
<Compile Include="ConfigurationData\DataMapping\BaseDataMapper.cs" />
|
|
|
|
|
<Compile Include="ConfigurationData\DataMapping\InputDataMapper.cs" />
|
2021-02-10 00:49:32 +01:00
|
|
|
|
<Compile Include="ConfigurationData\DataMapping\ProctoringDataMapper.cs" />
|
2019-12-20 10:03:47 +01:00
|
|
|
|
<Compile Include="ConfigurationData\DataMapping\SecurityDataMapper.cs" />
|
2020-07-01 13:39:17 +02:00
|
|
|
|
<Compile Include="ConfigurationData\DataMapping\ServerDataMapper.cs" />
|
2020-02-28 15:00:17 +01:00
|
|
|
|
<Compile Include="ConfigurationData\DataMapping\ServiceDataMapper.cs" />
|
2019-12-20 10:03:47 +01:00
|
|
|
|
<Compile Include="ConfigurationData\DataMapping\UserInterfaceDataMapper.cs" />
|
2020-01-10 08:54:10 +01:00
|
|
|
|
<Compile Include="ConfigurationData\DataProcessor.cs" />
|
2020-03-03 15:38:48 +01:00
|
|
|
|
<Compile Include="ConfigurationData\Json.cs" />
|
2018-12-21 11:36:20 +01:00
|
|
|
|
<Compile Include="ConfigurationData\Keys.cs" />
|
|
|
|
|
<Compile Include="ConfigurationData\DataValues.cs" />
|
2019-02-19 10:22:32 +01:00
|
|
|
|
<Compile Include="Cryptography\CertificateStore.cs" />
|
2022-07-18 21:37:04 +02:00
|
|
|
|
<Compile Include="Integrity\IntegrityModule.cs" />
|
2021-10-18 12:06:10 +02:00
|
|
|
|
<Compile Include="Cryptography\KeyGenerator.cs" />
|
2018-12-14 09:50:10 +01:00
|
|
|
|
<Compile Include="DataCompression\GZipCompressor.cs" />
|
|
|
|
|
<Compile Include="Cryptography\PasswordEncryption.cs" />
|
2019-02-19 15:54:11 +01:00
|
|
|
|
<Compile Include="Cryptography\PublicKeyEncryption.cs" />
|
|
|
|
|
<Compile Include="Cryptography\PublicKeySymmetricEncryption.cs" />
|
2018-12-21 11:36:20 +01:00
|
|
|
|
<Compile Include="DataFormats\BinaryParser.cs" />
|
|
|
|
|
<Compile Include="DataFormats\BinarySerializer.cs" />
|
|
|
|
|
<Compile Include="DataFormats\BinaryBlock.cs" />
|
|
|
|
|
<Compile Include="ConfigurationData\DataMapper.cs" />
|
2018-12-14 09:50:10 +01:00
|
|
|
|
<Compile Include="Cryptography\HashAlgorithm.cs" />
|
2018-12-21 11:36:20 +01:00
|
|
|
|
<Compile Include="DataFormats\XmlElement.cs" />
|
|
|
|
|
<Compile Include="DataFormats\XmlParser.cs" />
|
|
|
|
|
<Compile Include="DataFormats\XmlSerializer.cs" />
|
|
|
|
|
<Compile Include="DataResources\FileResourceSaver.cs" />
|
2017-07-20 14:16:47 +02:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2018-02-06 15:12:11 +01:00
|
|
|
|
<Compile Include="ConfigurationRepository.cs" />
|
2018-12-21 11:36:20 +01:00
|
|
|
|
<Compile Include="DataResources\FileResourceLoader.cs" />
|
|
|
|
|
<Compile Include="DataResources\NetworkResourceLoader.cs" />
|
2018-11-22 14:36:20 +01:00
|
|
|
|
<Compile Include="SubStream.cs" />
|
2017-07-20 14:16:47 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2019-08-30 09:55:26 +02:00
|
|
|
|
<ProjectReference Include="..\SafeExamBrowser.Configuration.Contracts\SafeExamBrowser.Configuration.Contracts.csproj">
|
|
|
|
|
<Project>{7d74555e-63e1-4c46-bd0a-8580552368c8}</Project>
|
|
|
|
|
<Name>SafeExamBrowser.Configuration.Contracts</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeExamBrowser.Logging.Contracts\SafeExamBrowser.Logging.Contracts.csproj">
|
|
|
|
|
<Project>{64ea30fb-11d4-436a-9c2b-88566285363e}</Project>
|
|
|
|
|
<Name>SafeExamBrowser.Logging.Contracts</Name>
|
|
|
|
|
</ProjectReference>
|
2019-09-06 09:39:28 +02:00
|
|
|
|
<ProjectReference Include="..\SafeExamBrowser.Settings\SafeExamBrowser.Settings.csproj">
|
|
|
|
|
<Project>{30b2d907-5861-4f39-abad-c4abf1b3470e}</Project>
|
|
|
|
|
<Name>SafeExamBrowser.Settings</Name>
|
|
|
|
|
</ProjectReference>
|
2017-07-20 14:16:47 +02:00
|
|
|
|
</ItemGroup>
|
2019-12-20 10:03:47 +01:00
|
|
|
|
<ItemGroup />
|
2017-07-20 14:16:47 +02:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|