282 lines
No EOL
14 KiB
XML
282 lines
No EOL
14 KiB
XML
<?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>
|
|
<RootNamespace>SafeExamBrowser.Runtime</RootNamespace>
|
|
<AssemblyName>SafeExamBrowser</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<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>
|
|
<TargetFrameworkProfile />
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<StartupObject>SafeExamBrowser.Runtime.App</StartupObject>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>SafeExamBrowser.ico</ApplicationIcon>
|
|
</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>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
<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>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
</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>
|
|
<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>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Xaml" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="App.cs" />
|
|
<Compile Include="Operations\ClientOperation.cs" />
|
|
<Compile Include="Operations\ClientTerminationOperation.cs" />
|
|
<Compile Include="Operations\ConfigurationBaseOperation.cs" />
|
|
<Compile Include="Operations\ConfigurationOperation.cs" />
|
|
<Compile Include="Operations\DisclaimerOperation.cs" />
|
|
<Compile Include="Operations\DisplayMonitorOperation.cs" />
|
|
<Compile Include="Operations\Events\ClientConfigurationErrorMessageArgs.cs" />
|
|
<Compile Include="Operations\Events\ConfigurationCompletedEventArgs.cs" />
|
|
<Compile Include="Operations\Events\ExamSelectionEventArgs.cs" />
|
|
<Compile Include="Operations\Events\InvalidDataMessageArgs.cs" />
|
|
<Compile Include="Operations\Events\InvalidPasswordMessageArgs.cs" />
|
|
<Compile Include="Operations\Events\MessageEventArgs.cs" />
|
|
<Compile Include="Operations\Events\NotSupportedMessageArgs.cs" />
|
|
<Compile Include="Operations\Events\PasswordRequiredEventArgs.cs" />
|
|
<Compile Include="Operations\Events\ServerFailureEventArgs.cs" />
|
|
<Compile Include="Operations\Events\UnexpectedErrorMessageArgs.cs" />
|
|
<Compile Include="Operations\ApplicationIntegrityOperation.cs" />
|
|
<Compile Include="Operations\Events\VersionRestrictionMessageArgs.cs" />
|
|
<Compile Include="Operations\KioskModeOperation.cs" />
|
|
<Compile Include="Operations\RemoteSessionOperation.cs" />
|
|
<Compile Include="Operations\ServerOperation.cs" />
|
|
<Compile Include="Operations\ServiceOperation.cs" />
|
|
<Compile Include="Operations\SessionActivationOperation.cs" />
|
|
<Compile Include="Operations\SessionIntegrityOperation.cs" />
|
|
<Compile Include="Operations\SessionOperation.cs" />
|
|
<Compile Include="Operations\SessionInitializationOperation.cs" />
|
|
<Compile Include="Communication\RuntimeHost.cs" />
|
|
<Compile Include="CompositionRoot.cs" />
|
|
<Compile Include="Operations\VersionRestrictionOperation.cs" />
|
|
<Compile Include="Operations\VirtualMachineOperation.cs" />
|
|
<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>
|
|
<Compile Include="RuntimeController.cs" />
|
|
<Compile Include="SessionContext.cs" />
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<None Include="app.manifest" />
|
|
<None Include="packages.config" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\SafeExamBrowser.Communication.Contracts\SafeExamBrowser.Communication.Contracts.csproj">
|
|
<Project>{0cd2c5fe-711a-4c32-afe0-bb804fe8b220}</Project>
|
|
<Name>SafeExamBrowser.Communication.Contracts</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SafeExamBrowser.Communication\SafeExamBrowser.Communication.csproj">
|
|
<Project>{c9416a62-0623-4d38-96aa-92516b32f02f}</Project>
|
|
<Name>SafeExamBrowser.Communication</Name>
|
|
</ProjectReference>
|
|
<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.Configuration\SafeExamBrowser.Configuration.csproj">
|
|
<Project>{c388c4dd-a159-457d-af92-89f7ad185109}</Project>
|
|
<Name>SafeExamBrowser.Configuration</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SafeExamBrowser.Core.Contracts\SafeExamBrowser.Core.Contracts.csproj">
|
|
<Project>{fe0e1224-b447-4b14-81e7-ed7d84822aa0}</Project>
|
|
<Name>SafeExamBrowser.Core.Contracts</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SafeExamBrowser.Core\SafeExamBrowser.Core.csproj">
|
|
<Project>{3d6fdbb6-a4af-4626-bb2b-bf329d44f9cc}</Project>
|
|
<Name>SafeExamBrowser.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SafeExamBrowser.I18n.Contracts\SafeExamBrowser.I18n.Contracts.csproj">
|
|
<Project>{1858ddf3-bc2a-4bff-b663-4ce2ffeb8b7d}</Project>
|
|
<Name>SafeExamBrowser.I18n.Contracts</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SafeExamBrowser.I18n\SafeExamBrowser.I18n.csproj">
|
|
<Project>{10c62628-8e6a-45aa-9d97-339b119ad21d}</Project>
|
|
<Name>SafeExamBrowser.I18n</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SafeExamBrowser.Logging.Contracts\SafeExamBrowser.Logging.Contracts.csproj">
|
|
<Project>{64ea30fb-11d4-436a-9c2b-88566285363e}</Project>
|
|
<Name>SafeExamBrowser.Logging.Contracts</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SafeExamBrowser.Logging\SafeExamBrowser.Logging.csproj">
|
|
<Project>{e107026c-2011-4552-a7d8-3a0d37881df6}</Project>
|
|
<Name>SafeExamBrowser.Logging</Name>
|
|
</ProjectReference>
|
|
<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>
|
|
<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>
|
|
<ProjectReference Include="..\SafeExamBrowser.Settings\SafeExamBrowser.Settings.csproj">
|
|
<Project>{30b2d907-5861-4f39-abad-c4abf1b3470e}</Project>
|
|
<Name>SafeExamBrowser.Settings</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SafeExamBrowser.SystemComponents.Contracts\SafeExamBrowser.SystemComponents.Contracts.csproj">
|
|
<Project>{903129c6-e236-493b-9ad6-c6a57f647a3a}</Project>
|
|
<Name>SafeExamBrowser.SystemComponents.Contracts</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SafeExamBrowser.SystemComponents\SafeExamBrowser.SystemComponents.csproj">
|
|
<Project>{acee2ef1-14d2-4b52-8994-5c053055bb51}</Project>
|
|
<Name>SafeExamBrowser.SystemComponents</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SafeExamBrowser.UserInterface.Contracts\SafeExamBrowser.UserInterface.Contracts.csproj">
|
|
<Project>{c7889e97-6ff6-4a58-b7cb-521ed276b316}</Project>
|
|
<Name>SafeExamBrowser.UserInterface.Contracts</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SafeExamBrowser.UserInterface.Desktop\SafeExamBrowser.UserInterface.Desktop.csproj">
|
|
<Project>{a502df54-7169-4647-94bd-18b192924866}</Project>
|
|
<Name>SafeExamBrowser.UserInterface.Desktop</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SafeExamBrowser.WindowsApi.Contracts\SafeExamBrowser.WindowsApi.Contracts.csproj">
|
|
<Project>{7016f080-9aa5-41b2-a225-385ad877c171}</Project>
|
|
<Name>SafeExamBrowser.WindowsApi.Contracts</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SafeExamBrowser.WindowsApi\SafeExamBrowser.WindowsApi.csproj">
|
|
<Project>{73724659-4150-4792-A94E-42F5F3C1B696}</Project>
|
|
<Name>SafeExamBrowser.WindowsApi</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<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>
|
|
<ItemGroup>
|
|
<Resource Include="SafeExamBrowser.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<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>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<PreBuildEvent>
|
|
</PreBuildEvent>
|
|
</PropertyGroup>
|
|
<Target Name="AfterClean" AfterTargets="Clean">
|
|
<RemoveDir Directories="$(TargetDir)" />
|
|
</Target>
|
|
<Import Project="..\packages\OpenCover.4.7.1221\build\OpenCover.targets" Condition="Exists('..\packages\OpenCover.4.7.1221\build\OpenCover.targets')" />
|
|
<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>
|
|
<Error Condition="!Exists('..\packages\OpenCover.4.7.1221\build\OpenCover.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCover.4.7.1221\build\OpenCover.targets'))" />
|
|
</Target>
|
|
</Project> |