<?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>
    <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>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="Microsoft.CSharp" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Constants\Constant.cs" />
    <Compile Include="Constants\HookType.cs" />
    <Compile Include="Constants\ThreadAccess.cs" />
    <Compile Include="Delegates\EnumDesktopDelegate.cs" />
    <Compile Include="Delegates\EnumWindowsDelegate.cs" />
    <Compile Include="Delegates\EventDelegate.cs" />
    <Compile Include="Delegates\HookDelegate.cs" />
    <Compile Include="Desktop.cs" />
    <Compile Include="DesktopFactory.cs" />
    <Compile Include="ExplorerShell.cs" />
    <Compile Include="Monitoring\MouseHook.cs" />
    <Compile Include="Monitoring\SystemHook.cs" />
    <Compile Include="Process.cs" />
    <Compile Include="ProcessFactory.cs" />
    <Compile Include="Constants\ACCESS_MASK.cs" />
    <Compile Include="Types\Bounds.cs" />
    <Compile Include="Types\EXECUTION_STATE.cs" />
    <Compile Include="Types\KBDLLHOOKSTRUCT.cs" />
    <Compile Include="Types\KBDLLHOOKSTRUCTFlags.cs" />
    <Compile Include="Constants\ShowWindowCommand.cs" />
    <Compile Include="Constants\SystemCommand.cs" />
    <Compile Include="Kernel32.cs" />
    <Compile Include="Monitoring\KeyboardHook.cs" />
    <Compile Include="NativeMethods.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Constants\SPI.cs" />
    <Compile Include="Constants\SPIF.cs" />
    <Compile Include="Types\MSLLHOOKSTRUCT.cs" />
    <Compile Include="Types\POINT.cs" />
    <Compile Include="Types\PROCESS_INFORMATION.cs" />
    <Compile Include="Types\RECT.cs" />
    <Compile Include="Types\STARTUPINFO.cs" />
    <Compile Include="Types\Window.cs" />
    <Compile Include="User32.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\SafeExamBrowser.Contracts\SafeExamBrowser.Contracts.csproj">
      <Project>{47DA5933-BEF8-4729-94E6-ABDE2DB12262}</Project>
      <Name>SafeExamBrowser.Contracts</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>