Tiff.vcxproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  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="..\libtiff\mkg3states.c" />
  39. <ClCompile Include="..\libtiff\tif_aux.c" />
  40. <ClCompile Include="..\libtiff\tif_close.c" />
  41. <ClCompile Include="..\libtiff\tif_codec.c" />
  42. <ClCompile Include="..\libtiff\tif_color.c" />
  43. <ClCompile Include="..\libtiff\tif_compress.c" />
  44. <ClCompile Include="..\libtiff\tif_dir.c" />
  45. <ClCompile Include="..\libtiff\tif_dirinfo.c" />
  46. <ClCompile Include="..\libtiff\tif_dirread.c" />
  47. <ClCompile Include="..\libtiff\tif_dirwrite.c" />
  48. <ClCompile Include="..\libtiff\tif_dumpmode.c" />
  49. <ClCompile Include="..\libtiff\tif_error.c" />
  50. <ClCompile Include="..\libtiff\tif_extension.c" />
  51. <ClCompile Include="..\libtiff\tif_fax3.c" />
  52. <ClCompile Include="..\libtiff\tif_fax3sm.c" />
  53. <ClCompile Include="..\libtiff\tif_flush.c" />
  54. <ClCompile Include="..\libtiff\tif_getimage.c" />
  55. <ClCompile Include="..\libtiff\tif_jbig.c" />
  56. <ClCompile Include="..\libtiff\tif_jpeg.c" />
  57. <ClCompile Include="..\libtiff\tif_jpeg_12.c" />
  58. <ClCompile Include="..\libtiff\tif_luv.c" />
  59. <ClCompile Include="..\libtiff\tif_lzma.c" />
  60. <ClCompile Include="..\libtiff\tif_lzw.c" />
  61. <ClCompile Include="..\libtiff\tif_next.c" />
  62. <ClCompile Include="..\libtiff\tif_ojpeg.c" />
  63. <ClCompile Include="..\libtiff\tif_open.c" />
  64. <ClCompile Include="..\libtiff\tif_packbits.c" />
  65. <ClCompile Include="..\libtiff\tif_pixarlog.c" />
  66. <ClCompile Include="..\libtiff\tif_predict.c" />
  67. <ClCompile Include="..\libtiff\tif_print.c" />
  68. <ClCompile Include="..\libtiff\tif_read.c" />
  69. <ClCompile Include="..\libtiff\tif_stream.cpp" />
  70. <ClCompile Include="..\libtiff\tif_strip.c" />
  71. <ClCompile Include="..\libtiff\tif_swab.c" />
  72. <ClCompile Include="..\libtiff\tif_thunder.c" />
  73. <ClCompile Include="..\libtiff\tif_tile.c" />
  74. <ClCompile Include="..\libtiff\tif_unix.c">
  75. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  76. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
  77. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</ExcludedFromBuild>
  78. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</ExcludedFromBuild>
  79. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
  80. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
  81. </ClCompile>
  82. <ClCompile Include="..\libtiff\tif_version.c" />
  83. <ClCompile Include="..\libtiff\tif_warning.c" />
  84. <ClCompile Include="..\libtiff\tif_win32.c">
  85. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'">true</ExcludedFromBuild>
  86. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">true</ExcludedFromBuild>
  87. </ClCompile>
  88. <ClCompile Include="..\libtiff\tif_write.c" />
  89. <ClCompile Include="..\libtiff\tif_zip.c" />
  90. </ItemGroup>
  91. <PropertyGroup Label="Globals">
  92. <ProjectName>Tiff</ProjectName>
  93. <ProjectGuid>{E61592E1-28F4-4AFC-9EE1-9BE833A061C1}</ProjectGuid>
  94. <RootNamespace>Tiff</RootNamespace>
  95. <Keyword>Win32Proj</Keyword>
  96. <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
  97. </PropertyGroup>
  98. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  99. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  100. <ConfigurationType>StaticLibrary</ConfigurationType>
  101. <PlatformToolset>v140_xp</PlatformToolset>
  102. <CharacterSet>NotSet</CharacterSet>
  103. <WholeProgramOptimization>true</WholeProgramOptimization>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  106. <ConfigurationType>StaticLibrary</ConfigurationType>
  107. <PlatformToolset>v140_xp</PlatformToolset>
  108. <CharacterSet>NotSet</CharacterSet>
  109. <WholeProgramOptimization>true</WholeProgramOptimization>
  110. </PropertyGroup>
  111. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  112. <ConfigurationType>StaticLibrary</ConfigurationType>
  113. <PlatformToolset>v140_xp</PlatformToolset>
  114. <CharacterSet>NotSet</CharacterSet>
  115. <WholeProgramOptimization>true</WholeProgramOptimization>
  116. </PropertyGroup>
  117. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  118. <ConfigurationType>StaticLibrary</ConfigurationType>
  119. <PlatformToolset>v140</PlatformToolset>
  120. <CharacterSet>NotSet</CharacterSet>
  121. <WholeProgramOptimization>true</WholeProgramOptimization>
  122. </PropertyGroup>
  123. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  124. <ConfigurationType>StaticLibrary</ConfigurationType>
  125. <PlatformToolset>v140_xp</PlatformToolset>
  126. <CharacterSet>NotSet</CharacterSet>
  127. <WholeProgramOptimization>true</WholeProgramOptimization>
  128. </PropertyGroup>
  129. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'" Label="Configuration">
  130. <ConfigurationType>StaticLibrary</ConfigurationType>
  131. <PlatformToolset>v120</PlatformToolset>
  132. <CharacterSet>NotSet</CharacterSet>
  133. <WholeProgramOptimization>true</WholeProgramOptimization>
  134. </PropertyGroup>
  135. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  136. <ConfigurationType>StaticLibrary</ConfigurationType>
  137. <PlatformToolset>v140_xp</PlatformToolset>
  138. <CharacterSet>NotSet</CharacterSet>
  139. <WholeProgramOptimization>true</WholeProgramOptimization>
  140. </PropertyGroup>
  141. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'" Label="Configuration">
  142. <ConfigurationType>StaticLibrary</ConfigurationType>
  143. <PlatformToolset>emcc</PlatformToolset>
  144. <CharacterSet>NotSet</CharacterSet>
  145. <WholeProgramOptimization>true</WholeProgramOptimization>
  146. </PropertyGroup>
  147. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  148. <ImportGroup Label="ExtensionSettings">
  149. </ImportGroup>
  150. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  151. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  152. </ImportGroup>
  153. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets">
  154. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  155. </ImportGroup>
  156. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  157. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  158. </ImportGroup>
  159. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
  160. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  161. </ImportGroup>
  162. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  163. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  164. </ImportGroup>
  165. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'" Label="PropertySheets">
  166. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  167. </ImportGroup>
  168. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  169. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  170. </ImportGroup>
  171. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'" Label="PropertySheets">
  172. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  173. </ImportGroup>
  174. <PropertyGroup Label="UserMacros" />
  175. <PropertyGroup>
  176. <_ProjectFileVersion>12.0.21005.1</_ProjectFileVersion>
  177. </PropertyGroup>
  178. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  179. <ClCompile>
  180. <Optimization>Full</Optimization>
  181. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  182. <IntrinsicFunctions>true</IntrinsicFunctions>
  183. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  184. <OmitFramePointers>true</OmitFramePointers>
  185. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  186. <WholeProgramOptimization>false</WholeProgramOptimization>
  187. <PreprocessorDefinitions>NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  188. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  189. <FunctionLevelLinking>true</FunctionLevelLinking>
  190. <PrecompiledHeader />
  191. <WarningLevel>Level3</WarningLevel>
  192. <DebugInformationFormat />
  193. <CompileAs>Default</CompileAs>
  194. <StringPooling>true</StringPooling>
  195. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  196. <FloatingPointModel>Fast</FloatingPointModel>
  197. <BufferSecurityCheck>false</BufferSecurityCheck>
  198. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  199. </ClCompile>
  200. </ItemDefinitionGroup>
  201. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  202. <ClCompile>
  203. <Optimization>Full</Optimization>
  204. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  205. <IntrinsicFunctions>true</IntrinsicFunctions>
  206. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  207. <OmitFramePointers>true</OmitFramePointers>
  208. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  209. <WholeProgramOptimization>false</WholeProgramOptimization>
  210. <PreprocessorDefinitions>NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  211. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  212. <FunctionLevelLinking>true</FunctionLevelLinking>
  213. <PrecompiledHeader>
  214. </PrecompiledHeader>
  215. <WarningLevel>Level3</WarningLevel>
  216. <DebugInformationFormat>
  217. </DebugInformationFormat>
  218. <CompileAs>Default</CompileAs>
  219. <StringPooling>true</StringPooling>
  220. <FloatingPointModel>Fast</FloatingPointModel>
  221. <BufferSecurityCheck>false</BufferSecurityCheck>
  222. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  223. </ClCompile>
  224. </ItemDefinitionGroup>
  225. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  226. <Midl>
  227. <TargetEnvironment>X64</TargetEnvironment>
  228. </Midl>
  229. <ClCompile>
  230. <Optimization>Full</Optimization>
  231. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  232. <IntrinsicFunctions>true</IntrinsicFunctions>
  233. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  234. <OmitFramePointers>true</OmitFramePointers>
  235. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  236. <WholeProgramOptimization>false</WholeProgramOptimization>
  237. <PreprocessorDefinitions>NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  238. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  239. <FunctionLevelLinking>true</FunctionLevelLinking>
  240. <PrecompiledHeader />
  241. <WarningLevel>Level3</WarningLevel>
  242. <DebugInformationFormat />
  243. <CompileAs>Default</CompileAs>
  244. <StringPooling>true</StringPooling>
  245. <EnableEnhancedInstructionSet>
  246. </EnableEnhancedInstructionSet>
  247. <FloatingPointModel>Fast</FloatingPointModel>
  248. <BufferSecurityCheck>false</BufferSecurityCheck>
  249. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  250. </ClCompile>
  251. </ItemDefinitionGroup>
  252. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">
  253. <Midl />
  254. <ClCompile>
  255. <Optimization>MaxSpeed</Optimization>
  256. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  257. <IntrinsicFunctions>true</IntrinsicFunctions>
  258. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  259. <OmitFramePointers>true</OmitFramePointers>
  260. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  261. <WholeProgramOptimization>false</WholeProgramOptimization>
  262. <PreprocessorDefinitions>NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  263. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  264. <FunctionLevelLinking>true</FunctionLevelLinking>
  265. <PrecompiledHeader>
  266. </PrecompiledHeader>
  267. <WarningLevel>Level3</WarningLevel>
  268. <DebugInformationFormat>
  269. </DebugInformationFormat>
  270. <CompileAs>Default</CompileAs>
  271. <OptimizationLevel>Os</OptimizationLevel>
  272. </ClCompile>
  273. </ItemDefinitionGroup>
  274. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  275. <ClCompile>
  276. <Optimization>Disabled</Optimization>
  277. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  278. <IntrinsicFunctions>true</IntrinsicFunctions>
  279. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  280. <OmitFramePointers>true</OmitFramePointers>
  281. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  282. <WholeProgramOptimization>false</WholeProgramOptimization>
  283. <PreprocessorDefinitions>DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  284. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  285. <FunctionLevelLinking>true</FunctionLevelLinking>
  286. <PrecompiledHeader />
  287. <WarningLevel>Level3</WarningLevel>
  288. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  289. <CompileAs>Default</CompileAs>
  290. </ClCompile>
  291. </ItemDefinitionGroup>
  292. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  293. <ClCompile>
  294. <Optimization>Disabled</Optimization>
  295. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  296. <IntrinsicFunctions>true</IntrinsicFunctions>
  297. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  298. <OmitFramePointers>true</OmitFramePointers>
  299. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  300. <WholeProgramOptimization>false</WholeProgramOptimization>
  301. <PreprocessorDefinitions>DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  302. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  303. <FunctionLevelLinking>true</FunctionLevelLinking>
  304. <PrecompiledHeader>
  305. </PrecompiledHeader>
  306. <WarningLevel>Level3</WarningLevel>
  307. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  308. <CompileAs>Default</CompileAs>
  309. </ClCompile>
  310. </ItemDefinitionGroup>
  311. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  312. <Midl>
  313. <TargetEnvironment>X64</TargetEnvironment>
  314. </Midl>
  315. <ClCompile>
  316. <Optimization>MaxSpeed</Optimization>
  317. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  318. <IntrinsicFunctions>true</IntrinsicFunctions>
  319. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  320. <OmitFramePointers>true</OmitFramePointers>
  321. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  322. <WholeProgramOptimization>false</WholeProgramOptimization>
  323. <PreprocessorDefinitions>DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  324. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  325. <FunctionLevelLinking>true</FunctionLevelLinking>
  326. <PrecompiledHeader />
  327. <WarningLevel>Level3</WarningLevel>
  328. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  329. <CompileAs>Default</CompileAs>
  330. </ClCompile>
  331. </ItemDefinitionGroup>
  332. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'">
  333. <Midl />
  334. <ClCompile>
  335. <Optimization>MaxSpeed</Optimization>
  336. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  337. <IntrinsicFunctions>true</IntrinsicFunctions>
  338. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  339. <OmitFramePointers>true</OmitFramePointers>
  340. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  341. <WholeProgramOptimization>false</WholeProgramOptimization>
  342. <PreprocessorDefinitions>WIN32;DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  343. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  344. <FunctionLevelLinking>true</FunctionLevelLinking>
  345. <PrecompiledHeader>
  346. </PrecompiledHeader>
  347. <WarningLevel>Level3</WarningLevel>
  348. <DebugInformationFormat>
  349. </DebugInformationFormat>
  350. <CompileAs>Default</CompileAs>
  351. </ClCompile>
  352. </ItemDefinitionGroup>
  353. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  354. <ImportGroup Label="ExtensionTargets">
  355. </ImportGroup>
  356. </Project>