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>
|
2019-03-20 14:00:36 +01:00
|
|
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
2017-07-06 18:18:39 +02:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2019-03-20 14:00:36 +01:00
|
|
|
|
<TargetFrameworkProfile />
|
2017-07-06 18:18:39 +02:00
|
|
|
|
</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>
|
|
|
|
|
</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>
|
2019-05-22 11:42:31 +02:00
|
|
|
|
<Compile Include="Browser\ProgressChangedEventHandler.cs" />
|
2018-12-14 12:31:31 +01:00
|
|
|
|
<Compile Include="Communication\Data\MessageBoxReplyMessage.cs" />
|
|
|
|
|
<Compile Include="Communication\Data\MessageBoxRequestMessage.cs" />
|
2019-06-18 10:18:56 +02:00
|
|
|
|
<Compile Include="Communication\Data\SessionStartMessage.cs" />
|
|
|
|
|
<Compile Include="Communication\Data\SessionStopMessage.cs" />
|
2018-10-12 11:16:59 +02:00
|
|
|
|
<Compile Include="Communication\Events\ClientConfigurationEventArgs.cs" />
|
2018-12-14 12:31:31 +01:00
|
|
|
|
<Compile Include="Communication\Events\MessageBoxReplyEventArgs.cs" />
|
|
|
|
|
<Compile Include="Communication\Events\MessageBoxRequestEventArgs.cs" />
|
2019-06-18 10:18:56 +02:00
|
|
|
|
<Compile Include="Communication\Events\SessionStartEventArgs.cs" />
|
|
|
|
|
<Compile Include="Communication\Events\SessionStopEventArgs.cs" />
|
2019-06-07 15:26:03 +02:00
|
|
|
|
<Compile Include="Communication\Hosts\IServiceHost.cs" />
|
2019-06-18 10:18:56 +02:00
|
|
|
|
<Compile Include="Communication\Interlocutor.cs" />
|
2019-06-11 09:53:33 +02:00
|
|
|
|
<Compile Include="Configuration\ClientConfiguration.cs" />
|
2018-12-14 09:50:10 +01:00
|
|
|
|
<Compile Include="Configuration\Cryptography\EncryptionParameters.cs" />
|
2019-02-19 10:22:32 +01:00
|
|
|
|
<Compile Include="Configuration\Cryptography\ICertificateStore.cs" />
|
2019-02-19 15:54:11 +01:00
|
|
|
|
<Compile Include="Configuration\Cryptography\IPasswordEncryption.cs" />
|
|
|
|
|
<Compile Include="Configuration\Cryptography\IPublicKeyEncryption.cs" />
|
2018-12-14 09:50:10 +01:00
|
|
|
|
<Compile Include="Configuration\Cryptography\PasswordParameters.cs" />
|
2019-02-19 15:54:11 +01:00
|
|
|
|
<Compile Include="Configuration\Cryptography\PublicKeyParameters.cs" />
|
2018-12-21 11:36:20 +01:00
|
|
|
|
<Compile Include="Configuration\DataFormats\FormatType.cs" />
|
2018-12-14 09:50:10 +01:00
|
|
|
|
<Compile Include="Configuration\DataCompression\IDataCompressor.cs" />
|
|
|
|
|
<Compile Include="Configuration\Cryptography\IHashAlgorithm.cs" />
|
2018-12-21 11:36:20 +01:00
|
|
|
|
<Compile Include="Configuration\DataFormats\IDataParser.cs" />
|
|
|
|
|
<Compile Include="Configuration\DataFormats\IDataSerializer.cs" />
|
2018-12-14 09:50:10 +01:00
|
|
|
|
<Compile Include="Configuration\DataFormats\ParseResult.cs" />
|
2018-12-21 11:36:20 +01:00
|
|
|
|
<Compile Include="Configuration\DataFormats\SerializeResult.cs" />
|
|
|
|
|
<Compile Include="Configuration\DataResources\IResourceLoader.cs" />
|
|
|
|
|
<Compile Include="Configuration\DataResources\IResourceSaver.cs" />
|
2018-12-14 09:50:10 +01:00
|
|
|
|
<Compile Include="Configuration\SaveStatus.cs" />
|
2019-06-11 09:53:33 +02:00
|
|
|
|
<Compile Include="Configuration\ServiceConfiguration.cs" />
|
2019-03-06 16:10:00 +01:00
|
|
|
|
<Compile Include="Configuration\Settings\ActionCenterSettings.cs" />
|
2019-01-23 09:37:47 +01:00
|
|
|
|
<Compile Include="Configuration\Settings\BrowserWindowSettings.cs" />
|
2019-06-20 10:55:24 +02:00
|
|
|
|
<Compile Include="Configuration\Settings\ServiceSettings.cs" />
|
2019-01-11 08:25:40 +01:00
|
|
|
|
<Compile Include="Configuration\Settings\UserInterfaceMode.cs" />
|
2019-01-23 15:57:49 +01:00
|
|
|
|
<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" />
|
2019-07-05 12:28:42 +02:00
|
|
|
|
<Compile Include="Lockdown\FeatureConfigurationStatus.cs" />
|
2019-06-26 10:13:11 +02:00
|
|
|
|
<Compile Include="Lockdown\IAutoRestoreMechanism.cs" />
|
2019-06-21 15:05:31 +02:00
|
|
|
|
<Compile Include="Lockdown\IFeatureConfiguration.cs" />
|
|
|
|
|
<Compile Include="Lockdown\IFeatureConfigurationBackup.cs" />
|
|
|
|
|
<Compile Include="Lockdown\IFeatureConfigurationFactory.cs" />
|
2019-07-05 12:28:42 +02:00
|
|
|
|
<Compile Include="Lockdown\IFeatureConfigurationMonitor.cs" />
|
2019-07-03 12:27:02 +02:00
|
|
|
|
<Compile Include="Lockdown\ISystemConfigurationUpdate.cs" />
|
2019-01-23 15:57:49 +01:00
|
|
|
|
<Compile Include="Runtime\IRuntimeController.cs" />
|
2018-10-03 14:35:27 +02:00
|
|
|
|
<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" />
|
2018-08-31 10:06:27 +02:00
|
|
|
|
<Compile Include="Core\OperationModel\IOperationSequence.cs" />
|
2018-10-10 09:19:03 +02:00
|
|
|
|
<Compile Include="Core\OperationModel\IRepeatableOperation.cs" />
|
|
|
|
|
<Compile Include="Core\OperationModel\IRepeatableOperationSequence.cs" />
|
2018-08-31 10:06:27 +02:00
|
|
|
|
<Compile Include="Core\OperationModel\OperationResult.cs" />
|
2018-06-21 07:56:25 +02:00
|
|
|
|
<Compile Include="Browser\DownloadEventArgs.cs" />
|
|
|
|
|
<Compile Include="Browser\DownloadFinishedCallback.cs" />
|
|
|
|
|
<Compile Include="Browser\DownloadRequestedEventHandler.cs" />
|
|
|
|
|
<Compile Include="Browser\IBrowserApplicationController.cs" />
|
2018-06-27 14:02:16 +02:00
|
|
|
|
<Compile Include="Communication\Data\PasswordRequestMessage.cs" />
|
|
|
|
|
<Compile Include="Communication\Data\PasswordRequestPurpose.cs" />
|
|
|
|
|
<Compile Include="Communication\Data\PasswordReplyMessage.cs" />
|
2018-07-04 09:53:33 +02:00
|
|
|
|
<Compile Include="Communication\Data\ReconfigurationDeniedMessage.cs" />
|
2018-06-21 07:56:25 +02:00
|
|
|
|
<Compile Include="Communication\Events\CommunicationEventArgs.cs" />
|
|
|
|
|
<Compile Include="Communication\Events\CommunicationEventHandler.cs" />
|
2018-07-04 09:53:33 +02:00
|
|
|
|
<Compile Include="Communication\Events\PasswordReplyEventArgs.cs" />
|
|
|
|
|
<Compile Include="Communication\Events\PasswordRequestEventArgs.cs" />
|
2018-06-21 07:56:25 +02:00
|
|
|
|
<Compile Include="Communication\Events\ReconfigurationEventArgs.cs" />
|
2018-03-15 14:32:07 +01:00
|
|
|
|
<Compile Include="Communication\Hosts\IClientHost.cs" />
|
2018-03-16 15:46:53 +01:00
|
|
|
|
<Compile Include="Communication\Hosts\IHostObject.cs" />
|
|
|
|
|
<Compile Include="Communication\Hosts\IHostObjectFactory.cs" />
|
2018-01-24 12:34:32 +01:00
|
|
|
|
<Compile Include="Communication\ICommunication.cs" />
|
2018-08-10 13:23:24 +02:00
|
|
|
|
<Compile Include="Communication\Proxies\CommunicationResult.cs" />
|
2018-03-15 14:32:07 +01:00
|
|
|
|
<Compile Include="Communication\Proxies\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-03-16 15:46:53 +01:00
|
|
|
|
<Compile Include="Communication\Proxies\IProxyObject.cs" />
|
2018-03-15 14:32:07 +01:00
|
|
|
|
<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" />
|
2018-06-21 07:56:25 +02:00
|
|
|
|
<Compile Include="Configuration\LoadStatus.cs" />
|
2018-06-29 09:50:20 +02:00
|
|
|
|
<Compile Include="Configuration\AppConfig.cs" />
|
2019-06-11 09:53:33 +02:00
|
|
|
|
<Compile Include="Configuration\SessionConfiguration.cs" />
|
2018-01-19 09:23:09 +01:00
|
|
|
|
<Compile Include="Configuration\Settings\ConfigurationMode.cs" />
|
2019-01-23 15:57:49 +01:00
|
|
|
|
<Compile Include="Client\INotificationController.cs" />
|
2018-08-31 10:06:27 +02:00
|
|
|
|
<Compile Include="Core\OperationModel\IOperation.cs" />
|
2019-01-23 15:57:49 +01:00
|
|
|
|
<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" />
|
2019-06-06 15:44:03 +02:00
|
|
|
|
<Compile Include="Service\IServiceController.cs" />
|
2019-01-23 15:57:49 +01:00
|
|
|
|
<Compile Include="SystemComponents\ISystemInfo.cs" />
|
2019-06-21 15:05:31 +02:00
|
|
|
|
<Compile Include="SystemComponents\IUserInfo.cs" />
|
2019-01-23 15:57:49 +01:00
|
|
|
|
<Compile Include="SystemComponents\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" />
|
2018-08-31 15:29:36 +02:00
|
|
|
|
<Compile Include="Logging\IModuleLogger.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" />
|
2018-07-06 15:57:38 +02:00
|
|
|
|
<Compile Include="Monitoring\Events\DisplayChangedEventHandler.cs" />
|
|
|
|
|
<Compile Include="Monitoring\Events\ExplorerStartedEventHandler.cs" />
|
|
|
|
|
<Compile Include="Monitoring\Events\WindowChangedEventHandler.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" />
|
2019-01-18 16:11:33 +01:00
|
|
|
|
<Compile Include="UserInterface\Events\ActionRequestedEventHandler.cs" />
|
2018-07-06 15:57:38 +02:00
|
|
|
|
<Compile Include="UserInterface\Browser\Events\AddressChangedEventHandler.cs" />
|
|
|
|
|
<Compile Include="UserInterface\Browser\Events\LoadingStateChangedEventHandler.cs" />
|
|
|
|
|
<Compile Include="UserInterface\Browser\Events\TitleChangedEventHandler.cs" />
|
2018-03-14 12:07:20 +01:00
|
|
|
|
<Compile Include="UserInterface\Browser\IBrowserControl.cs" />
|
|
|
|
|
<Compile Include="UserInterface\Browser\IBrowserWindow.cs" />
|
|
|
|
|
<Compile Include="UserInterface\MessageBox\IMessageBox.cs" />
|
2018-02-02 09:18:35 +01:00
|
|
|
|
<Compile Include="UserInterface\IProgressIndicator.cs" />
|
2019-03-06 16:10:00 +01:00
|
|
|
|
<Compile Include="UserInterface\Shell\Events\ActivatorEventHandler.cs" />
|
2019-03-08 11:43:52 +01:00
|
|
|
|
<Compile Include="UserInterface\Shell\Events\ApplicationControlClickedEventHandler.cs" />
|
2019-03-06 16:10:00 +01:00
|
|
|
|
<Compile Include="UserInterface\Shell\Events\KeyboardLayoutSelectedEventHandler.cs" />
|
2019-03-08 11:43:52 +01:00
|
|
|
|
<Compile Include="UserInterface\Shell\Events\NotificationControlClickedEventHandler.cs" />
|
2019-03-06 16:10:00 +01:00
|
|
|
|
<Compile Include="UserInterface\Shell\IActionCenter.cs" />
|
|
|
|
|
<Compile Include="UserInterface\Shell\IActionCenterActivator.cs" />
|
2019-03-08 11:43:52 +01:00
|
|
|
|
<Compile Include="UserInterface\Shell\Location.cs" />
|
2019-03-06 16:10:00 +01:00
|
|
|
|
<Compile Include="UserInterface\Windows\Events\WindowClosingEventHandler.cs" />
|
|
|
|
|
<Compile Include="UserInterface\Shell\Events\WirelessNetworkSelectedEventHandler.cs" />
|
|
|
|
|
<Compile Include="UserInterface\Shell\Events\QuitButtonClickedEventHandler.cs" />
|
2018-06-27 14:02:16 +02:00
|
|
|
|
<Compile Include="UserInterface\Windows\IPasswordDialog.cs" />
|
|
|
|
|
<Compile Include="UserInterface\Windows\IPasswordDialogResult.cs" />
|
2018-03-14 12:07:20 +01:00
|
|
|
|
<Compile Include="UserInterface\Windows\IRuntimeWindow.cs" />
|
|
|
|
|
<Compile Include="UserInterface\MessageBox\MessageBoxResult.cs" />
|
2019-03-08 11:43:52 +01:00
|
|
|
|
<Compile Include="UserInterface\Shell\INotificationControl.cs" />
|
2018-03-14 12:07:20 +01:00
|
|
|
|
<Compile Include="UserInterface\Windows\ISplashScreen.cs" />
|
2019-03-06 16:10:00 +01:00
|
|
|
|
<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" />
|
2017-07-06 18:18:39 +02:00
|
|
|
|
<Compile Include="I18n\ITextResource.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2019-03-08 11:43:52 +01:00
|
|
|
|
<Compile Include="UserInterface\Shell\IApplicationControl.cs" />
|
2017-07-27 14:45:54 +02:00
|
|
|
|
<Compile Include="UserInterface\IUserInterfaceFactory.cs" />
|
2018-03-14 12:07:20 +01:00
|
|
|
|
<Compile Include="UserInterface\Windows\IWindow.cs" />
|
|
|
|
|
<Compile Include="UserInterface\MessageBox\MessageBoxAction.cs" />
|
|
|
|
|
<Compile Include="UserInterface\MessageBox\MessageBoxIcon.cs" />
|
2018-07-06 15:57:38 +02:00
|
|
|
|
<Compile Include="WindowsApi\Events\ProcessTerminatedEventHandler.cs" />
|
2018-09-27 11:24:13 +02:00
|
|
|
|
<Compile Include="WindowsApi\Events\SystemEventCallback.cs" />
|
2019-03-29 07:46:21 +01:00
|
|
|
|
<Compile Include="WindowsApi\Events\TerminationActivatorEventHandler.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" />
|
2018-08-16 11:23:37 +02:00
|
|
|
|
<Compile Include="WindowsApi\IDesktopFactory.cs" />
|
2018-08-17 14:48:50 +02:00
|
|
|
|
<Compile Include="WindowsApi\IExplorerShell.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" />
|
2019-03-29 07:46:21 +01:00
|
|
|
|
<Compile Include="WindowsApi\ITerminationActivator.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>
|