<?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.7.2</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <TargetFrameworkProfile /> </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> </PropertyGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="Microsoft.CSharp" /> <Reference Include="System.ServiceModel" /> </ItemGroup> <ItemGroup> <Compile Include="Communication\Data\MessageBoxReplyMessage.cs" /> <Compile Include="Communication\Data\MessageBoxRequestMessage.cs" /> <Compile Include="Communication\Events\ClientConfigurationEventArgs.cs" /> <Compile Include="Communication\Events\MessageBoxReplyEventArgs.cs" /> <Compile Include="Communication\Events\MessageBoxRequestEventArgs.cs" /> <Compile Include="Configuration\Cryptography\EncryptionParameters.cs" /> <Compile Include="Configuration\Cryptography\ICertificateStore.cs" /> <Compile Include="Configuration\Cryptography\IPasswordEncryption.cs" /> <Compile Include="Configuration\Cryptography\IPublicKeyEncryption.cs" /> <Compile Include="Configuration\Cryptography\PasswordParameters.cs" /> <Compile Include="Configuration\Cryptography\PublicKeyParameters.cs" /> <Compile Include="Configuration\DataFormats\FormatType.cs" /> <Compile Include="Configuration\DataCompression\IDataCompressor.cs" /> <Compile Include="Configuration\Cryptography\IHashAlgorithm.cs" /> <Compile Include="Configuration\DataFormats\IDataParser.cs" /> <Compile Include="Configuration\DataFormats\IDataSerializer.cs" /> <Compile Include="Configuration\DataFormats\ParseResult.cs" /> <Compile Include="Configuration\DataFormats\SerializeResult.cs" /> <Compile Include="Configuration\DataResources\IResourceLoader.cs" /> <Compile Include="Configuration\DataResources\IResourceSaver.cs" /> <Compile Include="Configuration\SaveStatus.cs" /> <Compile Include="Configuration\Settings\ActionCenterSettings.cs" /> <Compile Include="Configuration\Settings\BrowserWindowSettings.cs" /> <Compile Include="Configuration\Settings\UserInterfaceMode.cs" /> <Compile Include="Applications\Events\IconChangedEventHandler.cs" /> <Compile Include="Applications\Events\InstanceTerminatedEventHandler.cs" /> <Compile Include="Applications\Events\NameChangedEventHandler.cs" /> <Compile Include="Applications\IApplicationController.cs" /> <Compile Include="Applications\InstanceIdentifier.cs" /> <Compile Include="Runtime\IRuntimeController.cs" /> <Compile Include="Core\OperationModel\Events\ActionRequiredEventArgs.cs" /> <Compile Include="Core\OperationModel\Events\ActionRequiredEventHandler.cs" /> <Compile Include="Core\OperationModel\Events\ProgressChangedEventArgs.cs" /> <Compile Include="Core\OperationModel\Events\ProgressChangedEventHandler.cs" /> <Compile Include="Core\OperationModel\Events\StatusChangedEventHandler.cs" /> <Compile Include="Core\OperationModel\IOperationSequence.cs" /> <Compile Include="Core\OperationModel\IRepeatableOperation.cs" /> <Compile Include="Core\OperationModel\IRepeatableOperationSequence.cs" /> <Compile Include="Core\OperationModel\OperationResult.cs" /> <Compile Include="Browser\DownloadEventArgs.cs" /> <Compile Include="Browser\DownloadFinishedCallback.cs" /> <Compile Include="Browser\DownloadRequestedEventHandler.cs" /> <Compile Include="Browser\IBrowserApplicationController.cs" /> <Compile Include="Communication\Data\PasswordRequestMessage.cs" /> <Compile Include="Communication\Data\PasswordRequestPurpose.cs" /> <Compile Include="Communication\Data\PasswordReplyMessage.cs" /> <Compile Include="Communication\Data\ReconfigurationDeniedMessage.cs" /> <Compile Include="Communication\Events\CommunicationEventArgs.cs" /> <Compile Include="Communication\Events\CommunicationEventHandler.cs" /> <Compile Include="Communication\Events\PasswordReplyEventArgs.cs" /> <Compile Include="Communication\Events\PasswordRequestEventArgs.cs" /> <Compile Include="Communication\Events\ReconfigurationEventArgs.cs" /> <Compile Include="Communication\Hosts\IClientHost.cs" /> <Compile Include="Communication\Hosts\IHostObject.cs" /> <Compile Include="Communication\Hosts\IHostObjectFactory.cs" /> <Compile Include="Communication\ICommunication.cs" /> <Compile Include="Communication\Proxies\CommunicationResult.cs" /> <Compile Include="Communication\Proxies\IClientProxy.cs" /> <Compile Include="Communication\ICommunicationHost.cs" /> <Compile Include="Communication\ICommunicationProxy.cs" /> <Compile Include="Communication\Proxies\IProxyObject.cs" /> <Compile Include="Communication\Proxies\IProxyObjectFactory.cs" /> <Compile Include="Communication\Proxies\IProxyFactory.cs" /> <Compile Include="Communication\Hosts\IRuntimeHost.cs" /> <Compile Include="Communication\Proxies\IRuntimeProxy.cs" /> <Compile Include="Communication\Proxies\IServiceProxy.cs" /> <Compile Include="Communication\Data\Message.cs" /> <Compile Include="Communication\Data\DisconnectionMessage.cs" /> <Compile Include="Communication\Data\ReconfigurationMessage.cs" /> <Compile Include="Communication\Data\SimpleMessagePurport.cs" /> <Compile Include="Communication\Data\SimpleMessage.cs" /> <Compile Include="Communication\Data\AuthenticationResponse.cs" /> <Compile Include="Communication\Data\ConfigurationResponse.cs" /> <Compile Include="Communication\Data\ConnectionResponse.cs" /> <Compile Include="Communication\Data\DisconnectionResponse.cs" /> <Compile Include="Communication\Data\Response.cs" /> <Compile Include="Communication\Data\SimpleResponsePurport.cs" /> <Compile Include="Communication\Data\SimpleResponse.cs" /> <Compile Include="Configuration\ClientConfiguration.cs" /> <Compile Include="Configuration\LoadStatus.cs" /> <Compile Include="Configuration\AppConfig.cs" /> <Compile Include="Configuration\ISessionConfiguration.cs" /> <Compile Include="Configuration\Settings\ConfigurationMode.cs" /> <Compile Include="Client\INotificationController.cs" /> <Compile Include="Core\OperationModel\IOperation.cs" /> <Compile Include="Client\IClientController.cs" /> <Compile Include="Core\IIconResource.cs" /> <Compile Include="Applications\IApplicationInfo.cs" /> <Compile Include="Applications\IApplicationInstance.cs" /> <Compile Include="Client\INotificationInfo.cs" /> <Compile Include="SystemComponents\ISystemInfo.cs" /> <Compile Include="SystemComponents\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\IModuleLogger.cs" /> <Compile Include="Logging\IThreadInfo.cs" /> <Compile Include="Logging\LogLevel.cs" /> <Compile Include="Monitoring\Events\DisplayChangedEventHandler.cs" /> <Compile Include="Monitoring\Events\ExplorerStartedEventHandler.cs" /> <Compile Include="Monitoring\Events\WindowChangedEventHandler.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\Events\ActionRequestedEventHandler.cs" /> <Compile Include="UserInterface\Browser\Events\AddressChangedEventHandler.cs" /> <Compile Include="UserInterface\Browser\Events\LoadingStateChangedEventHandler.cs" /> <Compile Include="UserInterface\Browser\Events\TitleChangedEventHandler.cs" /> <Compile Include="UserInterface\Browser\IBrowserControl.cs" /> <Compile Include="UserInterface\Browser\IBrowserWindow.cs" /> <Compile Include="UserInterface\MessageBox\IMessageBox.cs" /> <Compile Include="UserInterface\IProgressIndicator.cs" /> <Compile Include="UserInterface\Shell\Events\ActivatorEventHandler.cs" /> <Compile Include="UserInterface\Shell\Events\ApplicationControlClickedEventHandler.cs" /> <Compile Include="UserInterface\Shell\Events\KeyboardLayoutSelectedEventHandler.cs" /> <Compile Include="UserInterface\Shell\Events\NotificationControlClickedEventHandler.cs" /> <Compile Include="UserInterface\Shell\IActionCenter.cs" /> <Compile Include="UserInterface\Shell\IActionCenterActivator.cs" /> <Compile Include="UserInterface\Shell\Location.cs" /> <Compile Include="UserInterface\Windows\Events\WindowClosingEventHandler.cs" /> <Compile Include="UserInterface\Shell\Events\WirelessNetworkSelectedEventHandler.cs" /> <Compile Include="UserInterface\Shell\Events\QuitButtonClickedEventHandler.cs" /> <Compile Include="UserInterface\Windows\IPasswordDialog.cs" /> <Compile Include="UserInterface\Windows\IPasswordDialogResult.cs" /> <Compile Include="UserInterface\Windows\IRuntimeWindow.cs" /> <Compile Include="UserInterface\MessageBox\MessageBoxResult.cs" /> <Compile Include="UserInterface\Shell\INotificationControl.cs" /> <Compile Include="UserInterface\Windows\ISplashScreen.cs" /> <Compile Include="UserInterface\Shell\ISystemKeyboardLayoutControl.cs" /> <Compile Include="UserInterface\Shell\ISystemPowerSupplyControl.cs" /> <Compile Include="UserInterface\Shell\ISystemControl.cs" /> <Compile Include="UserInterface\Shell\ISystemWirelessNetworkControl.cs" /> <Compile Include="UserInterface\Shell\ITaskbar.cs" /> <Compile Include="I18n\ITextResource.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="UserInterface\Shell\IApplicationControl.cs" /> <Compile Include="UserInterface\IUserInterfaceFactory.cs" /> <Compile Include="UserInterface\Windows\IWindow.cs" /> <Compile Include="UserInterface\MessageBox\MessageBoxAction.cs" /> <Compile Include="UserInterface\MessageBox\MessageBoxIcon.cs" /> <Compile Include="WindowsApi\Events\ProcessTerminatedEventHandler.cs" /> <Compile Include="WindowsApi\Events\SystemEventCallback.cs" /> <Compile Include="WindowsApi\Events\TerminationActivatorEventHandler.cs" /> <Compile Include="WindowsApi\IBounds.cs" /> <Compile Include="WindowsApi\IDesktop.cs" /> <Compile Include="WindowsApi\IDesktopFactory.cs" /> <Compile Include="WindowsApi\IExplorerShell.cs" /> <Compile Include="WindowsApi\INativeMethods.cs" /> <Compile Include="WindowsApi\IProcess.cs" /> <Compile Include="WindowsApi\IProcessFactory.cs" /> <Compile Include="WindowsApi\ITerminationActivator.cs" /> </ItemGroup> <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>