2020-06-30 17:22:36 +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>{46EDBDE0-58B4-4725-9783-0C55C3D49C0C}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>SafeExamBrowser.Server</RootNamespace>
|
|
|
|
|
<AssemblyName>SafeExamBrowser.Server</AssemblyName>
|
2023-06-22 16:15:23 +02:00
|
|
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
2020-06-30 17:22:36 +02:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<Deterministic>true</Deterministic>
|
2023-06-22 16:15:23 +02:00
|
|
|
|
<TargetFrameworkProfile />
|
2020-06-30 17:22:36 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</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>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2021-04-16 10:47:10 +02:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
2023-03-14 00:54:48 +01:00
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
2020-07-22 18:11:51 +02:00
|
|
|
|
</Reference>
|
2020-06-30 17:22:36 +02:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2020-07-22 18:11:51 +02:00
|
|
|
|
<Reference Include="System.Net.Http" />
|
2020-06-30 17:22:36 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-07-22 18:11:51 +02:00
|
|
|
|
<Compile Include="Data\ApiVersion1.cs" />
|
2021-04-12 10:59:31 +02:00
|
|
|
|
<Compile Include="Data\Attributes.cs" />
|
2023-02-24 21:33:26 +01:00
|
|
|
|
<Compile Include="Data\AttributeType.cs" />
|
2021-04-12 10:59:31 +02:00
|
|
|
|
<Compile Include="Data\Instructions.cs" />
|
|
|
|
|
<Compile Include="Extensions.cs" />
|
|
|
|
|
<Compile Include="FileSystem.cs" />
|
|
|
|
|
<Compile Include="Parser.cs" />
|
2020-06-30 17:22:36 +02:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2023-02-24 21:33:26 +01:00
|
|
|
|
<Compile Include="Requests\ApiRequest.cs" />
|
|
|
|
|
<Compile Include="Requests\AppSignatureKeyRequest.cs" />
|
|
|
|
|
<Compile Include="Requests\AvailableExamsRequest.cs" />
|
|
|
|
|
<Compile Include="Requests\BaseRequest.cs" />
|
|
|
|
|
<Compile Include="Requests\ConfirmLockScreenRequest.cs" />
|
|
|
|
|
<Compile Include="Requests\ContentType.cs" />
|
|
|
|
|
<Compile Include="Requests\DisconnectionRequest.cs" />
|
|
|
|
|
<Compile Include="Requests\ExamConfigurationRequest.cs" />
|
|
|
|
|
<Compile Include="Requests\Header.cs" />
|
|
|
|
|
<Compile Include="Requests\LockScreenRequest.cs" />
|
|
|
|
|
<Compile Include="Requests\LogRequest.cs" />
|
|
|
|
|
<Compile Include="Requests\LowerHandRequest.cs" />
|
|
|
|
|
<Compile Include="Requests\NetworkAdapterRequest.cs" />
|
|
|
|
|
<Compile Include="Requests\OAuth2TokenRequest.cs" />
|
|
|
|
|
<Compile Include="Requests\PingRequest.cs" />
|
|
|
|
|
<Compile Include="Requests\PowerSupplyRequest.cs" />
|
|
|
|
|
<Compile Include="Requests\RaiseHandRequest.cs" />
|
|
|
|
|
<Compile Include="Requests\SelectExamRequest.cs" />
|
2023-11-01 13:52:39 +01:00
|
|
|
|
<Compile Include="Requests\UserIdentifierRequest.cs" />
|
2020-07-13 22:57:19 +02:00
|
|
|
|
<Compile Include="ServerProxy.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-07-27 15:58:30 +02:00
|
|
|
|
<ProjectReference Include="..\SafeExamBrowser.Configuration.Contracts\SafeExamBrowser.Configuration.Contracts.csproj">
|
|
|
|
|
<Project>{7d74555e-63e1-4c46-bd0a-8580552368c8}</Project>
|
|
|
|
|
<Name>SafeExamBrowser.Configuration.Contracts</Name>
|
|
|
|
|
</ProjectReference>
|
2020-07-22 18:11:51 +02:00
|
|
|
|
<ProjectReference Include="..\SafeExamBrowser.Logging.Contracts\SafeExamBrowser.Logging.Contracts.csproj">
|
|
|
|
|
<Project>{64ea30fb-11d4-436a-9c2b-88566285363e}</Project>
|
|
|
|
|
<Name>SafeExamBrowser.Logging.Contracts</Name>
|
|
|
|
|
</ProjectReference>
|
2020-07-13 22:57:19 +02:00
|
|
|
|
<ProjectReference Include="..\SafeExamBrowser.Server.Contracts\SafeExamBrowser.Server.Contracts.csproj">
|
|
|
|
|
<Project>{db701e6f-bddc-4cec-b662-335a9dc11809}</Project>
|
|
|
|
|
<Name>SafeExamBrowser.Server.Contracts</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeExamBrowser.Settings\SafeExamBrowser.Settings.csproj">
|
|
|
|
|
<Project>{30b2d907-5861-4f39-abad-c4abf1b3470e}</Project>
|
|
|
|
|
<Name>SafeExamBrowser.Settings</Name>
|
|
|
|
|
</ProjectReference>
|
2020-12-03 19:47:17 +01:00
|
|
|
|
<ProjectReference Include="..\SafeExamBrowser.SystemComponents.Contracts\SafeExamBrowser.SystemComponents.Contracts.csproj">
|
|
|
|
|
<Project>{903129c6-e236-493b-9ad6-c6a57f647a3a}</Project>
|
|
|
|
|
<Name>SafeExamBrowser.SystemComponents.Contracts</Name>
|
|
|
|
|
</ProjectReference>
|
2020-06-30 17:22:36 +02:00
|
|
|
|
</ItemGroup>
|
2020-07-22 18:11:51 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
</ItemGroup>
|
2020-06-30 17:22:36 +02:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|