test.vcxproj 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  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. <ProjectGuid>{44856249-9300-4B19-B8D9-C199BA4BA731}</ProjectGuid>
  24. <Keyword>Win32Proj</Keyword>
  25. <RootNamespace>test</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>Application</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v142</PlatformToolset>
  33. <CharacterSet>MultiByte</CharacterSet>
  34. <UseOfMfc>Dynamic</UseOfMfc>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  37. <ConfigurationType>Application</ConfigurationType>
  38. <UseDebugLibraries>false</UseDebugLibraries>
  39. <PlatformToolset>v142</PlatformToolset>
  40. <WholeProgramOptimization>true</WholeProgramOptimization>
  41. <CharacterSet>MultiByte</CharacterSet>
  42. <UseOfMfc>Dynamic</UseOfMfc>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  45. <ConfigurationType>Application</ConfigurationType>
  46. <UseDebugLibraries>true</UseDebugLibraries>
  47. <PlatformToolset>v142</PlatformToolset>
  48. <CharacterSet>Unicode</CharacterSet>
  49. <UseOfMfc>Dynamic</UseOfMfc>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  52. <ConfigurationType>Application</ConfigurationType>
  53. <UseDebugLibraries>false</UseDebugLibraries>
  54. <PlatformToolset>v142</PlatformToolset>
  55. <WholeProgramOptimization>true</WholeProgramOptimization>
  56. <CharacterSet>Unicode</CharacterSet>
  57. <UseOfMfc>Dynamic</UseOfMfc>
  58. </PropertyGroup>
  59. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  60. <ImportGroup Label="ExtensionSettings">
  61. </ImportGroup>
  62. <ImportGroup Label="Shared">
  63. </ImportGroup>
  64. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. </ImportGroup>
  67. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. </ImportGroup>
  70. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  71. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  72. </ImportGroup>
  73. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  74. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  75. </ImportGroup>
  76. <PropertyGroup Label="UserMacros" />
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  78. <LinkIncremental>true</LinkIncremental>
  79. <OutDir>..\..\..\..\bin\$(SolutionName)\</OutDir>
  80. <IntDir>$(OutDir)$(ProjectName)\$(Configuration)\</IntDir>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  83. <LinkIncremental>true</LinkIncremental>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  86. <LinkIncremental>false</LinkIncremental>
  87. <OutDir>..\..\..\..\bin\$(SolutionName)\</OutDir>
  88. <IntDir>$(OutDir)$(ProjectName)\$(Configuration)\</IntDir>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  91. <LinkIncremental>false</LinkIncremental>
  92. </PropertyGroup>
  93. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  94. <ClCompile>
  95. <PrecompiledHeader>Use</PrecompiledHeader>
  96. <WarningLevel>Level3</WarningLevel>
  97. <Optimization>Disabled</Optimization>
  98. <SDLCheck>true</SDLCheck>
  99. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;IRCONTROL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  100. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  101. </ClCompile>
  102. <Link>
  103. <SubSystem>Console</SubSystem>
  104. <GenerateDebugInformation>true</GenerateDebugInformation>
  105. </Link>
  106. </ItemDefinitionGroup>
  107. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  108. <ClCompile>
  109. <PrecompiledHeader>Use</PrecompiledHeader>
  110. <WarningLevel>Level3</WarningLevel>
  111. <Optimization>Disabled</Optimization>
  112. <SDLCheck>true</SDLCheck>
  113. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  114. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  115. </ClCompile>
  116. <Link>
  117. <SubSystem>Console</SubSystem>
  118. <GenerateDebugInformation>true</GenerateDebugInformation>
  119. </Link>
  120. </ItemDefinitionGroup>
  121. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  122. <ClCompile>
  123. <PrecompiledHeader>Use</PrecompiledHeader>
  124. <WarningLevel>Level3</WarningLevel>
  125. <Optimization>MaxSpeed</Optimization>
  126. <FunctionLevelLinking>true</FunctionLevelLinking>
  127. <IntrinsicFunctions>true</IntrinsicFunctions>
  128. <SDLCheck>true</SDLCheck>
  129. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;IRCONTROL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  130. <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
  131. </ClCompile>
  132. <Link>
  133. <SubSystem>Console</SubSystem>
  134. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  135. <OptimizeReferences>true</OptimizeReferences>
  136. <GenerateDebugInformation>true</GenerateDebugInformation>
  137. </Link>
  138. </ItemDefinitionGroup>
  139. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  140. <ClCompile>
  141. <PrecompiledHeader>Use</PrecompiledHeader>
  142. <WarningLevel>Level3</WarningLevel>
  143. <Optimization>MaxSpeed</Optimization>
  144. <FunctionLevelLinking>true</FunctionLevelLinking>
  145. <IntrinsicFunctions>true</IntrinsicFunctions>
  146. <SDLCheck>true</SDLCheck>
  147. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  148. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  149. </ClCompile>
  150. <Link>
  151. <SubSystem>Console</SubSystem>
  152. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  153. <OptimizeReferences>true</OptimizeReferences>
  154. <GenerateDebugInformation>true</GenerateDebugInformation>
  155. </Link>
  156. </ItemDefinitionGroup>
  157. <ItemGroup>
  158. <ClInclude Include="framework.h" />
  159. <ClInclude Include="Resource.h" />
  160. <ClInclude Include="stdafx.h" />
  161. <ClInclude Include="targetver.h" />
  162. <ClInclude Include="test.h" />
  163. </ItemGroup>
  164. <ItemGroup>
  165. <ClCompile Include="stdafx.cpp">
  166. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  167. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  168. </ClCompile>
  169. <ClCompile Include="test.cpp" />
  170. </ItemGroup>
  171. <ItemGroup>
  172. <ResourceCompile Include="test.rc" />
  173. </ItemGroup>
  174. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  175. <ImportGroup Label="ExtensionTargets">
  176. </ImportGroup>
  177. </Project>