2017-07-20 14:16:47 +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>{73724659-4150-4792-A94E-42F5F3C1B696}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>SafeExamBrowser.WindowsApi</RootNamespace>
|
|
|
|
|
<AssemblyName>SafeExamBrowser.WindowsApi</AssemblyName>
|
2023-06-22 16:15:23 +02:00
|
|
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
2017-07-20 14:16:47 +02:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2019-03-20 14:00:36 +01:00
|
|
|
|
<TargetFrameworkProfile />
|
2017-07-20 14:16:47 +02:00
|
|
|
|
</PropertyGroup>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
2017-07-20 14:16:47 +02:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
2017-07-20 14:16:47 +02:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2017-07-20 14:16:47 +02:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2017-07-20 14:16:47 +02:00
|
|
|
|
</PropertyGroup>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
2017-07-20 14:16:47 +02:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2017-07-20 14:16:47 +02:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
</PropertyGroup>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
2017-07-24 17:31:28 +02:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
2017-07-24 17:31:28 +02:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
2017-07-24 17:31:28 +02:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
2017-07-24 17:31:28 +02:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
2017-07-24 17:31:28 +02:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2017-07-24 17:31:28 +02:00
|
|
|
|
</PropertyGroup>
|
2017-07-20 14:16:47 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2019-11-13 10:11:11 +01:00
|
|
|
|
<Reference Include="System.Drawing" />
|
2019-10-04 16:36:12 +02:00
|
|
|
|
<Reference Include="System.Management" />
|
2017-07-20 14:16:47 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2017-07-24 08:56:39 +02:00
|
|
|
|
<Compile Include="Constants\Constant.cs" />
|
2017-08-03 15:35:22 +02:00
|
|
|
|
<Compile Include="Constants\HookType.cs" />
|
2024-07-24 20:31:08 +02:00
|
|
|
|
<Compile Include="Constants\StickyKeysFlags.cs" />
|
2018-09-21 11:33:32 +02:00
|
|
|
|
<Compile Include="Constants\ThreadAccess.cs" />
|
2019-03-06 16:10:00 +01:00
|
|
|
|
<Compile Include="Constants\VirtualKeyCode.cs" />
|
2018-08-16 11:23:37 +02:00
|
|
|
|
<Compile Include="Delegates\EnumDesktopDelegate.cs" />
|
|
|
|
|
<Compile Include="Delegates\EnumWindowsDelegate.cs" />
|
|
|
|
|
<Compile Include="Delegates\EventDelegate.cs" />
|
|
|
|
|
<Compile Include="Delegates\HookDelegate.cs" />
|
2023-10-04 14:48:08 +02:00
|
|
|
|
<Compile Include="Desktops\Desktop.cs" />
|
|
|
|
|
<Compile Include="Desktops\DesktopFactory.cs" />
|
|
|
|
|
<Compile Include="Desktops\DesktopMonitor.cs" />
|
|
|
|
|
<Compile Include="Desktops\ObfuscatedDesktop.cs" />
|
2018-08-17 14:48:50 +02:00
|
|
|
|
<Compile Include="ExplorerShell.cs" />
|
2019-03-29 07:46:21 +01:00
|
|
|
|
<Compile Include="Hooks\MouseHook.cs" />
|
|
|
|
|
<Compile Include="Hooks\SystemHook.cs" />
|
2023-10-04 14:48:08 +02:00
|
|
|
|
<Compile Include="Processes\Process.cs" />
|
|
|
|
|
<Compile Include="Processes\ProcessFactory.cs" />
|
2019-03-06 16:10:00 +01:00
|
|
|
|
<Compile Include="Constants\AccessMask.cs" />
|
2017-08-04 08:25:49 +02:00
|
|
|
|
<Compile Include="Types\Bounds.cs" />
|
2017-08-11 08:28:17 +02:00
|
|
|
|
<Compile Include="Types\EXECUTION_STATE.cs" />
|
2017-08-04 08:25:49 +02:00
|
|
|
|
<Compile Include="Types\KBDLLHOOKSTRUCT.cs" />
|
|
|
|
|
<Compile Include="Types\KBDLLHOOKSTRUCTFlags.cs" />
|
2017-07-24 15:29:17 +02:00
|
|
|
|
<Compile Include="Constants\ShowWindowCommand.cs" />
|
2017-07-27 13:57:12 +02:00
|
|
|
|
<Compile Include="Constants\SystemCommand.cs" />
|
2017-08-03 15:35:22 +02:00
|
|
|
|
<Compile Include="Kernel32.cs" />
|
2019-03-29 07:46:21 +01:00
|
|
|
|
<Compile Include="Hooks\KeyboardHook.cs" />
|
2017-07-27 11:46:31 +02:00
|
|
|
|
<Compile Include="NativeMethods.cs" />
|
2017-07-20 14:16:47 +02:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Constants\SPI.cs" />
|
|
|
|
|
<Compile Include="Constants\SPIF.cs" />
|
2017-08-04 15:20:33 +02:00
|
|
|
|
<Compile Include="Types\MSLLHOOKSTRUCT.cs" />
|
|
|
|
|
<Compile Include="Types\POINT.cs" />
|
2018-02-14 15:26:05 +01:00
|
|
|
|
<Compile Include="Types\PROCESS_INFORMATION.cs" />
|
2017-08-04 08:25:49 +02:00
|
|
|
|
<Compile Include="Types\RECT.cs" />
|
2018-02-14 15:26:05 +01:00
|
|
|
|
<Compile Include="Types\STARTUPINFO.cs" />
|
2024-07-24 20:31:08 +02:00
|
|
|
|
<Compile Include="Types\STICKYKEYS.cs" />
|
|
|
|
|
<Compile Include="Types\StickyKeysState.cs" />
|
2018-10-30 11:24:28 +01:00
|
|
|
|
<Compile Include="Types\Window.cs" />
|
2019-11-13 10:11:11 +01:00
|
|
|
|
<Compile Include="Types\WINDOWPLACEMENT.cs" />
|
2017-07-20 14:16:47 +02:00
|
|
|
|
<Compile Include="User32.cs" />
|
2022-04-19 18:21:29 +02:00
|
|
|
|
<Compile Include="WinInet.cs" />
|
2017-07-20 14:16:47 +02:00
|
|
|
|
</ItemGroup>
|
2017-07-27 11:46:31 +02:00
|
|
|
|
<ItemGroup>
|
2019-08-30 09:55:26 +02:00
|
|
|
|
<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.WindowsApi.Contracts\SafeExamBrowser.WindowsApi.Contracts.csproj">
|
|
|
|
|
<Project>{7016f080-9aa5-41b2-a225-385ad877c171}</Project>
|
|
|
|
|
<Name>SafeExamBrowser.WindowsApi.Contracts</Name>
|
2017-07-27 11:46:31 +02:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2017-07-20 14:16:47 +02:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|