2017-07-06 18:18:39 +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>{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>
|
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>
|
|
|
|
|
<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>
|
2017-07-06 18:18:39 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2018-01-23 15:33:54 +01:00
|
|
|
|
<Reference Include="System.ServiceModel" />
|
2017-07-06 18:18:39 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2017-07-12 15:36:30 +02:00
|
|
|
|
<Compile Include="Behaviour\IApplicationController.cs" />
|
2018-01-24 07:46:22 +01:00
|
|
|
|
<Compile Include="Behaviour\IRuntimeController.cs" />
|
2018-02-01 08:37:12 +01:00
|
|
|
|
<Compile Include="Behaviour\Operations\IOperationSequence.cs" />
|
2018-02-28 15:49:06 +01:00
|
|
|
|
<Compile Include="Behaviour\Operations\OperationResult.cs" />
|
2018-02-12 12:21:55 +01:00
|
|
|
|
<Compile Include="Communication\IClientHost.cs" />
|
2018-01-24 12:34:32 +01:00
|
|
|
|
<Compile Include="Communication\ICommunication.cs" />
|
|
|
|
|
<Compile Include="Communication\IClientProxy.cs" />
|
2018-02-06 15:12:11 +01:00
|
|
|
|
<Compile Include="Communication\ICommunicationHost.cs" />
|
2018-02-14 15:26:05 +01:00
|
|
|
|
<Compile Include="Communication\ICommunicationProxy.cs" />
|
2018-02-06 15:12:11 +01:00
|
|
|
|
<Compile Include="Communication\IRuntimeHost.cs" />
|
2018-01-24 12:34:32 +01:00
|
|
|
|
<Compile Include="Communication\IRuntimeProxy.cs" />
|
|
|
|
|
<Compile Include="Communication\IServiceProxy.cs" />
|
2018-02-14 15:26:05 +01:00
|
|
|
|
<Compile Include="Communication\Messages\Message.cs" />
|
2018-02-15 15:42:54 +01:00
|
|
|
|
<Compile Include="Communication\Messages\DisconnectionMessage.cs" />
|
2018-02-16 13:15:16 +01:00
|
|
|
|
<Compile Include="Communication\Messages\SimpleMessagePurport.cs" />
|
2018-02-15 15:42:54 +01:00
|
|
|
|
<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" />
|
2018-02-16 13:15:16 +01:00
|
|
|
|
<Compile Include="Communication\Responses\SimpleResponsePurport.cs" />
|
|
|
|
|
<Compile Include="Communication\Responses\SimpleResponse.cs" />
|
2018-02-15 15:42:54 +01:00
|
|
|
|
<Compile Include="Configuration\ClientConfiguration.cs" />
|
|
|
|
|
<Compile Include="Configuration\RuntimeInfo.cs" />
|
2018-02-14 15:26:05 +01:00
|
|
|
|
<Compile Include="Configuration\ISession.cs" />
|
2018-01-19 09:23:09 +01:00
|
|
|
|
<Compile Include="Configuration\Settings\ConfigurationMode.cs" />
|
2017-07-17 16:59:50 +02:00
|
|
|
|
<Compile Include="Behaviour\INotificationController.cs" />
|
2018-02-01 08:37:12 +01:00
|
|
|
|
<Compile Include="Behaviour\Operations\IOperation.cs" />
|
2018-01-24 07:46:22 +01:00
|
|
|
|
<Compile Include="Behaviour\IClientController.cs" />
|
2017-07-17 16:59:50 +02:00
|
|
|
|
<Compile Include="Configuration\IIconResource.cs" />
|
2017-07-12 15:36:30 +02:00
|
|
|
|
<Compile Include="Configuration\IApplicationInfo.cs" />
|
2017-07-14 10:28:59 +02:00
|
|
|
|
<Compile Include="Configuration\IApplicationInstance.cs" />
|
2017-07-17 16:59:50 +02:00
|
|
|
|
<Compile Include="Configuration\INotificationInfo.cs" />
|
2017-08-14 17:44:16 +02:00
|
|
|
|
<Compile Include="Configuration\ISystemInfo.cs" />
|
|
|
|
|
<Compile Include="Configuration\OperatingSystem.cs" />
|
2018-02-15 15:42:54 +01:00
|
|
|
|
<Compile Include="Configuration\Settings\BrowserSettings.cs" />
|
|
|
|
|
<Compile Include="Configuration\Settings\KeyboardSettings.cs" />
|
|
|
|
|
<Compile Include="Configuration\Settings\MouseSettings.cs" />
|
|
|
|
|
<Compile Include="Configuration\Settings\Settings.cs" />
|
2018-02-06 15:12:11 +01:00
|
|
|
|
<Compile Include="Configuration\IConfigurationRepository.cs" />
|
2018-02-15 15:42:54 +01:00
|
|
|
|
<Compile Include="Configuration\Settings\TaskbarSettings.cs" />
|
2018-01-30 14:41:36 +01:00
|
|
|
|
<Compile Include="Configuration\Settings\KioskMode.cs" />
|
2018-01-24 12:34:32 +01:00
|
|
|
|
<Compile Include="Configuration\Settings\ServicePolicy.cs" />
|
2017-07-06 18:18:39 +02:00
|
|
|
|
<Compile Include="I18n\IText.cs" />
|
2017-08-03 15:35:22 +02:00
|
|
|
|
<Compile Include="I18n\TextKey.cs" />
|
2017-07-07 15:46:32 +02:00
|
|
|
|
<Compile Include="Logging\ILogContent.cs" />
|
2017-08-07 12:23:56 +02:00
|
|
|
|
<Compile Include="Logging\ILogContentFormatter.cs" />
|
2017-07-06 18:18:39 +02:00
|
|
|
|
<Compile Include="Logging\ILogger.cs" />
|
|
|
|
|
<Compile Include="Logging\ILogMessage.cs" />
|
|
|
|
|
<Compile Include="Logging\ILogObserver.cs" />
|
2017-07-07 15:46:32 +02:00
|
|
|
|
<Compile Include="Logging\ILogText.cs" />
|
2017-07-10 15:47:12 +02:00
|
|
|
|
<Compile Include="Logging\IThreadInfo.cs" />
|
2017-07-06 18:18:39 +02:00
|
|
|
|
<Compile Include="Logging\LogLevel.cs" />
|
2017-08-11 08:28:17 +02:00
|
|
|
|
<Compile Include="Monitoring\IDisplayMonitor.cs" />
|
2017-07-19 14:43:54 +02:00
|
|
|
|
<Compile Include="Monitoring\IKeyboardInterceptor.cs" />
|
|
|
|
|
<Compile Include="Monitoring\IMouseInterceptor.cs" />
|
|
|
|
|
<Compile Include="Monitoring\IProcessMonitor.cs" />
|
|
|
|
|
<Compile Include="Monitoring\IWindowMonitor.cs" />
|
2017-08-03 15:35:22 +02:00
|
|
|
|
<Compile Include="Monitoring\KeyModifier.cs" />
|
2017-08-04 12:19:56 +02:00
|
|
|
|
<Compile Include="Monitoring\KeyState.cs" />
|
2017-08-04 15:20:33 +02:00
|
|
|
|
<Compile Include="Monitoring\MouseButton.cs" />
|
2017-08-17 12:17:58 +02:00
|
|
|
|
<Compile Include="SystemComponents\BatteryChargeStatus.cs" />
|
2017-09-13 08:33:12 +02:00
|
|
|
|
<Compile Include="SystemComponents\IKeyboardLayout.cs" />
|
2017-08-15 15:30:31 +02:00
|
|
|
|
<Compile Include="SystemComponents\ISystemComponent.cs" />
|
2017-11-13 10:26:30 +01:00
|
|
|
|
<Compile Include="SystemComponents\IWirelessNetwork.cs" />
|
|
|
|
|
<Compile Include="SystemComponents\WirelessNetworkStatus.cs" />
|
2017-07-24 17:31:28 +02:00
|
|
|
|
<Compile Include="UserInterface\IBrowserControl.cs" />
|
|
|
|
|
<Compile Include="UserInterface\IBrowserWindow.cs" />
|
2017-07-07 15:46:32 +02:00
|
|
|
|
<Compile Include="UserInterface\IMessageBox.cs" />
|
2018-02-02 09:18:35 +01:00
|
|
|
|
<Compile Include="UserInterface\IProgressIndicator.cs" />
|
2018-01-26 12:33:36 +01:00
|
|
|
|
<Compile Include="UserInterface\IRuntimeWindow.cs" />
|
2018-01-19 09:23:09 +01:00
|
|
|
|
<Compile Include="UserInterface\MessageBoxResult.cs" />
|
2017-08-15 15:30:31 +02:00
|
|
|
|
<Compile Include="UserInterface\Taskbar\INotificationButton.cs" />
|
2017-07-07 15:46:32 +02:00
|
|
|
|
<Compile Include="UserInterface\ISplashScreen.cs" />
|
2017-09-13 08:33:12 +02:00
|
|
|
|
<Compile Include="UserInterface\Taskbar\ISystemKeyboardLayoutControl.cs" />
|
2017-08-15 15:30:31 +02:00
|
|
|
|
<Compile Include="UserInterface\Taskbar\ISystemPowerSupplyControl.cs" />
|
|
|
|
|
<Compile Include="UserInterface\Taskbar\ISystemControl.cs" />
|
2017-11-13 10:26:30 +01:00
|
|
|
|
<Compile Include="UserInterface\Taskbar\ISystemWirelessNetworkControl.cs" />
|
2017-08-15 15:30:31 +02:00
|
|
|
|
<Compile Include="UserInterface\Taskbar\ITaskbar.cs" />
|
2017-07-06 18:18:39 +02:00
|
|
|
|
<Compile Include="I18n\ITextResource.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2017-08-15 15:30:31 +02:00
|
|
|
|
<Compile Include="UserInterface\Taskbar\IApplicationButton.cs" />
|
2017-07-27 14:45:54 +02:00
|
|
|
|
<Compile Include="UserInterface\IUserInterfaceFactory.cs" />
|
2017-07-24 17:31:28 +02:00
|
|
|
|
<Compile Include="UserInterface\IWindow.cs" />
|
2017-07-07 15:46:32 +02:00
|
|
|
|
<Compile Include="UserInterface\MessageBoxAction.cs" />
|
|
|
|
|
<Compile Include="UserInterface\MessageBoxIcon.cs" />
|
2017-08-04 08:25:49 +02:00
|
|
|
|
<Compile Include="WindowsApi\IBounds.cs" />
|
2018-02-14 15:26:05 +01:00
|
|
|
|
<Compile Include="WindowsApi\IDesktop.cs" />
|
2017-07-27 11:46:31 +02:00
|
|
|
|
<Compile Include="WindowsApi\INativeMethods.cs" />
|
2018-02-14 15:26:05 +01:00
|
|
|
|
<Compile Include="WindowsApi\IProcess.cs" />
|
|
|
|
|
<Compile Include="WindowsApi\IProcessFactory.cs" />
|
2017-07-06 18:18:39 +02:00
|
|
|
|
</ItemGroup>
|
2018-02-14 15:26:05 +01:00
|
|
|
|
<ItemGroup />
|
2017-07-06 18:18:39 +02:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|