Dummy.vcxproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|ARM">
  5. <Configuration>Debug</Configuration>
  6. <Platform>ARM</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|Emscripten">
  9. <Configuration>Debug</Configuration>
  10. <Platform>Emscripten</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Win32">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|x64">
  17. <Configuration>Debug</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|ARM">
  21. <Configuration>Release</Configuration>
  22. <Platform>ARM</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|Emscripten">
  25. <Configuration>Release</Configuration>
  26. <Platform>Emscripten</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release|Win32">
  29. <Configuration>Release</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|x64">
  33. <Configuration>Release</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. </ItemGroup>
  37. <ItemGroup>
  38. <ClCompile Include="..\Dummy.cpp" />
  39. </ItemGroup>
  40. <PropertyGroup Label="Globals">
  41. <ProjectGuid>{EDE355DB-F1F0-4596-8400-E14A9ABAA33D}</ProjectGuid>
  42. <RootNamespace>Dummy</RootNamespace>
  43. <Keyword>Win32Proj</Keyword>
  44. <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
  45. </PropertyGroup>
  46. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  48. <ConfigurationType>StaticLibrary</ConfigurationType>
  49. <PlatformToolset>v141_xp</PlatformToolset>
  50. <CharacterSet>Unicode</CharacterSet>
  51. <WholeProgramOptimization>true</WholeProgramOptimization>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  54. <ConfigurationType>StaticLibrary</ConfigurationType>
  55. <PlatformToolset>v141</PlatformToolset>
  56. <CharacterSet>Unicode</CharacterSet>
  57. <WholeProgramOptimization>true</WholeProgramOptimization>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  60. <ConfigurationType>StaticLibrary</ConfigurationType>
  61. <PlatformToolset>v141_xp</PlatformToolset>
  62. <CharacterSet>Unicode</CharacterSet>
  63. </PropertyGroup>
  64. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  65. <ConfigurationType>StaticLibrary</ConfigurationType>
  66. <PlatformToolset>v141</PlatformToolset>
  67. <CharacterSet>Unicode</CharacterSet>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  70. <ConfigurationType>StaticLibrary</ConfigurationType>
  71. <PlatformToolset>v141_xp</PlatformToolset>
  72. <CharacterSet>Unicode</CharacterSet>
  73. <WholeProgramOptimization>true</WholeProgramOptimization>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'" Label="Configuration">
  76. <ConfigurationType>StaticLibrary</ConfigurationType>
  77. <PlatformToolset>emcc</PlatformToolset>
  78. <CharacterSet>Unicode</CharacterSet>
  79. <WholeProgramOptimization>true</WholeProgramOptimization>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  82. <ConfigurationType>StaticLibrary</ConfigurationType>
  83. <PlatformToolset>v141_xp</PlatformToolset>
  84. <CharacterSet>Unicode</CharacterSet>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'" Label="Configuration">
  87. <ConfigurationType>StaticLibrary</ConfigurationType>
  88. <PlatformToolset>v120</PlatformToolset>
  89. <CharacterSet>Unicode</CharacterSet>
  90. </PropertyGroup>
  91. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  92. <ImportGroup Label="ExtensionSettings">
  93. </ImportGroup>
  94. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  95. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  96. </ImportGroup>
  97. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
  98. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  99. </ImportGroup>
  100. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  101. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  102. </ImportGroup>
  103. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets">
  104. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  105. </ImportGroup>
  106. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  107. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  108. </ImportGroup>
  109. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'" Label="PropertySheets">
  110. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  111. </ImportGroup>
  112. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  113. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  114. </ImportGroup>
  115. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'" Label="PropertySheets">
  116. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  117. </ImportGroup>
  118. <PropertyGroup Label="UserMacros" />
  119. <PropertyGroup>
  120. <_ProjectFileVersion>12.0.21005.1</_ProjectFileVersion>
  121. </PropertyGroup>
  122. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  123. <ClCompile>
  124. <Optimization>Disabled</Optimization>
  125. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  126. <MinimalRebuild>true</MinimalRebuild>
  127. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  128. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  129. <PrecompiledHeader />
  130. <WarningLevel>Level3</WarningLevel>
  131. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  132. </ClCompile>
  133. </ItemDefinitionGroup>
  134. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  135. <ClCompile>
  136. <Optimization>Disabled</Optimization>
  137. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  138. <MinimalRebuild>true</MinimalRebuild>
  139. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  140. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  141. <PrecompiledHeader>
  142. </PrecompiledHeader>
  143. <WarningLevel>Level3</WarningLevel>
  144. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  145. </ClCompile>
  146. </ItemDefinitionGroup>
  147. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  148. <Midl>
  149. <TargetEnvironment>X64</TargetEnvironment>
  150. </Midl>
  151. <ClCompile>
  152. <Optimization>Disabled</Optimization>
  153. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  154. <MinimalRebuild>true</MinimalRebuild>
  155. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  156. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  157. <PrecompiledHeader />
  158. <WarningLevel>Level3</WarningLevel>
  159. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  160. </ClCompile>
  161. </ItemDefinitionGroup>
  162. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'">
  163. <Midl />
  164. <ClCompile>
  165. <Optimization>Disabled</Optimization>
  166. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  167. <MinimalRebuild>true</MinimalRebuild>
  168. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  169. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  170. <PrecompiledHeader>
  171. </PrecompiledHeader>
  172. <WarningLevel>Level3</WarningLevel>
  173. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  174. </ClCompile>
  175. </ItemDefinitionGroup>
  176. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  177. <ClCompile>
  178. <Optimization>Full</Optimization>
  179. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  180. <IntrinsicFunctions>true</IntrinsicFunctions>
  181. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  182. <OmitFramePointers>true</OmitFramePointers>
  183. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  184. <WholeProgramOptimization>false</WholeProgramOptimization>
  185. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  186. <StringPooling>true</StringPooling>
  187. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  188. <BufferSecurityCheck>false</BufferSecurityCheck>
  189. <FunctionLevelLinking>true</FunctionLevelLinking>
  190. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  191. <PrecompiledHeader />
  192. <WarningLevel>Level3</WarningLevel>
  193. <DebugInformationFormat />
  194. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  195. <FloatingPointModel>Fast</FloatingPointModel>
  196. </ClCompile>
  197. </ItemDefinitionGroup>
  198. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  199. <ClCompile>
  200. <Optimization>Full</Optimization>
  201. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  202. <IntrinsicFunctions>true</IntrinsicFunctions>
  203. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  204. <OmitFramePointers>true</OmitFramePointers>
  205. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  206. <WholeProgramOptimization>false</WholeProgramOptimization>
  207. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  208. <StringPooling>true</StringPooling>
  209. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  210. <BufferSecurityCheck>false</BufferSecurityCheck>
  211. <FunctionLevelLinking>true</FunctionLevelLinking>
  212. <PrecompiledHeader>
  213. </PrecompiledHeader>
  214. <WarningLevel>Level3</WarningLevel>
  215. <DebugInformationFormat>
  216. </DebugInformationFormat>
  217. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  218. <FloatingPointModel>Fast</FloatingPointModel>
  219. </ClCompile>
  220. </ItemDefinitionGroup>
  221. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  222. <Midl>
  223. <TargetEnvironment>X64</TargetEnvironment>
  224. </Midl>
  225. <ClCompile>
  226. <Optimization>Full</Optimization>
  227. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  228. <IntrinsicFunctions>true</IntrinsicFunctions>
  229. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  230. <OmitFramePointers>true</OmitFramePointers>
  231. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  232. <WholeProgramOptimization>false</WholeProgramOptimization>
  233. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  234. <StringPooling>true</StringPooling>
  235. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  236. <BufferSecurityCheck>false</BufferSecurityCheck>
  237. <FunctionLevelLinking>true</FunctionLevelLinking>
  238. <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
  239. <PrecompiledHeader />
  240. <WarningLevel>Level3</WarningLevel>
  241. <DebugInformationFormat />
  242. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  243. <FloatingPointModel>Fast</FloatingPointModel>
  244. </ClCompile>
  245. </ItemDefinitionGroup>
  246. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">
  247. <Midl />
  248. <ClCompile>
  249. <Optimization>MaxSpeed</Optimization>
  250. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  251. <IntrinsicFunctions>true</IntrinsicFunctions>
  252. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  253. <OmitFramePointers>true</OmitFramePointers>
  254. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  255. <WholeProgramOptimization>false</WholeProgramOptimization>
  256. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  257. <StringPooling>true</StringPooling>
  258. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  259. <BufferSecurityCheck>false</BufferSecurityCheck>
  260. <FunctionLevelLinking>true</FunctionLevelLinking>
  261. <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
  262. <PrecompiledHeader>
  263. </PrecompiledHeader>
  264. <WarningLevel>Level3</WarningLevel>
  265. <DebugInformationFormat>
  266. </DebugInformationFormat>
  267. </ClCompile>
  268. </ItemDefinitionGroup>
  269. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  270. <ImportGroup Label="ExtensionTargets">
  271. </ImportGroup>
  272. </Project>