ZLibWrapMemLib.vcxproj 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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>{4A812BB4-3552-4AC7-AD09-067E4B783E2F}</ProjectGuid>
  15. <Keyword>Win32Proj</Keyword>
  16. <RootNamespace>ZLibWrapMemLib</RootNamespace>
  17. <SccProjectName>
  18. </SccProjectName>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccLocalPath>
  22. </SccLocalPath>
  23. <SccProvider>
  24. </SccProvider>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  28. <ConfigurationType>StaticLibrary</ConfigurationType>
  29. <UseDebugLibraries>true</UseDebugLibraries>
  30. <CharacterSet>Unicode</CharacterSet>
  31. <UseOfMfc>Dynamic</UseOfMfc>
  32. <UseOfAtl>Static</UseOfAtl>
  33. <PlatformToolset>v120</PlatformToolset>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  36. <ConfigurationType>StaticLibrary</ConfigurationType>
  37. <UseDebugLibraries>false</UseDebugLibraries>
  38. <WholeProgramOptimization>true</WholeProgramOptimization>
  39. <CharacterSet>Unicode</CharacterSet>
  40. <UseOfMfc>Dynamic</UseOfMfc>
  41. <UseOfAtl>Static</UseOfAtl>
  42. <PlatformToolset>v120</PlatformToolset>
  43. </PropertyGroup>
  44. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  45. <ImportGroup Label="ExtensionSettings">
  46. </ImportGroup>
  47. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  48. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  49. </ImportGroup>
  50. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  51. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  52. </ImportGroup>
  53. <PropertyGroup Label="UserMacros" />
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  55. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  56. </PropertyGroup>
  57. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  58. <ClCompile>
  59. <PrecompiledHeader>Use</PrecompiledHeader>
  60. <WarningLevel>Level3</WarningLevel>
  61. <Optimization>Disabled</Optimization>
  62. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  63. </ClCompile>
  64. <Link>
  65. <SubSystem>Windows</SubSystem>
  66. <GenerateDebugInformation>true</GenerateDebugInformation>
  67. </Link>
  68. </ItemDefinitionGroup>
  69. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  70. <ClCompile>
  71. <WarningLevel>Level3</WarningLevel>
  72. <PrecompiledHeader>Use</PrecompiledHeader>
  73. <Optimization>MaxSpeed</Optimization>
  74. <FunctionLevelLinking>true</FunctionLevelLinking>
  75. <IntrinsicFunctions>true</IntrinsicFunctions>
  76. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  77. </ClCompile>
  78. <Link>
  79. <SubSystem>Windows</SubSystem>
  80. <GenerateDebugInformation>true</GenerateDebugInformation>
  81. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  82. <OptimizeReferences>true</OptimizeReferences>
  83. </Link>
  84. </ItemDefinitionGroup>
  85. <ItemGroup>
  86. <None Include="ReadMe.txt" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <ClInclude Include="DiskZipFile.h" />
  90. <ClInclude Include="FileZipFile.h" />
  91. <ClInclude Include="io_mfc_file.h" />
  92. <ClInclude Include="io_mfc_mem.h" />
  93. <ClInclude Include="MemZipFile.h" />
  94. <ClInclude Include="UnZipFile.h" />
  95. <ClInclude Include="ZipFile.h" />
  96. <ClInclude Include="stdafx.h" />
  97. <ClInclude Include="targetver.h" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <ClCompile Include="DiskZipFile.cpp" />
  101. <ClCompile Include="FileZipFile.cpp" />
  102. <ClCompile Include="io_mfc_file.cpp" />
  103. <ClCompile Include="io_mfc_mem.cpp" />
  104. <ClCompile Include="MemZipFile.cpp" />
  105. <ClCompile Include="UnZipFile.cpp" />
  106. <ClCompile Include="ZipFile.cpp" />
  107. <ClCompile Include="stdafx.cpp">
  108. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  109. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  110. </ClCompile>
  111. </ItemGroup>
  112. <ItemGroup>
  113. <ProjectReference Include="..\ZLibWrapLib\ZLibWrapLib.vcxproj">
  114. <Project>{5165f5bd-8224-4145-8d45-324968d4f2b0}</Project>
  115. </ProjectReference>
  116. </ItemGroup>
  117. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  118. <ImportGroup Label="ExtensionTargets">
  119. </ImportGroup>
  120. </Project>