Lizard.vcxproj 15 KB

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