Lzma.vcxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  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. <PropertyGroup Label="Globals">
  38. <ProjectGuid>{F528CC2D-3C77-4BCD-9C94-B7CE6B7D8416}</ProjectGuid>
  39. <RootNamespace>lzma</RootNamespace>
  40. <Keyword>Win32Proj</Keyword>
  41. <WindowsTargetPlatformVersion>10.0.10240.0</WindowsTargetPlatformVersion>
  42. <WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
  43. </PropertyGroup>
  44. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  46. <ConfigurationType>StaticLibrary</ConfigurationType>
  47. <PlatformToolset>v140_xp</PlatformToolset>
  48. <CharacterSet>Unicode</CharacterSet>
  49. <WholeProgramOptimization>true</WholeProgramOptimization>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  52. <ConfigurationType>StaticLibrary</ConfigurationType>
  53. <PlatformToolset>v140</PlatformToolset>
  54. <CharacterSet>Unicode</CharacterSet>
  55. <WholeProgramOptimization>true</WholeProgramOptimization>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  58. <ConfigurationType>StaticLibrary</ConfigurationType>
  59. <PlatformToolset>v140_xp</PlatformToolset>
  60. <CharacterSet>Unicode</CharacterSet>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  63. <ConfigurationType>StaticLibrary</ConfigurationType>
  64. <PlatformToolset>v140</PlatformToolset>
  65. <CharacterSet>Unicode</CharacterSet>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  68. <ConfigurationType>StaticLibrary</ConfigurationType>
  69. <PlatformToolset>v140_xp</PlatformToolset>
  70. <CharacterSet>Unicode</CharacterSet>
  71. <WholeProgramOptimization>true</WholeProgramOptimization>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'" Label="Configuration">
  74. <ConfigurationType>StaticLibrary</ConfigurationType>
  75. <PlatformToolset>emcc</PlatformToolset>
  76. <CharacterSet>Unicode</CharacterSet>
  77. <WholeProgramOptimization>true</WholeProgramOptimization>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  80. <ConfigurationType>StaticLibrary</ConfigurationType>
  81. <PlatformToolset>v140_xp</PlatformToolset>
  82. <CharacterSet>Unicode</CharacterSet>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'" Label="Configuration">
  85. <ConfigurationType>StaticLibrary</ConfigurationType>
  86. <PlatformToolset>v120</PlatformToolset>
  87. <CharacterSet>Unicode</CharacterSet>
  88. </PropertyGroup>
  89. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  90. <ImportGroup Label="ExtensionSettings">
  91. </ImportGroup>
  92. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  93. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  94. </ImportGroup>
  95. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
  96. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  97. </ImportGroup>
  98. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  99. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  100. </ImportGroup>
  101. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets">
  102. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  103. </ImportGroup>
  104. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" 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|Emscripten'" 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|x64'" 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|Emscripten'" Label="PropertySheets">
  114. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  115. </ImportGroup>
  116. <PropertyGroup Label="UserMacros" />
  117. <PropertyGroup>
  118. <_ProjectFileVersion>12.0.21005.1</_ProjectFileVersion>
  119. </PropertyGroup>
  120. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  121. <ClCompile>
  122. <Optimization>Disabled</Optimization>
  123. <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
  124. <StringPooling>true</StringPooling>
  125. <MinimalRebuild>true</MinimalRebuild>
  126. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  127. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  128. <PrecompiledHeader />
  129. <WarningLevel>Level3</WarningLevel>
  130. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  131. </ClCompile>
  132. </ItemDefinitionGroup>
  133. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  134. <ClCompile>
  135. <Optimization>Disabled</Optimization>
  136. <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
  137. <StringPooling>true</StringPooling>
  138. <MinimalRebuild>true</MinimalRebuild>
  139. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  140. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  141. <PrecompiledHeader>
  142. </PrecompiledHeader>
  143. <WarningLevel>Level3</WarningLevel>
  144. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  145. <CompileAsWinRT>false</CompileAsWinRT>
  146. </ClCompile>
  147. </ItemDefinitionGroup>
  148. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  149. <Midl>
  150. <TargetEnvironment>X64</TargetEnvironment>
  151. </Midl>
  152. <ClCompile>
  153. <Optimization>Disabled</Optimization>
  154. <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
  155. <StringPooling>true</StringPooling>
  156. <MinimalRebuild>true</MinimalRebuild>
  157. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  158. <RuntimeLibrary>MultiThreaded</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>_7ZIP_ST</PreprocessorDefinitions>
  169. <StringPooling>true</StringPooling>
  170. <MinimalRebuild>true</MinimalRebuild>
  171. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  172. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  173. <PrecompiledHeader>
  174. </PrecompiledHeader>
  175. <WarningLevel>Level3</WarningLevel>
  176. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  177. </ClCompile>
  178. </ItemDefinitionGroup>
  179. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  180. <ClCompile>
  181. <Optimization>Full</Optimization>
  182. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  183. <IntrinsicFunctions>true</IntrinsicFunctions>
  184. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  185. <OmitFramePointers>true</OmitFramePointers>
  186. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  187. <WholeProgramOptimization>false</WholeProgramOptimization>
  188. <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
  189. <StringPooling>true</StringPooling>
  190. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  191. <BufferSecurityCheck>false</BufferSecurityCheck>
  192. <FunctionLevelLinking>true</FunctionLevelLinking>
  193. <PrecompiledHeader />
  194. <WarningLevel>Level3</WarningLevel>
  195. <DebugInformationFormat />
  196. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  197. <FloatingPointModel>Fast</FloatingPointModel>
  198. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  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>%(PreprocessorDefinitions)</PreprocessorDefinitions>
  211. <StringPooling>true</StringPooling>
  212. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  213. <BufferSecurityCheck>false</BufferSecurityCheck>
  214. <FunctionLevelLinking>true</FunctionLevelLinking>
  215. <PrecompiledHeader>
  216. </PrecompiledHeader>
  217. <WarningLevel>Level3</WarningLevel>
  218. <DebugInformationFormat>
  219. </DebugInformationFormat>
  220. <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
  221. <FloatingPointModel>Fast</FloatingPointModel>
  222. </ClCompile>
  223. </ItemDefinitionGroup>
  224. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  225. <Midl>
  226. <TargetEnvironment>X64</TargetEnvironment>
  227. </Midl>
  228. <ClCompile>
  229. <Optimization>Full</Optimization>
  230. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  231. <IntrinsicFunctions>true</IntrinsicFunctions>
  232. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  233. <OmitFramePointers>true</OmitFramePointers>
  234. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  235. <WholeProgramOptimization>false</WholeProgramOptimization>
  236. <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
  237. <StringPooling>true</StringPooling>
  238. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  239. <BufferSecurityCheck>false</BufferSecurityCheck>
  240. <FunctionLevelLinking>true</FunctionLevelLinking>
  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>OnlyExplicitInline</InlineFunctionExpansion>
  253. <IntrinsicFunctions>true</IntrinsicFunctions>
  254. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  255. <OmitFramePointers>true</OmitFramePointers>
  256. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  257. <WholeProgramOptimization>false</WholeProgramOptimization>
  258. <PreprocessorDefinitions>_7ZIP_ST</PreprocessorDefinitions>
  259. <StringPooling>true</StringPooling>
  260. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  261. <BufferSecurityCheck>false</BufferSecurityCheck>
  262. <FunctionLevelLinking>false</FunctionLevelLinking>
  263. <PrecompiledHeader>
  264. </PrecompiledHeader>
  265. <WarningLevel>Level3</WarningLevel>
  266. <DebugInformationFormat>
  267. </DebugInformationFormat>
  268. </ClCompile>
  269. </ItemDefinitionGroup>
  270. <ItemGroup>
  271. <ClCompile Include="..\lzma\C\7zStream.c" />
  272. <ClCompile Include="..\lzma\C\LzFind.c" />
  273. <ClCompile Include="..\lzma\C\LzFindMt.c">
  274. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'">true</ExcludedFromBuild>
  275. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">true</ExcludedFromBuild>
  276. </ClCompile>
  277. <ClCompile Include="..\lzma\C\Lzma2Dec.c" />
  278. <ClCompile Include="..\lzma\C\Lzma2Enc.c" />
  279. <ClCompile Include="..\lzma\C\LzmaDec.c" />
  280. <ClCompile Include="..\lzma\C\LzmaEnc.c" />
  281. <ClCompile Include="..\lzma\C\MtCoder.c">
  282. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'">true</ExcludedFromBuild>
  283. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">true</ExcludedFromBuild>
  284. </ClCompile>
  285. <ClCompile Include="..\lzma\C\Threads.c">
  286. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'">true</ExcludedFromBuild>
  287. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">true</ExcludedFromBuild>
  288. </ClCompile>
  289. </ItemGroup>
  290. <ItemGroup>
  291. <ClInclude Include="..\lzma\C\LzFind.h" />
  292. <ClInclude Include="..\lzma\C\LzFindMt.h">
  293. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'">true</ExcludedFromBuild>
  294. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">true</ExcludedFromBuild>
  295. </ClInclude>
  296. <ClInclude Include="..\lzma\C\Lzma2Dec.h" />
  297. <ClInclude Include="..\lzma\C\Lzma2Enc.h" />
  298. <ClInclude Include="..\lzma\C\LzmaDec.h" />
  299. <ClInclude Include="..\lzma\C\LzmaEnc.h" />
  300. <ClInclude Include="..\lzma\C\MtCoder.h">
  301. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'">true</ExcludedFromBuild>
  302. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">true</ExcludedFromBuild>
  303. </ClInclude>
  304. <ClInclude Include="..\lzma\C\Threads.h">
  305. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'">true</ExcludedFromBuild>
  306. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">true</ExcludedFromBuild>
  307. </ClInclude>
  308. </ItemGroup>
  309. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  310. <ImportGroup Label="ExtensionTargets">
  311. </ImportGroup>
  312. </Project>