lcms2_threaded_plugin.vcxproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|ARM64">
  5. <Configuration>Debug</Configuration>
  6. <Platform>ARM64</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|Win32">
  9. <Configuration>Debug</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|ARM64">
  17. <Configuration>Release</Configuration>
  18. <Platform>ARM64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|Win32">
  21. <Configuration>Release</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|x64">
  25. <Configuration>Release</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <ItemGroup>
  30. <ClInclude Include="..\..\include\lcms2_threaded.h" />
  31. <ClInclude Include="..\..\src\threaded_internal.h" />
  32. </ItemGroup>
  33. <ItemGroup>
  34. <None Include="..\..\COPYING.GPL3" />
  35. </ItemGroup>
  36. <ItemGroup>
  37. <ProjectReference Include="..\..\..\..\Projects\VC2022\lcms2_static\lcms2_static.vcxproj">
  38. <Project>{71dede59-3f1e-486b-a899-4283000f76b5}</Project>
  39. </ProjectReference>
  40. </ItemGroup>
  41. <ItemGroup>
  42. <ClCompile Include="..\..\src\threaded_core.c" />
  43. <ClCompile Include="..\..\src\threaded_main.c" />
  44. <ClCompile Include="..\..\src\threaded_split.c" />
  45. <ClCompile Include="..\..\src\threaded_scheduler.c" />
  46. </ItemGroup>
  47. <PropertyGroup Label="Globals">
  48. <ProjectGuid>{6A44744B-BED4-49EC-87BB-83978458CE19}</ProjectGuid>
  49. <Keyword>Win32Proj</Keyword>
  50. <RootNamespace>fast</RootNamespace>
  51. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  52. </PropertyGroup>
  53. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  55. <ConfigurationType>StaticLibrary</ConfigurationType>
  56. <UseDebugLibraries>true</UseDebugLibraries>
  57. <CharacterSet>Unicode</CharacterSet>
  58. <PlatformToolset>v143</PlatformToolset>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  61. <ConfigurationType>StaticLibrary</ConfigurationType>
  62. <UseDebugLibraries>true</UseDebugLibraries>
  63. <CharacterSet>Unicode</CharacterSet>
  64. <PlatformToolset>v143</PlatformToolset>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  67. <ConfigurationType>StaticLibrary</ConfigurationType>
  68. <UseDebugLibraries>true</UseDebugLibraries>
  69. <CharacterSet>Unicode</CharacterSet>
  70. <PlatformToolset>v143</PlatformToolset>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  73. <ConfigurationType>StaticLibrary</ConfigurationType>
  74. <UseDebugLibraries>false</UseDebugLibraries>
  75. <WholeProgramOptimization>true</WholeProgramOptimization>
  76. <CharacterSet>Unicode</CharacterSet>
  77. <PlatformToolset>v143</PlatformToolset>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  80. <ConfigurationType>StaticLibrary</ConfigurationType>
  81. <UseDebugLibraries>false</UseDebugLibraries>
  82. <WholeProgramOptimization>true</WholeProgramOptimization>
  83. <CharacterSet>Unicode</CharacterSet>
  84. <PlatformToolset>v143</PlatformToolset>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  87. <ConfigurationType>StaticLibrary</ConfigurationType>
  88. <UseDebugLibraries>false</UseDebugLibraries>
  89. <WholeProgramOptimization>true</WholeProgramOptimization>
  90. <CharacterSet>Unicode</CharacterSet>
  91. <PlatformToolset>v143</PlatformToolset>
  92. </PropertyGroup>
  93. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  94. <ImportGroup Label="ExtensionSettings">
  95. </ImportGroup>
  96. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  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)'=='Debug|ARM64'" 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|x64'" 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 Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  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|ARM64'" 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|x64'" Label="PropertySheets">
  112. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  113. </ImportGroup>
  114. <PropertyGroup Label="UserMacros" />
  115. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  116. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  117. <IntDir>$(Platform)\threaded_plugin_$(Configuration)\</IntDir>
  118. <OutDir>..\..\..\..\Lib\MS\</OutDir>
  119. </PropertyGroup>
  120. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  121. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  122. <IntDir>$(Platform)\threaded_plugin_$(Configuration)\</IntDir>
  123. </PropertyGroup>
  124. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  125. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  126. <IntDir>$(Platform)\threaded_plugin_$(Configuration)\</IntDir>
  127. <OutDir>..\..\..\..\Lib\MS\</OutDir>
  128. </PropertyGroup>
  129. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  130. <IntDir>$(Platform)\threaded_plugin_$(Configuration)\</IntDir>
  131. <OutDir>..\..\..\..\Lib\MS\</OutDir>
  132. </PropertyGroup>
  133. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  134. <IntDir>$(Platform)\threaded_plugin_$(Configuration)\</IntDir>
  135. </PropertyGroup>
  136. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  137. <IntDir>$(Platform)\threaded_plugin_$(Configuration)\</IntDir>
  138. <OutDir>..\..\..\..\Lib\MS\</OutDir>
  139. </PropertyGroup>
  140. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  141. <ClCompile>
  142. <PrecompiledHeader>
  143. </PrecompiledHeader>
  144. <WarningLevel>Level4</WarningLevel>
  145. <Optimization>Disabled</Optimization>
  146. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  147. <AdditionalIncludeDirectories>..\..\include;..\..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  148. <FloatingPointModel>Fast</FloatingPointModel>
  149. </ClCompile>
  150. <Link>
  151. <SubSystem>Windows</SubSystem>
  152. <GenerateDebugInformation>true</GenerateDebugInformation>
  153. </Link>
  154. </ItemDefinitionGroup>
  155. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  156. <ClCompile>
  157. <PrecompiledHeader>
  158. </PrecompiledHeader>
  159. <WarningLevel>Level4</WarningLevel>
  160. <Optimization>Disabled</Optimization>
  161. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  162. <AdditionalIncludeDirectories>..\..\include;..\..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  163. <FloatingPointModel>Fast</FloatingPointModel>
  164. </ClCompile>
  165. <Link>
  166. <SubSystem>Windows</SubSystem>
  167. <GenerateDebugInformation>true</GenerateDebugInformation>
  168. </Link>
  169. </ItemDefinitionGroup>
  170. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  171. <ClCompile>
  172. <PrecompiledHeader>
  173. </PrecompiledHeader>
  174. <WarningLevel>Level4</WarningLevel>
  175. <Optimization>Disabled</Optimization>
  176. <PreprocessorDefinitions>WIN32;WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  177. <AdditionalIncludeDirectories>..\..\include;..\..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  178. <FloatingPointModel>Fast</FloatingPointModel>
  179. </ClCompile>
  180. <Link>
  181. <SubSystem>Windows</SubSystem>
  182. <GenerateDebugInformation>true</GenerateDebugInformation>
  183. </Link>
  184. </ItemDefinitionGroup>
  185. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  186. <ClCompile>
  187. <WarningLevel>Level4</WarningLevel>
  188. <PrecompiledHeader>
  189. </PrecompiledHeader>
  190. <Optimization>MaxSpeed</Optimization>
  191. <FunctionLevelLinking>true</FunctionLevelLinking>
  192. <IntrinsicFunctions>true</IntrinsicFunctions>
  193. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  194. <AdditionalIncludeDirectories>..\..\include;..\..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  195. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  196. <BrowseInformation>false</BrowseInformation>
  197. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  198. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  199. <OmitFramePointers>true</OmitFramePointers>
  200. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  201. <FloatingPointModel>Fast</FloatingPointModel>
  202. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  203. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  204. </ClCompile>
  205. <Link>
  206. <SubSystem>Windows</SubSystem>
  207. <GenerateDebugInformation>true</GenerateDebugInformation>
  208. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  209. <OptimizeReferences>true</OptimizeReferences>
  210. </Link>
  211. <Bscmake>
  212. <PreserveSbr>true</PreserveSbr>
  213. </Bscmake>
  214. </ItemDefinitionGroup>
  215. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  216. <ClCompile>
  217. <WarningLevel>Level4</WarningLevel>
  218. <PrecompiledHeader>
  219. </PrecompiledHeader>
  220. <Optimization>MaxSpeed</Optimization>
  221. <FunctionLevelLinking>true</FunctionLevelLinking>
  222. <IntrinsicFunctions>true</IntrinsicFunctions>
  223. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  224. <AdditionalIncludeDirectories>..\..\include;..\..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  225. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  226. <BrowseInformation>false</BrowseInformation>
  227. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  228. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  229. <OmitFramePointers>true</OmitFramePointers>
  230. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  231. <FloatingPointModel>Fast</FloatingPointModel>
  232. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  233. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  234. </ClCompile>
  235. <Link>
  236. <SubSystem>Windows</SubSystem>
  237. <GenerateDebugInformation>true</GenerateDebugInformation>
  238. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  239. <OptimizeReferences>true</OptimizeReferences>
  240. </Link>
  241. <Bscmake>
  242. <PreserveSbr>true</PreserveSbr>
  243. </Bscmake>
  244. </ItemDefinitionGroup>
  245. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  246. <ClCompile>
  247. <WarningLevel>Level4</WarningLevel>
  248. <PrecompiledHeader>
  249. </PrecompiledHeader>
  250. <Optimization>MaxSpeed</Optimization>
  251. <FunctionLevelLinking>true</FunctionLevelLinking>
  252. <IntrinsicFunctions>true</IntrinsicFunctions>
  253. <PreprocessorDefinitions>WIN32;WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  254. <AdditionalIncludeDirectories>..\..\include;..\..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  255. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  256. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  257. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  258. <OmitFramePointers>true</OmitFramePointers>
  259. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  260. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  261. <FloatingPointModel>Fast</FloatingPointModel>
  262. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  263. </ClCompile>
  264. <Link>
  265. <SubSystem>Windows</SubSystem>
  266. <GenerateDebugInformation>true</GenerateDebugInformation>
  267. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  268. <OptimizeReferences>true</OptimizeReferences>
  269. </Link>
  270. </ItemDefinitionGroup>
  271. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  272. <ImportGroup Label="ExtensionTargets">
  273. </ImportGroup>
  274. </Project>