/ tools / FancyZones_DrawLayoutTest / FancyZones_DrawLayoutTest.vcxproj
FancyZones_DrawLayoutTest.vcxproj
  1  <?xml version="1.0" encoding="utf-8"?>
  2  <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3    <ItemGroup Label="ProjectConfigurations">
  4      <ProjectConfiguration Include="Debug|Win32">
  5        <Configuration>Debug</Configuration>
  6        <Platform>Win32</Platform>
  7      </ProjectConfiguration>
  8      <ProjectConfiguration Include="Release|Win32">
  9        <Configuration>Release</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|x64">
 17        <Configuration>Release</Configuration>
 18        <Platform>x64</Platform>
 19      </ProjectConfiguration>
 20    </ItemGroup>
 21    <PropertyGroup Label="Globals">
 22      <VCProjectVersion>16.0</VCProjectVersion>
 23      <Keyword>Win32Proj</Keyword>
 24      <ProjectGuid>{ab0f7153-208e-433d-a14f-311e09fdc0a0}</ProjectGuid>
 25      <RootNamespace>FancyZonesDrawLayoutTest</RootNamespace>
 26    </PropertyGroup>
 27    <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 28    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 29      <ConfigurationType>Application</ConfigurationType>
 30      <UseDebugLibraries>true</UseDebugLibraries>
 31      
 32      <CharacterSet>Unicode</CharacterSet>
 33    </PropertyGroup>
 34    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 35      <ConfigurationType>Application</ConfigurationType>
 36      <UseDebugLibraries>false</UseDebugLibraries>
 37      
 38      <WholeProgramOptimization>true</WholeProgramOptimization>
 39      <CharacterSet>Unicode</CharacterSet>
 40    </PropertyGroup>
 41    <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
 42      <ConfigurationType>Application</ConfigurationType>
 43      <UseDebugLibraries>true</UseDebugLibraries>
 44      
 45      <CharacterSet>Unicode</CharacterSet>
 46    </PropertyGroup>
 47    <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
 48      <ConfigurationType>Application</ConfigurationType>
 49      <UseDebugLibraries>false</UseDebugLibraries>
 50      
 51      <WholeProgramOptimization>true</WholeProgramOptimization>
 52      <CharacterSet>Unicode</CharacterSet>
 53    </PropertyGroup>
 54    <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 55    <ImportGroup Label="ExtensionSettings">
 56    </ImportGroup>
 57    <ImportGroup Label="Shared">
 58    </ImportGroup>
 59    <ImportGroup Label="PropertySheets">
 60      <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 61    </ImportGroup>
 62    <PropertyGroup Label="UserMacros" />
 63    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 64      <LinkIncremental>true</LinkIncremental>
 65    </PropertyGroup>
 66    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 67      <LinkIncremental>false</LinkIncremental>
 68    </PropertyGroup>
 69    <PropertyGroup Condition="'$(Configuration)'=='Debug'">
 70      <LinkIncremental>true</LinkIncremental>
 71    </PropertyGroup>
 72    <PropertyGroup Condition="'$(Configuration)'=='Release'">
 73      <LinkIncremental>false</LinkIncremental>
 74    </PropertyGroup>
 75    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 76      <ClCompile>
 77        <WarningLevel>Level3</WarningLevel>
 78        <SDLCheck>true</SDLCheck>
 79        <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 80        <ConformanceMode>true</ConformanceMode>
 81      </ClCompile>
 82      <Link>
 83        <SubSystem>Windows</SubSystem>
 84        <GenerateDebugInformation>true</GenerateDebugInformation>
 85      </Link>
 86    </ItemDefinitionGroup>
 87    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 88      <ClCompile>
 89        <WarningLevel>Level3</WarningLevel>
 90        <FunctionLevelLinking>true</FunctionLevelLinking>
 91        <IntrinsicFunctions>true</IntrinsicFunctions>
 92        <SDLCheck>true</SDLCheck>
 93        <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 94        <ConformanceMode>true</ConformanceMode>
 95      </ClCompile>
 96      <Link>
 97        <SubSystem>Windows</SubSystem>
 98        <EnableCOMDATFolding>true</EnableCOMDATFolding>
 99        <OptimizeReferences>true</OptimizeReferences>
100        <GenerateDebugInformation>true</GenerateDebugInformation>
101      </Link>
102    </ItemDefinitionGroup>
103    <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
104      <ClCompile>
105        <WarningLevel>Level3</WarningLevel>
106        <SDLCheck>true</SDLCheck>
107        <PreprocessorDefinitions>_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
108        <ConformanceMode>true</ConformanceMode>
109        <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
110      </ClCompile>
111      <Link>
112        <SubSystem>Windows</SubSystem>
113        <GenerateDebugInformation>true</GenerateDebugInformation>
114      </Link>
115    </ItemDefinitionGroup>
116    <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
117      <ClCompile>
118        <WarningLevel>Level3</WarningLevel>
119        <FunctionLevelLinking>true</FunctionLevelLinking>
120        <IntrinsicFunctions>true</IntrinsicFunctions>
121        <SDLCheck>true</SDLCheck>
122        <PreprocessorDefinitions>NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
123        <ConformanceMode>true</ConformanceMode>
124        <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
125      </ClCompile>
126      <Link>
127        <SubSystem>Windows</SubSystem>
128        <EnableCOMDATFolding>true</EnableCOMDATFolding>
129        <OptimizeReferences>true</OptimizeReferences>
130        <GenerateDebugInformation>true</GenerateDebugInformation>
131      </Link>
132    </ItemDefinitionGroup>
133    <ItemGroup>
134      <ClInclude Include="FancyZones_DrawLayoutTest.h" />
135      <ClInclude Include="framework.h" />
136      <ClInclude Include="Resource.h" />
137    </ItemGroup>
138    <ItemGroup>
139      <ClCompile Include="FancyZones_DrawLayoutTest.cpp" />
140    </ItemGroup>
141    <ItemGroup>
142      <ResourceCompile Include="FancyZones_DrawLayoutTest.rc" />
143    </ItemGroup>
144    <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
145    <ImportGroup Label="ExtensionTargets">
146    </ImportGroup>
147  </Project>