| 1 |
<?xml version="1.0" encoding="utf-8"?> |
| 2 |
<Project DefaultTargets="Build" ToolsVersion="4.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>{E4AC5F56-B711-4F0E-BC83-CDE8B6CD53AD}</ProjectGuid> |
| 15 |
<Keyword>Win32Proj</Keyword> |
| 16 |
</PropertyGroup> |
| 17 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 18 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 19 |
<ConfigurationType>DynamicLibrary</ConfigurationType> |
| 20 |
</PropertyGroup> |
| 21 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 22 |
<ConfigurationType>DynamicLibrary</ConfigurationType> |
| 23 |
</PropertyGroup> |
| 24 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 25 |
<ImportGroup Label="ExtensionSettings"> |
| 26 |
</ImportGroup> |
| 27 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
| 28 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 29 |
<Import Project="..\..\qt4.props" /> |
| 30 |
</ImportGroup> |
| 31 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
| 32 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 33 |
<Import Project="..\..\qt4.props" /> |
| 34 |
</ImportGroup> |
| 35 |
<PropertyGroup Label="UserMacros" /> |
| 36 |
<PropertyGroup> |
| 37 |
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
| 38 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</OutDir> |
| 39 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</IntDir> |
| 40 |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> |
| 41 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</OutDir> |
| 42 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</IntDir> |
| 43 |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</LinkIncremental> |
| 44 |
</PropertyGroup> |
| 45 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 46 |
<ClCompile> |
| 47 |
<Optimization>Disabled</Optimization> |
| 48 |
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;QUAZIP_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 49 |
<MinimalRebuild>true</MinimalRebuild> |
| 50 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 51 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 52 |
<PrecompiledHeader> |
| 53 |
</PrecompiledHeader> |
| 54 |
<WarningLevel>Level3</WarningLevel> |
| 55 |
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
| 56 |
</ClCompile> |
| 57 |
<Link> |
| 58 |
<AdditionalDependencies>QtCored4.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 59 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| 60 |
<SubSystem>Windows</SubSystem> |
| 61 |
<TargetMachine>MachineX86</TargetMachine> |
| 62 |
</Link> |
| 63 |
</ItemDefinitionGroup> |
| 64 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 65 |
<ClCompile> |
| 66 |
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;QUAZIP_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 67 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 68 |
<PrecompiledHeader> |
| 69 |
</PrecompiledHeader> |
| 70 |
<WarningLevel>Level3</WarningLevel> |
| 71 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 72 |
</ClCompile> |
| 73 |
<Link> |
| 74 |
<AdditionalDependencies>QtCore4.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 75 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
| 76 |
<SubSystem>Windows</SubSystem> |
| 77 |
<OptimizeReferences>true</OptimizeReferences> |
| 78 |
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 79 |
<TargetMachine>MachineX86</TargetMachine> |
| 80 |
</Link> |
| 81 |
</ItemDefinitionGroup> |
| 82 |
<ItemGroup> |
| 83 |
<ClInclude Include="crypt.h" /> |
| 84 |
<ClInclude Include="ioapi.h" /> |
| 85 |
<ClInclude Include="JlCompress.h" /> |
| 86 |
<ClInclude Include="quaadler32.h" /> |
| 87 |
<ClInclude Include="quachecksum32.h" /> |
| 88 |
<ClInclude Include="quacrc32.h" /> |
| 89 |
<ClInclude Include="quagzipfile.h" /> |
| 90 |
<ClInclude Include="quaziodevice.h" /> |
| 91 |
<ClInclude Include="quazip.h" /> |
| 92 |
<ClInclude Include="quazip_global.h" /> |
| 93 |
<ClInclude Include="quazipdir.h" /> |
| 94 |
<ClInclude Include="quazipfile.h" /> |
| 95 |
<ClInclude Include="quazipfileinfo.h" /> |
| 96 |
<ClInclude Include="quazipnewinfo.h" /> |
| 97 |
<ClInclude Include="unzip.h" /> |
| 98 |
<ClInclude Include="zip.h" /> |
| 99 |
</ItemGroup> |
| 100 |
<ItemGroup> |
| 101 |
<ClCompile Include="JlCompress.cpp" /> |
| 102 |
<ClCompile Include="moc\moc_quagzipfile.cpp" /> |
| 103 |
<ClCompile Include="moc\moc_quaziodevice.cpp" /> |
| 104 |
<ClCompile Include="moc\moc_quazipfile.cpp" /> |
| 105 |
<ClCompile Include="qioapi.cpp" /> |
| 106 |
<ClCompile Include="quaadler32.cpp" /> |
| 107 |
<ClCompile Include="quacrc32.cpp" /> |
| 108 |
<ClCompile Include="quagzipfile.cpp" /> |
| 109 |
<ClCompile Include="quaziodevice.cpp" /> |
| 110 |
<ClCompile Include="quazip.cpp" /> |
| 111 |
<ClCompile Include="quazipdir.cpp" /> |
| 112 |
<ClCompile Include="quazipfile.cpp" /> |
| 113 |
<ClCompile Include="quazipfileinfo.cpp" /> |
| 114 |
<ClCompile Include="quazipnewinfo.cpp" /> |
| 115 |
<ClCompile Include="unzip.c" /> |
| 116 |
<ClCompile Include="zip.c" /> |
| 117 |
</ItemGroup> |
| 118 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 119 |
<ImportGroup Label="ExtensionTargets"> |
| 120 |
</ImportGroup> |
| 121 |
</Project> |