HJUnzip.vcxproj 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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|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. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{AA83F7AB-057C-4988-A773-A12B6C85C674}</ProjectGuid>
  15. <RootNamespace>HJUnzip</RootNamespace>
  16. <Keyword>MFCProj</Keyword>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  20. <ConfigurationType>Application</ConfigurationType>
  21. <UseDebugLibraries>true</UseDebugLibraries>
  22. <PlatformToolset>v120</PlatformToolset>
  23. <CharacterSet>Unicode</CharacterSet>
  24. <UseOfMfc>Dynamic</UseOfMfc>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  27. <ConfigurationType>Application</ConfigurationType>
  28. <UseDebugLibraries>false</UseDebugLibraries>
  29. <PlatformToolset>v120</PlatformToolset>
  30. <WholeProgramOptimization>true</WholeProgramOptimization>
  31. <CharacterSet>Unicode</CharacterSet>
  32. <UseOfMfc>Dynamic</UseOfMfc>
  33. </PropertyGroup>
  34. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  35. <ImportGroup Label="ExtensionSettings">
  36. </ImportGroup>
  37. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  38. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  39. </ImportGroup>
  40. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  41. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  42. </ImportGroup>
  43. <PropertyGroup Label="UserMacros" />
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  45. <LinkIncremental>true</LinkIncremental>
  46. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  49. <LinkIncremental>false</LinkIncremental>
  50. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  51. </PropertyGroup>
  52. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  53. <ClCompile>
  54. <PrecompiledHeader>Use</PrecompiledHeader>
  55. <WarningLevel>Level3</WarningLevel>
  56. <Optimization>Disabled</Optimization>
  57. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  58. <SDLCheck>true</SDLCheck>
  59. </ClCompile>
  60. <Link>
  61. <SubSystem>Windows</SubSystem>
  62. <GenerateDebugInformation>true</GenerateDebugInformation>
  63. </Link>
  64. <Midl>
  65. <MkTypLibCompatible>false</MkTypLibCompatible>
  66. <ValidateAllParameters>true</ValidateAllParameters>
  67. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  68. </Midl>
  69. <ResourceCompile>
  70. <Culture>0x0804</Culture>
  71. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  72. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  73. </ResourceCompile>
  74. </ItemDefinitionGroup>
  75. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  76. <ClCompile>
  77. <WarningLevel>Level3</WarningLevel>
  78. <PrecompiledHeader>Use</PrecompiledHeader>
  79. <Optimization>MaxSpeed</Optimization>
  80. <FunctionLevelLinking>true</FunctionLevelLinking>
  81. <IntrinsicFunctions>true</IntrinsicFunctions>
  82. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  83. <SDLCheck>true</SDLCheck>
  84. </ClCompile>
  85. <Link>
  86. <SubSystem>Windows</SubSystem>
  87. <GenerateDebugInformation>true</GenerateDebugInformation>
  88. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  89. <OptimizeReferences>true</OptimizeReferences>
  90. </Link>
  91. <Midl>
  92. <MkTypLibCompatible>false</MkTypLibCompatible>
  93. <ValidateAllParameters>true</ValidateAllParameters>
  94. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  95. </Midl>
  96. <ResourceCompile>
  97. <Culture>0x0804</Culture>
  98. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  99. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  100. </ResourceCompile>
  101. </ItemDefinitionGroup>
  102. <ItemGroup>
  103. <Text Include="ReadMe.txt" />
  104. </ItemGroup>
  105. <ItemGroup>
  106. <ClInclude Include="CommandLineInfoEx.h" />
  107. <ClInclude Include="DataBaseService.h" />
  108. <ClInclude Include="HJUnzip.h" />
  109. <ClInclude Include="HJUnzipDlg.h" />
  110. <ClInclude Include="Resource.h" />
  111. <ClInclude Include="stdafx.h" />
  112. <ClInclude Include="targetver.h" />
  113. <ClInclude Include="UnZipService.h" />
  114. <ClInclude Include="_dump.h" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <ClCompile Include="CommandLineInfoEx.cpp" />
  118. <ClCompile Include="DataBaseService.cpp" />
  119. <ClCompile Include="HJUnzip.cpp" />
  120. <ClCompile Include="HJUnzipDlg.cpp" />
  121. <ClCompile Include="stdafx.cpp">
  122. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  123. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  124. </ClCompile>
  125. <ClCompile Include="UnZipService.cpp" />
  126. </ItemGroup>
  127. <ItemGroup>
  128. <ResourceCompile Include="HJUnzip.rc" />
  129. </ItemGroup>
  130. <ItemGroup>
  131. <None Include="res\dbfile\batch.db3" />
  132. <None Include="res\dbfile\index.db3" />
  133. <None Include="res\HJUnzip.rc2" />
  134. </ItemGroup>
  135. <ItemGroup>
  136. <Image Include="res\HJUnzip.ico" />
  137. </ItemGroup>
  138. <ItemGroup>
  139. <ProjectReference Include="..\sqlite\sqlite.vcxproj">
  140. <Project>{59613141-bcef-4e2d-8f11-93b91cb2517d}</Project>
  141. </ProjectReference>
  142. <ProjectReference Include="..\Util\Util.vcxproj">
  143. <Project>{85a42fae-eb8c-4f92-bc79-78c6033690ee}</Project>
  144. </ProjectReference>
  145. <ProjectReference Include="..\ZLibWrapLib\ZLibWrapLib.vcxproj">
  146. <Project>{5165f5bd-8224-4145-8d45-324968d4f2b0}</Project>
  147. </ProjectReference>
  148. <ProjectReference Include="..\zlib\zlib.vcxproj">
  149. <Project>{04762af6-ddb1-4d44-9b24-e6a5b4cc7c71}</Project>
  150. </ProjectReference>
  151. </ItemGroup>
  152. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  153. <ImportGroup Label="ExtensionTargets">
  154. </ImportGroup>
  155. </Project>