7z.vcxproj 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  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|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</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|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <VCProjectVersion>15.0</VCProjectVersion>
  23. <ProjectGuid>{A164DC2A-3431-4CC8-BB1E-9059DA81F3FF}</ProjectGuid>
  24. <Keyword>Win32Proj</Keyword>
  25. <RootNamespace>My7z</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>DynamicLibrary</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v141</PlatformToolset>
  33. <CharacterSet>Unicode</CharacterSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  36. <ConfigurationType>DynamicLibrary</ConfigurationType>
  37. <UseDebugLibraries>false</UseDebugLibraries>
  38. <PlatformToolset>v141</PlatformToolset>
  39. <WholeProgramOptimization>true</WholeProgramOptimization>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>DynamicLibrary</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>ClangCL</PlatformToolset>
  46. <CharacterSet>Unicode</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  49. <ConfigurationType>DynamicLibrary</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>v141</PlatformToolset>
  52. <WholeProgramOptimization>true</WholeProgramOptimization>
  53. <CharacterSet>Unicode</CharacterSet>
  54. </PropertyGroup>
  55. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  56. <ImportGroup Label="ExtensionSettings">
  57. </ImportGroup>
  58. <ImportGroup Label="Shared">
  59. </ImportGroup>
  60. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. </ImportGroup>
  66. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  70. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  71. </ImportGroup>
  72. <PropertyGroup Label="UserMacros" />
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  74. <TargetName>7Z</TargetName>
  75. <LinkIncremental>true</LinkIncremental>
  76. <OutDir>..\run</OutDir>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  79. <TargetName>7Z</TargetName>
  80. <LinkIncremental>true</LinkIncremental>
  81. <OutDir>..\EgoWindow\Run</OutDir>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  84. <TargetName>MY7Z</TargetName>
  85. <LinkIncremental>false</LinkIncremental>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  88. <TargetName>7z</TargetName>
  89. <LinkIncremental>false</LinkIncremental>
  90. <OutDir>..\Updator\Run</OutDir>
  91. </PropertyGroup>
  92. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  93. <ClCompile>
  94. <PrecompiledHeader>
  95. </PrecompiledHeader>
  96. <WarningLevel>Level3</WarningLevel>
  97. <Optimization>Disabled</Optimization>
  98. <SDLCheck>true</SDLCheck>
  99. <PreprocessorDefinitions>WIN32;_DEBUG;MY7Z_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  100. <ConformanceMode>true</ConformanceMode>
  101. </ClCompile>
  102. <Link>
  103. <SubSystem>Windows</SubSystem>
  104. <GenerateDebugInformation>true</GenerateDebugInformation>
  105. <EnableUAC>false</EnableUAC>
  106. </Link>
  107. </ItemDefinitionGroup>
  108. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  109. <ClCompile>
  110. <PrecompiledHeader>
  111. </PrecompiledHeader>
  112. <WarningLevel>Level3</WarningLevel>
  113. <Optimization>Disabled</Optimization>
  114. <SDLCheck>true</SDLCheck>
  115. <PreprocessorDefinitions>_DEBUG;MY7Z_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  116. <ConformanceMode>true</ConformanceMode>
  117. </ClCompile>
  118. <Link>
  119. <SubSystem>Windows</SubSystem>
  120. <GenerateDebugInformation>true</GenerateDebugInformation>
  121. <EnableUAC>false</EnableUAC>
  122. </Link>
  123. </ItemDefinitionGroup>
  124. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  125. <ClCompile>
  126. <PrecompiledHeader>
  127. </PrecompiledHeader>
  128. <WarningLevel>Level3</WarningLevel>
  129. <Optimization>MaxSpeed</Optimization>
  130. <FunctionLevelLinking>true</FunctionLevelLinking>
  131. <IntrinsicFunctions>true</IntrinsicFunctions>
  132. <SDLCheck>true</SDLCheck>
  133. <PreprocessorDefinitions>WIN32;NDEBUG;MY7Z_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  134. <ConformanceMode>true</ConformanceMode>
  135. </ClCompile>
  136. <Link>
  137. <SubSystem>Windows</SubSystem>
  138. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  139. <OptimizeReferences>true</OptimizeReferences>
  140. <GenerateDebugInformation>true</GenerateDebugInformation>
  141. <EnableUAC>false</EnableUAC>
  142. </Link>
  143. </ItemDefinitionGroup>
  144. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  145. <ClCompile>
  146. <PrecompiledHeader>
  147. </PrecompiledHeader>
  148. <WarningLevel>Level3</WarningLevel>
  149. <Optimization>MaxSpeed</Optimization>
  150. <FunctionLevelLinking>true</FunctionLevelLinking>
  151. <IntrinsicFunctions>true</IntrinsicFunctions>
  152. <SDLCheck>true</SDLCheck>
  153. <PreprocessorDefinitions>NDEBUG;MY7Z_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  154. <ConformanceMode>true</ConformanceMode>
  155. </ClCompile>
  156. <Link>
  157. <SubSystem>Windows</SubSystem>
  158. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  159. <OptimizeReferences>true</OptimizeReferences>
  160. <GenerateDebugInformation>true</GenerateDebugInformation>
  161. <EnableUAC>false</EnableUAC>
  162. </Link>
  163. </ItemDefinitionGroup>
  164. <ItemGroup>
  165. <None Include="cpp.hint" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <ClInclude Include="7z.h" />
  169. <ClInclude Include="7zAlloc.h" />
  170. <ClInclude Include="7zBuf.h" />
  171. <ClInclude Include="7zCrc.h" />
  172. <ClInclude Include="7zFile.h" />
  173. <ClInclude Include="7zTypes.h" />
  174. <ClInclude Include="Bcj2.h" />
  175. <ClInclude Include="Bra.h" />
  176. <ClInclude Include="Compiler.h" />
  177. <ClInclude Include="CpuArch.h" />
  178. <ClInclude Include="Delta.h" />
  179. <ClInclude Include="framework.h" />
  180. <ClInclude Include="Lzma2Dec.h" />
  181. <ClInclude Include="LzmaDec.h" />
  182. <ClInclude Include="Ppmd7.h" />
  183. <ClInclude Include="Precomp.h" />
  184. <ClInclude Include="7ZItf.h" />
  185. </ItemGroup>
  186. <ItemGroup>
  187. <ClCompile Include="7zAlloc.c" />
  188. <ClCompile Include="7zArcIn.c" />
  189. <ClCompile Include="7zBuf.c" />
  190. <ClCompile Include="7zCrc.c" />
  191. <ClCompile Include="7zCrcOpt.c" />
  192. <ClCompile Include="7zDec.c" />
  193. <ClCompile Include="7zFile.c" />
  194. <ClCompile Include="7zStream.c" />
  195. <ClCompile Include="Bcj2.c" />
  196. <ClCompile Include="Bra.c" />
  197. <ClCompile Include="Bra86.c" />
  198. <ClCompile Include="BraIA64.c" />
  199. <ClCompile Include="CpuArch.c" />
  200. <ClCompile Include="Delta.c" />
  201. <ClCompile Include="dllmain.cpp" />
  202. <ClCompile Include="Lzma2Dec.c" />
  203. <ClCompile Include="LzmaDec.c" />
  204. <ClCompile Include="Ppmd7.c" />
  205. <ClCompile Include="Ppmd7Dec.c" />
  206. <ClCompile Include="Precomp.c" />
  207. <ClCompile Include="7ZItf.cpp" />
  208. </ItemGroup>
  209. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  210. <ImportGroup Label="ExtensionTargets">
  211. </ImportGroup>
  212. </Project>