| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<VisualStudioProject |
| 3 |
ProjectType="Visual C++" |
| 4 |
Version="9,00" |
| 5 |
Name="quazip" |
| 6 |
ProjectGUID="{E4AC5F56-B711-4F0E-BC83-CDE8B6CD53AD}" |
| 7 |
Keyword="Win32Proj" |
| 8 |
TargetFrameworkVersion="0" |
| 9 |
> |
| 10 |
<Platforms> |
| 11 |
<Platform |
| 12 |
Name="Win32" |
| 13 |
/> |
| 14 |
</Platforms> |
| 15 |
<ToolFiles> |
| 16 |
</ToolFiles> |
| 17 |
<Configurations> |
| 18 |
<Configuration |
| 19 |
Name="Debug|Win32" |
| 20 |
OutputDirectory="Debug" |
| 21 |
IntermediateDirectory="Debug" |
| 22 |
ConfigurationType="2" |
| 23 |
> |
| 24 |
<Tool |
| 25 |
Name="VCPreBuildEventTool" |
| 26 |
/> |
| 27 |
<Tool |
| 28 |
Name="VCCustomBuildTool" |
| 29 |
/> |
| 30 |
<Tool |
| 31 |
Name="VCXMLDataGeneratorTool" |
| 32 |
/> |
| 33 |
<Tool |
| 34 |
Name="VCWebServiceProxyGeneratorTool" |
| 35 |
/> |
| 36 |
<Tool |
| 37 |
Name="VCMIDLTool" |
| 38 |
/> |
| 39 |
<Tool |
| 40 |
Name="VCCLCompilerTool" |
| 41 |
Optimization="0" |
| 42 |
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;QUAZIP_BUILD" |
| 43 |
MinimalRebuild="true" |
| 44 |
BasicRuntimeChecks="3" |
| 45 |
RuntimeLibrary="3" |
| 46 |
UsePrecompiledHeader="0" |
| 47 |
WarningLevel="3" |
| 48 |
Detect64BitPortabilityProblems="true" |
| 49 |
DebugInformationFormat="4" |
| 50 |
/> |
| 51 |
<Tool |
| 52 |
Name="VCManagedResourceCompilerTool" |
| 53 |
/> |
| 54 |
<Tool |
| 55 |
Name="VCResourceCompilerTool" |
| 56 |
/> |
| 57 |
<Tool |
| 58 |
Name="VCPreLinkEventTool" |
| 59 |
/> |
| 60 |
<Tool |
| 61 |
Name="VCLinkerTool" |
| 62 |
AdditionalDependencies="QtCored4.lib" |
| 63 |
LinkIncremental="2" |
| 64 |
GenerateDebugInformation="true" |
| 65 |
SubSystem="2" |
| 66 |
TargetMachine="1" |
| 67 |
/> |
| 68 |
<Tool |
| 69 |
Name="VCALinkTool" |
| 70 |
/> |
| 71 |
<Tool |
| 72 |
Name="VCManifestTool" |
| 73 |
/> |
| 74 |
<Tool |
| 75 |
Name="VCXDCMakeTool" |
| 76 |
/> |
| 77 |
<Tool |
| 78 |
Name="VCBscMakeTool" |
| 79 |
/> |
| 80 |
<Tool |
| 81 |
Name="VCFxCopTool" |
| 82 |
/> |
| 83 |
<Tool |
| 84 |
Name="VCAppVerifierTool" |
| 85 |
/> |
| 86 |
<Tool |
| 87 |
Name="VCPostBuildEventTool" |
| 88 |
/> |
| 89 |
</Configuration> |
| 90 |
<Configuration |
| 91 |
Name="Release|Win32" |
| 92 |
OutputDirectory="Release" |
| 93 |
IntermediateDirectory="Release" |
| 94 |
ConfigurationType="2" |
| 95 |
> |
| 96 |
<Tool |
| 97 |
Name="VCPreBuildEventTool" |
| 98 |
/> |
| 99 |
<Tool |
| 100 |
Name="VCCustomBuildTool" |
| 101 |
/> |
| 102 |
<Tool |
| 103 |
Name="VCXMLDataGeneratorTool" |
| 104 |
/> |
| 105 |
<Tool |
| 106 |
Name="VCWebServiceProxyGeneratorTool" |
| 107 |
/> |
| 108 |
<Tool |
| 109 |
Name="VCMIDLTool" |
| 110 |
/> |
| 111 |
<Tool |
| 112 |
Name="VCCLCompilerTool" |
| 113 |
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;QUAZIP_BUILD" |
| 114 |
RuntimeLibrary="2" |
| 115 |
UsePrecompiledHeader="0" |
| 116 |
WarningLevel="3" |
| 117 |
Detect64BitPortabilityProblems="true" |
| 118 |
DebugInformationFormat="3" |
| 119 |
/> |
| 120 |
<Tool |
| 121 |
Name="VCManagedResourceCompilerTool" |
| 122 |
/> |
| 123 |
<Tool |
| 124 |
Name="VCResourceCompilerTool" |
| 125 |
/> |
| 126 |
<Tool |
| 127 |
Name="VCPreLinkEventTool" |
| 128 |
/> |
| 129 |
<Tool |
| 130 |
Name="VCLinkerTool" |
| 131 |
AdditionalDependencies="QtCore4.lib" |
| 132 |
LinkIncremental="2" |
| 133 |
GenerateDebugInformation="true" |
| 134 |
SubSystem="2" |
| 135 |
OptimizeReferences="2" |
| 136 |
EnableCOMDATFolding="2" |
| 137 |
TargetMachine="1" |
| 138 |
/> |
| 139 |
<Tool |
| 140 |
Name="VCALinkTool" |
| 141 |
/> |
| 142 |
<Tool |
| 143 |
Name="VCManifestTool" |
| 144 |
/> |
| 145 |
<Tool |
| 146 |
Name="VCXDCMakeTool" |
| 147 |
/> |
| 148 |
<Tool |
| 149 |
Name="VCBscMakeTool" |
| 150 |
/> |
| 151 |
<Tool |
| 152 |
Name="VCFxCopTool" |
| 153 |
/> |
| 154 |
<Tool |
| 155 |
Name="VCAppVerifierTool" |
| 156 |
/> |
| 157 |
<Tool |
| 158 |
Name="VCPostBuildEventTool" |
| 159 |
/> |
| 160 |
</Configuration> |
| 161 |
</Configurations> |
| 162 |
<References> |
| 163 |
</References> |
| 164 |
<Files> |
| 165 |
<Filter |
| 166 |
Name="Header Files" |
| 167 |
Filter="h;hpp;hxx;hm;inl;inc;xsd" |
| 168 |
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" |
| 169 |
> |
| 170 |
<File |
| 171 |
RelativePath=".\crypt.h" |
| 172 |
> |
| 173 |
</File> |
| 174 |
<File |
| 175 |
RelativePath=".\ioapi.h" |
| 176 |
> |
| 177 |
</File> |
| 178 |
<File |
| 179 |
RelativePath=".\JlCompress.h" |
| 180 |
> |
| 181 |
</File> |
| 182 |
<File |
| 183 |
RelativePath=".\quaadler32.h" |
| 184 |
> |
| 185 |
</File> |
| 186 |
<File |
| 187 |
RelativePath=".\quachecksum32.h" |
| 188 |
> |
| 189 |
</File> |
| 190 |
<File |
| 191 |
RelativePath=".\quacrc32.h" |
| 192 |
> |
| 193 |
</File> |
| 194 |
<File |
| 195 |
RelativePath=".\quagzipfile.h" |
| 196 |
> |
| 197 |
</File> |
| 198 |
<File |
| 199 |
RelativePath=".\quaziodevice.h" |
| 200 |
> |
| 201 |
</File> |
| 202 |
<File |
| 203 |
RelativePath=".\quazip.h" |
| 204 |
> |
| 205 |
</File> |
| 206 |
<File |
| 207 |
RelativePath=".\quazip_global.h" |
| 208 |
> |
| 209 |
</File> |
| 210 |
<File |
| 211 |
RelativePath=".\quazipdir.h" |
| 212 |
> |
| 213 |
</File> |
| 214 |
<File |
| 215 |
RelativePath=".\quazipfile.h" |
| 216 |
> |
| 217 |
</File> |
| 218 |
<File |
| 219 |
RelativePath=".\quazipfileinfo.h" |
| 220 |
> |
| 221 |
</File> |
| 222 |
<File |
| 223 |
RelativePath=".\quazipnewinfo.h" |
| 224 |
> |
| 225 |
</File> |
| 226 |
<File |
| 227 |
RelativePath=".\unzip.h" |
| 228 |
> |
| 229 |
</File> |
| 230 |
<File |
| 231 |
RelativePath=".\zip.h" |
| 232 |
> |
| 233 |
</File> |
| 234 |
</Filter> |
| 235 |
<Filter |
| 236 |
Name="Resource Files" |
| 237 |
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" |
| 238 |
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" |
| 239 |
> |
| 240 |
</Filter> |
| 241 |
<Filter |
| 242 |
Name="Source Files" |
| 243 |
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" |
| 244 |
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" |
| 245 |
> |
| 246 |
<File |
| 247 |
RelativePath=".\JlCompress.cpp" |
| 248 |
> |
| 249 |
</File> |
| 250 |
<File |
| 251 |
RelativePath=".\moc_quagzipfile.cpp" |
| 252 |
> |
| 253 |
</File> |
| 254 |
<File |
| 255 |
RelativePath=".\moc_quaziodevice.cpp" |
| 256 |
> |
| 257 |
</File> |
| 258 |
<File |
| 259 |
RelativePath=".\moc_quazipfile.cpp" |
| 260 |
> |
| 261 |
</File> |
| 262 |
<File |
| 263 |
RelativePath=".\qioapi.cpp" |
| 264 |
> |
| 265 |
</File> |
| 266 |
<File |
| 267 |
RelativePath=".\quaadler32.cpp" |
| 268 |
> |
| 269 |
</File> |
| 270 |
<File |
| 271 |
RelativePath=".\quacrc32.cpp" |
| 272 |
> |
| 273 |
</File> |
| 274 |
<File |
| 275 |
RelativePath=".\quagzipfile.cpp" |
| 276 |
> |
| 277 |
</File> |
| 278 |
<File |
| 279 |
RelativePath=".\quaziodevice.cpp" |
| 280 |
> |
| 281 |
</File> |
| 282 |
<File |
| 283 |
RelativePath=".\quazip.cpp" |
| 284 |
> |
| 285 |
</File> |
| 286 |
<File |
| 287 |
RelativePath=".\quazipdir.cpp" |
| 288 |
> |
| 289 |
</File> |
| 290 |
<File |
| 291 |
RelativePath=".\quazipfile.cpp" |
| 292 |
> |
| 293 |
</File> |
| 294 |
<File |
| 295 |
RelativePath=".\quazipfileinfo.cpp" |
| 296 |
> |
| 297 |
</File> |
| 298 |
<File |
| 299 |
RelativePath=".\quazipnewinfo.cpp" |
| 300 |
> |
| 301 |
</File> |
| 302 |
<File |
| 303 |
RelativePath=".\unzip.c" |
| 304 |
> |
| 305 |
</File> |
| 306 |
<File |
| 307 |
RelativePath=".\zip.c" |
| 308 |
> |
| 309 |
</File> |
| 310 |
</Filter> |
| 311 |
</Files> |
| 312 |
<Globals> |
| 313 |
</Globals> |
| 314 |
</VisualStudioProject> |