LZ4.vcxproj 14 KB

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