2017-07-05 10:50:02 +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 > {E3AED2F8-B5DF-45D1-AC19-48066923D6D8}</ProjectGuid>
<OutputType > WinExe</OutputType>
2018-01-18 08:16:20 +01:00
<RootNamespace > SafeExamBrowser.Runtime</RootNamespace>
2017-07-05 10:50:02 +02:00
<AssemblyName > SafeExamBrowser</AssemblyName>
2023-06-22 16:15:23 +02:00
<TargetFrameworkVersion > v4.8</TargetFrameworkVersion>
2017-07-05 10:50:02 +02:00
<FileAlignment > 512</FileAlignment>
<ProjectTypeGuids > {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel > 4</WarningLevel>
<AutoGenerateBindingRedirects > true</AutoGenerateBindingRedirects>
2017-07-13 12:12:52 +02:00
<IsWebBootstrapper > false</IsWebBootstrapper>
2017-07-06 18:18:39 +02:00
<PublishUrl > publish\</PublishUrl>
<Install > true</Install>
<InstallFrom > Disk</InstallFrom>
<UpdateEnabled > false</UpdateEnabled>
<UpdateMode > Foreground</UpdateMode>
<UpdateInterval > 7</UpdateInterval>
<UpdateIntervalUnits > Days</UpdateIntervalUnits>
<UpdatePeriodically > false</UpdatePeriodically>
<UpdateRequired > false</UpdateRequired>
<MapFileExtensions > true</MapFileExtensions>
<ApplicationRevision > 0</ApplicationRevision>
<ApplicationVersion > 3.0.0.%2a</ApplicationVersion>
<UseApplicationTrust > false</UseApplicationTrust>
<BootstrapperEnabled > true</BootstrapperEnabled>
2019-03-20 14:00:36 +01:00
<TargetFrameworkProfile />
2021-05-12 17:26:10 +02:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2017-07-05 10:50:02 +02:00
</PropertyGroup>
2017-07-13 12:12:52 +02:00
<PropertyGroup >
2018-01-18 08:16:20 +01:00
<StartupObject > SafeExamBrowser.Runtime.App</StartupObject>
2017-07-13 12:12:52 +02:00
</PropertyGroup>
<PropertyGroup >
2017-07-17 16:59:50 +02:00
<ApplicationIcon > SafeExamBrowser.ico</ApplicationIcon>
2017-07-13 12:12:52 +02:00
</PropertyGroup>
2017-07-24 17:31:28 +02:00
<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>
<Prefer32Bit > true</Prefer32Bit>
2018-06-21 07:56:25 +02:00
<CodeAnalysisRuleSet > MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
2017-07-24 17:31:28 +02:00
</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>
<Prefer32Bit > true</Prefer32Bit>
</PropertyGroup>
2017-08-14 17:44:16 +02:00
<PropertyGroup >
<ApplicationManifest > app.manifest</ApplicationManifest>
</PropertyGroup>
2019-11-06 15:45:17 +01:00
<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>
<Prefer32Bit > true</Prefer32Bit>
</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>
<Prefer32Bit > true</Prefer32Bit>
</PropertyGroup>
2017-07-05 10:50:02 +02:00
<ItemGroup >
<Reference Include= "System" />
2017-08-15 08:39:10 +02:00
<Reference Include= "System.Xaml" />
2017-07-05 10:50:02 +02:00
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "WindowsBase" />
<Reference Include= "PresentationCore" />
<Reference Include= "PresentationFramework" />
</ItemGroup>
<ItemGroup >
2017-07-05 17:21:52 +02:00
<Compile Include= "App.cs" />
2018-08-31 10:06:27 +02:00
<Compile Include= "Operations\ClientOperation.cs" />
<Compile Include= "Operations\ClientTerminationOperation.cs" />
2020-07-13 22:57:19 +02:00
<Compile Include= "Operations\ConfigurationBaseOperation.cs" />
2018-08-31 10:06:27 +02:00
<Compile Include= "Operations\ConfigurationOperation.cs" />
2021-02-09 14:44:59 +01:00
<Compile Include= "Operations\DisclaimerOperation.cs" />
2021-05-30 20:04:44 +02:00
<Compile Include= "Operations\DisplayMonitorOperation.cs" />
2018-12-14 15:30:10 +01:00
<Compile Include= "Operations\Events\ClientConfigurationErrorMessageArgs.cs" />
2018-10-03 14:35:27 +02:00
<Compile Include= "Operations\Events\ConfigurationCompletedEventArgs.cs" />
2020-07-13 22:57:19 +02:00
<Compile Include= "Operations\Events\ExamSelectionEventArgs.cs" />
2018-11-08 09:39:52 +01:00
<Compile Include= "Operations\Events\InvalidDataMessageArgs.cs" />
2018-12-11 16:06:10 +01:00
<Compile Include= "Operations\Events\InvalidPasswordMessageArgs.cs" />
2018-11-08 09:39:52 +01:00
<Compile Include= "Operations\Events\MessageEventArgs.cs" />
<Compile Include= "Operations\Events\NotSupportedMessageArgs.cs" />
2018-10-03 14:35:27 +02:00
<Compile Include= "Operations\Events\PasswordRequiredEventArgs.cs" />
2020-07-13 22:57:19 +02:00
<Compile Include= "Operations\Events\ServerFailureEventArgs.cs" />
2018-11-08 09:39:52 +01:00
<Compile Include= "Operations\Events\UnexpectedErrorMessageArgs.cs" />
2022-12-21 05:37:03 +01:00
<Compile Include= "Operations\ApplicationIntegrityOperation.cs" />
2018-08-31 10:06:27 +02:00
<Compile Include= "Operations\KioskModeOperation.cs" />
2021-03-29 20:05:17 +02:00
<Compile Include= "Operations\ProctoringWorkaroundOperation.cs" />
2020-12-04 15:21:51 +01:00
<Compile Include= "Operations\RemoteSessionOperation.cs" />
2020-07-13 22:57:19 +02:00
<Compile Include= "Operations\ServerOperation.cs" />
2018-08-31 10:06:27 +02:00
<Compile Include= "Operations\ServiceOperation.cs" />
2018-10-12 11:16:59 +02:00
<Compile Include= "Operations\SessionActivationOperation.cs" />
2022-12-21 05:37:03 +01:00
<Compile Include= "Operations\SessionIntegrityOperation.cs" />
2018-10-12 11:16:59 +02:00
<Compile Include= "Operations\SessionOperation.cs" />
2018-08-31 10:06:27 +02:00
<Compile Include= "Operations\SessionInitializationOperation.cs" />
2018-02-06 15:12:11 +01:00
<Compile Include= "Communication\RuntimeHost.cs" />
2017-07-06 10:56:03 +02:00
<Compile Include= "CompositionRoot.cs" />
2019-12-20 17:06:28 +01:00
<Compile Include= "Operations\VirtualMachineOperation.cs" />
2017-07-05 10:50:02 +02:00
<Compile Include= "Properties\AssemblyInfo.cs" >
<SubType > Code</SubType>
</Compile>
<Compile Include= "Properties\Resources.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > Resources.resx</DependentUpon>
</Compile>
<Compile Include= "Properties\Settings.Designer.cs" >
<AutoGen > True</AutoGen>
<DependentUpon > Settings.settings</DependentUpon>
<DesignTimeSharedInput > True</DesignTimeSharedInput>
</Compile>
2018-08-31 10:06:27 +02:00
<Compile Include= "RuntimeController.cs" />
2018-10-12 11:16:59 +02:00
<Compile Include= "SessionContext.cs" />
2017-07-05 10:50:02 +02:00
<EmbeddedResource Include= "Properties\Resources.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
2017-08-14 17:44:16 +02:00
<None Include= "app.manifest" />
2023-06-22 16:15:23 +02:00
<None Include= "packages.config" />
2017-07-05 10:50:02 +02:00
<None Include= "Properties\Settings.settings" >
<Generator > SettingsSingleFileGenerator</Generator>
<LastGenOutput > Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup >
<None Include= "App.config" />
</ItemGroup>
2017-07-05 17:21:52 +02:00
<ItemGroup >
2019-08-30 09:55:26 +02:00
<ProjectReference Include= "..\SafeExamBrowser.Communication.Contracts\SafeExamBrowser.Communication.Contracts.csproj" >
<Project > {0cd2c5fe-711a-4c32-afe0-bb804fe8b220}</Project>
<Name > SafeExamBrowser.Communication.Contracts</Name>
</ProjectReference>
2018-08-31 10:06:27 +02:00
<ProjectReference Include= "..\SafeExamBrowser.Communication\SafeExamBrowser.Communication.csproj" >
<Project > {c9416a62-0623-4d38-96aa-92516b32f02f}</Project>
<Name > SafeExamBrowser.Communication</Name>
</ProjectReference>
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>
2017-07-20 14:16:47 +02:00
<ProjectReference Include= "..\SafeExamBrowser.Configuration\SafeExamBrowser.Configuration.csproj" >
<Project > {c388c4dd-a159-457d-af92-89f7ad185109}</Project>
<Name > SafeExamBrowser.Configuration</Name>
</ProjectReference>
2019-08-30 09:55:26 +02:00
<ProjectReference Include= "..\SafeExamBrowser.Core.Contracts\SafeExamBrowser.Core.Contracts.csproj" >
<Project > {fe0e1224-b447-4b14-81e7-ed7d84822aa0}</Project>
<Name > SafeExamBrowser.Core.Contracts</Name>
2017-07-06 18:18:39 +02:00
</ProjectReference>
2017-07-05 17:21:52 +02:00
<ProjectReference Include= "..\SafeExamBrowser.Core\SafeExamBrowser.Core.csproj" >
<Project > {3d6fdbb6-a4af-4626-bb2b-bf329d44f9cc}</Project>
<Name > SafeExamBrowser.Core</Name>
</ProjectReference>
2019-08-30 09:55:26 +02:00
<ProjectReference Include= "..\SafeExamBrowser.I18n.Contracts\SafeExamBrowser.I18n.Contracts.csproj" >
<Project > {1858ddf3-bc2a-4bff-b663-4ce2ffeb8b7d}</Project>
<Name > SafeExamBrowser.I18n.Contracts</Name>
</ProjectReference>
2018-08-31 10:06:27 +02:00
<ProjectReference Include= "..\SafeExamBrowser.I18n\SafeExamBrowser.I18n.csproj" >
<Project > {10c62628-8e6a-45aa-9d97-339b119ad21d}</Project>
<Name > SafeExamBrowser.I18n</Name>
</ProjectReference>
2019-08-30 09:55:26 +02:00
<ProjectReference Include= "..\SafeExamBrowser.Logging.Contracts\SafeExamBrowser.Logging.Contracts.csproj" >
<Project > {64ea30fb-11d4-436a-9c2b-88566285363e}</Project>
<Name > SafeExamBrowser.Logging.Contracts</Name>
</ProjectReference>
2018-08-31 10:06:27 +02:00
<ProjectReference Include= "..\SafeExamBrowser.Logging\SafeExamBrowser.Logging.csproj" >
<Project > {e107026c-2011-4552-a7d8-3a0d37881df6}</Project>
<Name > SafeExamBrowser.Logging</Name>
</ProjectReference>
2021-05-30 20:04:44 +02:00
<ProjectReference Include= "..\SafeExamBrowser.Monitoring.Contracts\SafeExamBrowser.Monitoring.Contracts.csproj" >
<Project > {6d563a30-366d-4c35-815b-2c9e6872278b}</Project>
<Name > SafeExamBrowser.Monitoring.Contracts</Name>
</ProjectReference>
<ProjectReference Include= "..\SafeExamBrowser.Monitoring\SafeExamBrowser.Monitoring.csproj" >
<Project > {ef563531-4eb5-44b9-a5ec-d6d6f204469b}</Project>
<Name > SafeExamBrowser.Monitoring</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.Server\SafeExamBrowser.Server.csproj" >
<Project > {46edbde0-58b4-4725-9783-0c55c3d49c0c}</Project>
<Name > SafeExamBrowser.Server</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>
2019-08-30 09:55:26 +02:00
<ProjectReference Include= "..\SafeExamBrowser.SystemComponents.Contracts\SafeExamBrowser.SystemComponents.Contracts.csproj" >
<Project > {903129c6-e236-493b-9ad6-c6a57f647a3a}</Project>
<Name > SafeExamBrowser.SystemComponents.Contracts</Name>
</ProjectReference>
2019-01-23 15:57:49 +01:00
<ProjectReference Include= "..\SafeExamBrowser.SystemComponents\SafeExamBrowser.SystemComponents.csproj" >
<Project > {acee2ef1-14d2-4b52-8994-5c053055bb51}</Project>
<Name > SafeExamBrowser.SystemComponents</Name>
</ProjectReference>
2019-08-30 09:55:26 +02:00
<ProjectReference Include= "..\SafeExamBrowser.UserInterface.Contracts\SafeExamBrowser.UserInterface.Contracts.csproj" >
<Project > {c7889e97-6ff6-4a58-b7cb-521ed276b316}</Project>
<Name > SafeExamBrowser.UserInterface.Contracts</Name>
</ProjectReference>
2019-01-11 15:32:47 +01:00
<ProjectReference Include= "..\SafeExamBrowser.UserInterface.Desktop\SafeExamBrowser.UserInterface.Desktop.csproj" >
2017-08-22 09:37:17 +02:00
<Project > {a502df54-7169-4647-94bd-18b192924866}</Project>
2019-01-11 15:32:47 +01:00
<Name > SafeExamBrowser.UserInterface.Desktop</Name>
2017-07-05 17:21:52 +02:00
</ProjectReference>
2019-08-30 09:55:26 +02:00
<ProjectReference Include= "..\SafeExamBrowser.WindowsApi.Contracts\SafeExamBrowser.WindowsApi.Contracts.csproj" >
<Project > {7016f080-9aa5-41b2-a225-385ad877c171}</Project>
<Name > SafeExamBrowser.WindowsApi.Contracts</Name>
</ProjectReference>
2017-07-27 11:46:31 +02:00
<ProjectReference Include= "..\SafeExamBrowser.WindowsApi\SafeExamBrowser.WindowsApi.csproj" >
<Project > {73724659-4150-4792-A94E-42F5F3C1B696}</Project>
<Name > SafeExamBrowser.WindowsApi</Name>
</ProjectReference>
2017-07-05 17:21:52 +02:00
</ItemGroup>
2017-07-06 18:18:39 +02:00
<ItemGroup >
<BootstrapperPackage Include= ".NETFramework,Version=v4.5.2" >
<Visible > False</Visible>
<ProductName > Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
<Install > true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include= "Microsoft.Net.Framework.3.5.SP1" >
<Visible > False</Visible>
<ProductName > .NET Framework 3.5 SP1</ProductName>
<Install > false</Install>
</BootstrapperPackage>
</ItemGroup>
2017-07-13 12:12:52 +02:00
<ItemGroup >
2017-07-17 16:59:50 +02:00
<Resource Include= "SafeExamBrowser.ico" />
2017-07-13 12:12:52 +02:00
</ItemGroup>
2018-01-18 08:16:20 +01:00
<ItemGroup />
2017-07-05 10:50:02 +02:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2018-02-14 15:26:05 +01:00
<PropertyGroup >
2022-07-19 12:07:38 +02:00
<PostBuildEvent > IF EXIST "C:\SEB\seb_$(PlatformName).dll" (
robocopy "C:\SEB" "$(TargetDir)\" "seb_$(PlatformName).dll" /np
IF %25ERRORLEVEL%25 GEQ 8 (
EXIT 1
)
) ELSE (
ECHO WARNING: Integrity module not included!
)
EXIT 0</PostBuildEvent>
2018-02-15 07:53:58 +01:00
</PropertyGroup>
<PropertyGroup >
<PreBuildEvent >
</PreBuildEvent>
2018-02-14 15:26:05 +01:00
</PropertyGroup>
2019-07-26 10:06:04 +02:00
<Target Name= "AfterClean" AfterTargets= "Clean" >
<RemoveDir Directories= "$(TargetDir)" />
</Target>
2021-06-23 09:46:03 +02:00
<Import Project= "..\packages\OpenCover.4.7.1221\build\OpenCover.targets" Condition= "Exists('..\packages\OpenCover.4.7.1221\build\OpenCover.targets')" />
2021-05-12 17:26:10 +02:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
2021-06-23 09:46:03 +02:00
<Error Condition= "!Exists('..\packages\OpenCover.4.7.1221\build\OpenCover.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\OpenCover.4.7.1221\build\OpenCover.targets'))" />
2021-05-12 17:26:10 +02:00
</Target>
2017-07-05 10:50:02 +02:00
</Project>