| 1 | <?xml version="1.0" encoding="utf-8"?>
|
|---|
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|---|
| 3 | <ItemGroup Label="ProjectConfigurations">
|
|---|
| 4 | <ProjectConfiguration Include="Debug|Itanium">
|
|---|
| 5 | <Configuration>Debug</Configuration>
|
|---|
| 6 | <Platform>Itanium</Platform>
|
|---|
| 7 | </ProjectConfiguration>
|
|---|
| 8 | <ProjectConfiguration Include="Debug|Win32">
|
|---|
| 9 | <Configuration>Debug</Configuration>
|
|---|
| 10 | <Platform>Win32</Platform>
|
|---|
| 11 | </ProjectConfiguration>
|
|---|
| 12 | <ProjectConfiguration Include="Debug|x64">
|
|---|
| 13 | <Configuration>Debug</Configuration>
|
|---|
| 14 | <Platform>x64</Platform>
|
|---|
| 15 | </ProjectConfiguration>
|
|---|
| 16 | <ProjectConfiguration Include="Release|Itanium">
|
|---|
| 17 | <Configuration>Release</Configuration>
|
|---|
| 18 | <Platform>Itanium</Platform>
|
|---|
| 19 | </ProjectConfiguration>
|
|---|
| 20 | <ProjectConfiguration Include="Release|Win32">
|
|---|
| 21 | <Configuration>Release</Configuration>
|
|---|
| 22 | <Platform>Win32</Platform>
|
|---|
| 23 | </ProjectConfiguration>
|
|---|
| 24 | <ProjectConfiguration Include="Release|x64">
|
|---|
| 25 | <Configuration>Release</Configuration>
|
|---|
| 26 | <Platform>x64</Platform>
|
|---|
| 27 | </ProjectConfiguration>
|
|---|
| 28 | </ItemGroup>
|
|---|
| 29 | <ItemGroup>
|
|---|
| 30 | <ClCompile Include="ApiHook.cc" />
|
|---|
| 31 | <ClCompile Include="BlurEditController.cc" />
|
|---|
| 32 | <ClCompile Include="DWMEdit.cc" />
|
|---|
| 33 | <ClCompile Include="WindowsVersionHelp.cc" />
|
|---|
| 34 | </ItemGroup>
|
|---|
| 35 | <ItemGroup>
|
|---|
| 36 | <ClInclude Include="ApiHook.h" />
|
|---|
| 37 | <ClInclude Include="BlurEditController.h" />
|
|---|
| 38 | <ClInclude Include="WindowsVersionHelp.h" />
|
|---|
| 39 | </ItemGroup>
|
|---|
| 40 | <PropertyGroup Label="Globals">
|
|---|
| 41 | <ProjectGuid>{A41D6832-83C2-4432-8E6D-8156F3C0C2EC}</ProjectGuid>
|
|---|
| 42 | <Keyword>Win32Proj</Keyword>
|
|---|
| 43 | <RootNamespace>dwmtest</RootNamespace>
|
|---|
| 44 | </PropertyGroup>
|
|---|
| 45 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|---|
| 46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|---|
| 47 | <ConfigurationType>Application</ConfigurationType>
|
|---|
| 48 | <CharacterSet>Unicode</CharacterSet>
|
|---|
| 49 | </PropertyGroup>
|
|---|
| 50 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="Configuration">
|
|---|
| 51 | <ConfigurationType>Application</ConfigurationType>
|
|---|
| 52 | <CharacterSet>Unicode</CharacterSet>
|
|---|
| 53 | </PropertyGroup>
|
|---|
| 54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|---|
| 55 | <ConfigurationType>Application</ConfigurationType>
|
|---|
| 56 | <CharacterSet>Unicode</CharacterSet>
|
|---|
| 57 | </PropertyGroup>
|
|---|
| 58 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|---|
| 59 | <ConfigurationType>Application</ConfigurationType>
|
|---|
| 60 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
|---|
| 61 | <CharacterSet>Unicode</CharacterSet>
|
|---|
| 62 | </PropertyGroup>
|
|---|
| 63 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration">
|
|---|
| 64 | <ConfigurationType>Application</ConfigurationType>
|
|---|
| 65 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
|---|
| 66 | <CharacterSet>Unicode</CharacterSet>
|
|---|
| 67 | </PropertyGroup>
|
|---|
| 68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|---|
| 69 | <ConfigurationType>Application</ConfigurationType>
|
|---|
| 70 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
|---|
| 71 | <CharacterSet>Unicode</CharacterSet>
|
|---|
| 72 | <PlatformToolset>v100</PlatformToolset>
|
|---|
| 73 | </PropertyGroup>
|
|---|
| 74 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|---|
| 75 | <ImportGroup Label="ExtensionSettings">
|
|---|
| 76 | </ImportGroup>
|
|---|
| 77 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|---|
| 78 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|---|
| 79 | </ImportGroup>
|
|---|
| 80 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'" Label="PropertySheets">
|
|---|
| 81 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|---|
| 82 | </ImportGroup>
|
|---|
| 83 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|---|
| 84 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|---|
| 85 | </ImportGroup>
|
|---|
| 86 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|---|
| 87 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|---|
| 88 | </ImportGroup>
|
|---|
| 89 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="PropertySheets">
|
|---|
| 90 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|---|
| 91 | </ImportGroup>
|
|---|
| 92 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|---|
| 93 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|---|
| 94 | </ImportGroup>
|
|---|
| 95 | <PropertyGroup Label="UserMacros" />
|
|---|
| 96 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|---|
| 97 | <LinkIncremental>true</LinkIncremental>
|
|---|
| 98 | </PropertyGroup>
|
|---|
| 99 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">
|
|---|
| 100 | <LinkIncremental>true</LinkIncremental>
|
|---|
| 101 | </PropertyGroup>
|
|---|
| 102 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|---|
| 103 | <LinkIncremental>true</LinkIncremental>
|
|---|
| 104 | </PropertyGroup>
|
|---|
| 105 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|---|
| 106 | <LinkIncremental>false</LinkIncremental>
|
|---|
| 107 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|---|
| 108 | </PropertyGroup>
|
|---|
| 109 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">
|
|---|
| 110 | <LinkIncremental>false</LinkIncremental>
|
|---|
| 111 | </PropertyGroup>
|
|---|
| 112 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|---|
| 113 | <LinkIncremental>false</LinkIncremental>
|
|---|
| 114 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|---|
| 115 | <RunCodeAnalysis>true</RunCodeAnalysis>
|
|---|
| 116 | </PropertyGroup>
|
|---|
| 117 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|---|
| 118 | <ClCompile>
|
|---|
| 119 | <PrecompiledHeader>
|
|---|
| 120 | </PrecompiledHeader>
|
|---|
| 121 | <WarningLevel>Level4</WarningLevel>
|
|---|
| 122 | <MinimalRebuild>true</MinimalRebuild>
|
|---|
| 123 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|---|
| 124 | <Optimization>Disabled</Optimization>
|
|---|
| 125 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|---|
| 126 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|---|
| 127 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;DWMEDIT_TEST;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|---|
| 128 | </ClCompile>
|
|---|
| 129 | <Link>
|
|---|
| 130 | <SubSystem>Console</SubSystem>
|
|---|
| 131 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
|---|
| 132 | </Link>
|
|---|
| 133 | </ItemDefinitionGroup>
|
|---|
| 134 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Itanium'">
|
|---|
| 135 | <ClCompile>
|
|---|
| 136 | <PrecompiledHeader>
|
|---|
| 137 | </PrecompiledHeader>
|
|---|
| 138 | <WarningLevel>Level4</WarningLevel>
|
|---|
| 139 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|---|
| 140 | <Optimization>Disabled</Optimization>
|
|---|
| 141 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|---|
| 142 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|---|
| 143 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;DWMEDIT_TEST;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|---|
| 144 | </ClCompile>
|
|---|
| 145 | <Link>
|
|---|
| 146 | <SubSystem>Console</SubSystem>
|
|---|
| 147 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
|---|
| 148 | </Link>
|
|---|
| 149 | </ItemDefinitionGroup>
|
|---|
| 150 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|---|
| 151 | <ClCompile>
|
|---|
| 152 | <PrecompiledHeader>
|
|---|
| 153 | </PrecompiledHeader>
|
|---|
| 154 | <WarningLevel>Level4</WarningLevel>
|
|---|
| 155 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|---|
| 156 | <Optimization>Disabled</Optimization>
|
|---|
| 157 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|---|
| 158 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|---|
| 159 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;DWMEDIT_TEST;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|---|
| 160 | </ClCompile>
|
|---|
| 161 | <Link>
|
|---|
| 162 | <SubSystem>Console</SubSystem>
|
|---|
| 163 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
|---|
| 164 | </Link>
|
|---|
| 165 | </ItemDefinitionGroup>
|
|---|
| 166 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|---|
| 167 | <ClCompile>
|
|---|
| 168 | <WarningLevel>Level3</WarningLevel>
|
|---|
| 169 | <PrecompiledHeader>
|
|---|
| 170 | </PrecompiledHeader>
|
|---|
| 171 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|---|
| 172 | <Optimization>MaxSpeed</Optimization>
|
|---|
| 173 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|---|
| 174 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
|---|
| 175 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
|---|
| 176 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;DWMEDIT_TEST;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|---|
| 177 | <EnablePREfast>true</EnablePREfast>
|
|---|
| 178 | </ClCompile>
|
|---|
| 179 | <Link>
|
|---|
| 180 | <SubSystem>Console</SubSystem>
|
|---|
| 181 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
|---|
| 182 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|---|
| 183 | <OptimizeReferences>true</OptimizeReferences>
|
|---|
| 184 | </Link>
|
|---|
| 185 | </ItemDefinitionGroup>
|
|---|
| 186 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'">
|
|---|
| 187 | <ClCompile>
|
|---|
| 188 | <WarningLevel>Level3</WarningLevel>
|
|---|
| 189 | <PrecompiledHeader>
|
|---|
| 190 | </PrecompiledHeader>
|
|---|
| 191 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|---|
| 192 | <Optimization>MaxSpeed</Optimization>
|
|---|
| 193 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|---|
| 194 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
|---|
| 195 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
|---|
| 196 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;DWMEDIT_TEST;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|---|
| 197 | </ClCompile>
|
|---|
| 198 | <Link>
|
|---|
| 199 | <SubSystem>Console</SubSystem>
|
|---|
| 200 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
|---|
| 201 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|---|
| 202 | <OptimizeReferences>true</OptimizeReferences>
|
|---|
| 203 | </Link>
|
|---|
| 204 | </ItemDefinitionGroup>
|
|---|
| 205 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|---|
| 206 | <ClCompile>
|
|---|
| 207 | <WarningLevel>Level3</WarningLevel>
|
|---|
| 208 | <PrecompiledHeader>
|
|---|
| 209 | </PrecompiledHeader>
|
|---|
| 210 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|---|
| 211 | <Optimization>MaxSpeed</Optimization>
|
|---|
| 212 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|---|
| 213 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
|---|
| 214 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
|---|
| 215 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;DWMEDIT_TEST;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|---|
| 216 | <EnablePREfast>true</EnablePREfast>
|
|---|
| 217 | </ClCompile>
|
|---|
| 218 | <Link>
|
|---|
| 219 | <SubSystem>Console</SubSystem>
|
|---|
| 220 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
|---|
| 221 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|---|
| 222 | <OptimizeReferences>true</OptimizeReferences>
|
|---|
| 223 | </Link>
|
|---|
| 224 | </ItemDefinitionGroup>
|
|---|
| 225 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|---|
| 226 | <ImportGroup Label="ExtensionTargets">
|
|---|
| 227 | </ImportGroup>
|
|---|
| 228 | </Project> |
|---|