<?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>{47DA5933-BEF8-4729-94E6-ABDE2DB12262}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>SafeExamBrowser.Contracts</RootNamespace> <AssemblyName>SafeExamBrowser.Contracts</AssemblyName> <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> </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> <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="Microsoft.CSharp" /> <Reference Include="System.ServiceModel" /> </ItemGroup> <ItemGroup> <Compile Include="Behaviour\IApplicationController.cs" /> <Compile Include="Behaviour\IRuntimeController.cs" /> <Compile Include="Behaviour\Operations\IOperationSequence.cs" /> <Compile Include="Behaviour\Operations\OperationResult.cs" /> <Compile Include="Communication\IClientHost.cs" /> <Compile Include="Communication\ICommunication.cs" /> <Compile Include="Communication\IClientProxy.cs" /> <Compile Include="Communication\ICommunicationHost.cs" /> <Compile Include="Communication\ICommunicationProxy.cs" /> <Compile Include="Communication\IRuntimeHost.cs" /> <Compile Include="Communication\IRuntimeProxy.cs" /> <Compile Include="Communication\IServiceProxy.cs" /> <Compile Include="Communication\Messages\Message.cs" /> <Compile Include="Communication\Messages\DisconnectionMessage.cs" /> <Compile Include="Communication\Messages\SimpleMessagePurport.cs" /> <Compile Include="Communication\Messages\SimpleMessage.cs" /> <Compile Include="Communication\Responses\AuthenticationResponse.cs" /> <Compile Include="Communication\Responses\ConfigurationResponse.cs" /> <Compile Include="Communication\Responses\ConnectionResponse.cs" /> <Compile Include="Communication\Responses\DisconnectionResponse.cs" /> <Compile Include="Communication\Responses\Response.cs" /> <Compile Include="Communication\Responses\SimpleResponsePurport.cs" /> <Compile Include="Communication\Responses\SimpleResponse.cs" /> <Compile Include="Configuration\ClientConfiguration.cs" /> <Compile Include="Configuration\RuntimeInfo.cs" /> <Compile Include="Configuration\ISession.cs" /> <Compile Include="Configuration\Settings\ConfigurationMode.cs" /> <Compile Include="Behaviour\INotificationController.cs" /> <Compile Include="Behaviour\Operations\IOperation.cs" /> <Compile Include="Behaviour\IClientController.cs" /> <Compile Include="Configuration\IIconResource.cs" /> <Compile Include="Configuration\IApplicationInfo.cs" /> <Compile Include="Configuration\IApplicationInstance.cs" /> <Compile Include="Configuration\INotificationInfo.cs" /> <Compile Include="Configuration\ISystemInfo.cs" /> <Compile Include="Configuration\OperatingSystem.cs" /> <Compile Include="Configuration\Settings\BrowserSettings.cs" /> <Compile Include="Configuration\Settings\KeyboardSettings.cs" /> <Compile Include="Configuration\Settings\MouseSettings.cs" /> <Compile Include="Configuration\Settings\Settings.cs" /> <Compile Include="Configuration\IConfigurationRepository.cs" /> <Compile Include="Configuration\Settings\TaskbarSettings.cs" /> <Compile Include="Configuration\Settings\KioskMode.cs" /> <Compile Include="Configuration\Settings\ServicePolicy.cs" /> <Compile Include="I18n\IText.cs" /> <Compile Include="I18n\TextKey.cs" /> <Compile Include="Logging\ILogContent.cs" /> <Compile Include="Logging\ILogContentFormatter.cs" /> <Compile Include="Logging\ILogger.cs" /> <Compile Include="Logging\ILogMessage.cs" /> <Compile Include="Logging\ILogObserver.cs" /> <Compile Include="Logging\ILogText.cs" /> <Compile Include="Logging\IThreadInfo.cs" /> <Compile Include="Logging\LogLevel.cs" /> <Compile Include="Monitoring\IDisplayMonitor.cs" /> <Compile Include="Monitoring\IKeyboardInterceptor.cs" /> <Compile Include="Monitoring\IMouseInterceptor.cs" /> <Compile Include="Monitoring\IProcessMonitor.cs" /> <Compile Include="Monitoring\IWindowMonitor.cs" /> <Compile Include="Monitoring\KeyModifier.cs" /> <Compile Include="Monitoring\KeyState.cs" /> <Compile Include="Monitoring\MouseButton.cs" /> <Compile Include="SystemComponents\BatteryChargeStatus.cs" /> <Compile Include="SystemComponents\IKeyboardLayout.cs" /> <Compile Include="SystemComponents\ISystemComponent.cs" /> <Compile Include="SystemComponents\IWirelessNetwork.cs" /> <Compile Include="SystemComponents\WirelessNetworkStatus.cs" /> <Compile Include="UserInterface\IBrowserControl.cs" /> <Compile Include="UserInterface\IBrowserWindow.cs" /> <Compile Include="UserInterface\IMessageBox.cs" /> <Compile Include="UserInterface\IProgressIndicator.cs" /> <Compile Include="UserInterface\IRuntimeWindow.cs" /> <Compile Include="UserInterface\MessageBoxResult.cs" /> <Compile Include="UserInterface\Taskbar\INotificationButton.cs" /> <Compile Include="UserInterface\ISplashScreen.cs" /> <Compile Include="UserInterface\Taskbar\ISystemKeyboardLayoutControl.cs" /> <Compile Include="UserInterface\Taskbar\ISystemPowerSupplyControl.cs" /> <Compile Include="UserInterface\Taskbar\ISystemControl.cs" /> <Compile Include="UserInterface\Taskbar\ISystemWirelessNetworkControl.cs" /> <Compile Include="UserInterface\Taskbar\ITaskbar.cs" /> <Compile Include="I18n\ITextResource.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="UserInterface\Taskbar\IApplicationButton.cs" /> <Compile Include="UserInterface\IUserInterfaceFactory.cs" /> <Compile Include="UserInterface\IWindow.cs" /> <Compile Include="UserInterface\MessageBoxAction.cs" /> <Compile Include="UserInterface\MessageBoxIcon.cs" /> <Compile Include="WindowsApi\IBounds.cs" /> <Compile Include="WindowsApi\IDesktop.cs" /> <Compile Include="WindowsApi\INativeMethods.cs" /> <Compile Include="WindowsApi\IProcess.cs" /> <Compile Include="WindowsApi\IProcessFactory.cs" /> </ItemGroup> <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>