QCMS.vcxproj 14 KB

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