inikep | 7c4d041 | 2016-05-16 14:48:04 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
| 2 | <VisualStudioProject |
| 3 | ProjectType="Visual C++" |
| 4 | Version="9.00" |
| 5 | Name="zstdlib" |
| 6 | ProjectGUID="{99DE2A79-7298-4004-A0ED-030D7A3796CA}" |
| 7 | RootNamespace="zstdlib" |
| 8 | Keyword="Win32Proj" |
| 9 | TargetFrameworkVersion="196613" |
| 10 | > |
| 11 | <Platforms> |
| 12 | <Platform |
| 13 | Name="Win32" |
| 14 | /> |
| 15 | <Platform |
| 16 | Name="x64" |
| 17 | /> |
| 18 | </Platforms> |
| 19 | <ToolFiles> |
| 20 | </ToolFiles> |
| 21 | <Configurations> |
| 22 | <Configuration |
| 23 | Name="Debug|Win32" |
| 24 | OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)" |
| 25 | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
| 26 | ConfigurationType="2" |
| 27 | CharacterSet="2" |
| 28 | > |
| 29 | <Tool |
| 30 | Name="VCPreBuildEventTool" |
| 31 | /> |
| 32 | <Tool |
| 33 | Name="VCCustomBuildTool" |
| 34 | /> |
| 35 | <Tool |
| 36 | Name="VCXMLDataGeneratorTool" |
| 37 | /> |
| 38 | <Tool |
| 39 | Name="VCWebServiceProxyGeneratorTool" |
| 40 | /> |
| 41 | <Tool |
| 42 | Name="VCMIDLTool" |
| 43 | /> |
| 44 | <Tool |
| 45 | Name="VCCLCompilerTool" |
| 46 | Optimization="0" |
Yann Collet | 356e5e2 | 2016-07-18 03:14:58 +0200 | [diff] [blame] | 47 | AdditionalIncludeDirectories="$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\dictBuilder" |
Christophe Chevalier | f18703e | 2016-09-23 15:46:21 +0200 | [diff] [blame] | 48 | PreprocessorDefinitions="ZSTD_DLL_EXPORT=1;ZSTD_LEGACY_SUPPORT=1;WIN32;_DEBUG;_CONSOLE" |
inikep | 7c4d041 | 2016-05-16 14:48:04 +0200 | [diff] [blame] | 49 | MinimalRebuild="true" |
| 50 | BasicRuntimeChecks="3" |
| 51 | RuntimeLibrary="3" |
| 52 | UsePrecompiledHeader="0" |
| 53 | WarningLevel="4" |
| 54 | WarnAsError="true" |
| 55 | DebugInformationFormat="4" |
| 56 | /> |
| 57 | <Tool |
| 58 | Name="VCManagedResourceCompilerTool" |
| 59 | /> |
| 60 | <Tool |
| 61 | Name="VCResourceCompilerTool" |
| 62 | /> |
| 63 | <Tool |
| 64 | Name="VCPreLinkEventTool" |
| 65 | /> |
| 66 | <Tool |
| 67 | Name="VCLinkerTool" |
| 68 | LinkIncremental="2" |
| 69 | GenerateDebugInformation="true" |
| 70 | SubSystem="1" |
| 71 | TargetMachine="1" |
| 72 | /> |
| 73 | <Tool |
| 74 | Name="VCALinkTool" |
| 75 | /> |
| 76 | <Tool |
| 77 | Name="VCManifestTool" |
| 78 | /> |
| 79 | <Tool |
| 80 | Name="VCXDCMakeTool" |
| 81 | /> |
| 82 | <Tool |
| 83 | Name="VCBscMakeTool" |
| 84 | /> |
| 85 | <Tool |
| 86 | Name="VCFxCopTool" |
| 87 | /> |
| 88 | <Tool |
| 89 | Name="VCAppVerifierTool" |
| 90 | /> |
| 91 | <Tool |
| 92 | Name="VCPostBuildEventTool" |
| 93 | /> |
| 94 | </Configuration> |
| 95 | <Configuration |
inikep | 7c4d041 | 2016-05-16 14:48:04 +0200 | [diff] [blame] | 96 | Name="Release|Win32" |
| 97 | OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)" |
| 98 | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
| 99 | ConfigurationType="2" |
| 100 | CharacterSet="2" |
| 101 | WholeProgramOptimization="1" |
| 102 | > |
| 103 | <Tool |
| 104 | Name="VCPreBuildEventTool" |
| 105 | /> |
| 106 | <Tool |
| 107 | Name="VCCustomBuildTool" |
| 108 | /> |
| 109 | <Tool |
| 110 | Name="VCXMLDataGeneratorTool" |
| 111 | /> |
| 112 | <Tool |
| 113 | Name="VCWebServiceProxyGeneratorTool" |
| 114 | /> |
| 115 | <Tool |
| 116 | Name="VCMIDLTool" |
| 117 | /> |
| 118 | <Tool |
| 119 | Name="VCCLCompilerTool" |
| 120 | Optimization="2" |
| 121 | EnableIntrinsicFunctions="true" |
| 122 | OmitFramePointers="true" |
Yann Collet | 4bc314a | 2016-07-18 03:37:20 +0200 | [diff] [blame] | 123 | AdditionalIncludeDirectories="$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\dictBuilder" |
Christophe Chevalier | f18703e | 2016-09-23 15:46:21 +0200 | [diff] [blame] | 124 | PreprocessorDefinitions="ZSTD_DLL_EXPORT=1;ZSTD_LEGACY_SUPPORT=1;WIN32;NDEBUG;_CONSOLE" |
inikep | 7c4d041 | 2016-05-16 14:48:04 +0200 | [diff] [blame] | 125 | RuntimeLibrary="0" |
| 126 | EnableFunctionLevelLinking="true" |
| 127 | UsePrecompiledHeader="0" |
| 128 | WarningLevel="4" |
| 129 | DebugInformationFormat="3" |
| 130 | /> |
| 131 | <Tool |
| 132 | Name="VCManagedResourceCompilerTool" |
| 133 | /> |
| 134 | <Tool |
| 135 | Name="VCResourceCompilerTool" |
| 136 | /> |
| 137 | <Tool |
| 138 | Name="VCPreLinkEventTool" |
| 139 | /> |
| 140 | <Tool |
| 141 | Name="VCLinkerTool" |
| 142 | LinkIncremental="1" |
| 143 | GenerateDebugInformation="true" |
| 144 | SubSystem="1" |
| 145 | OptimizeReferences="2" |
| 146 | EnableCOMDATFolding="2" |
| 147 | TargetMachine="1" |
| 148 | /> |
| 149 | <Tool |
| 150 | Name="VCALinkTool" |
| 151 | /> |
| 152 | <Tool |
| 153 | Name="VCManifestTool" |
| 154 | /> |
| 155 | <Tool |
| 156 | Name="VCXDCMakeTool" |
| 157 | /> |
| 158 | <Tool |
| 159 | Name="VCBscMakeTool" |
| 160 | /> |
| 161 | <Tool |
| 162 | Name="VCFxCopTool" |
| 163 | /> |
| 164 | <Tool |
| 165 | Name="VCAppVerifierTool" |
| 166 | /> |
| 167 | <Tool |
| 168 | Name="VCPostBuildEventTool" |
| 169 | /> |
| 170 | </Configuration> |
| 171 | <Configuration |
cyan | b880631 | 2016-05-30 18:20:46 +0200 | [diff] [blame] | 172 | Name="Debug|x64" |
| 173 | OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)" |
| 174 | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
| 175 | ConfigurationType="2" |
| 176 | CharacterSet="2" |
| 177 | > |
| 178 | <Tool |
| 179 | Name="VCPreBuildEventTool" |
| 180 | /> |
| 181 | <Tool |
| 182 | Name="VCCustomBuildTool" |
| 183 | /> |
| 184 | <Tool |
| 185 | Name="VCXMLDataGeneratorTool" |
| 186 | /> |
| 187 | <Tool |
| 188 | Name="VCWebServiceProxyGeneratorTool" |
| 189 | /> |
| 190 | <Tool |
| 191 | Name="VCMIDLTool" |
| 192 | TargetEnvironment="3" |
| 193 | /> |
| 194 | <Tool |
| 195 | Name="VCCLCompilerTool" |
| 196 | Optimization="0" |
Yann Collet | 4bc314a | 2016-07-18 03:37:20 +0200 | [diff] [blame] | 197 | AdditionalIncludeDirectories="$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\dictBuilder" |
Christophe Chevalier | f18703e | 2016-09-23 15:46:21 +0200 | [diff] [blame] | 198 | PreprocessorDefinitions="ZSTD_DLL_EXPORT=1;ZSTD_LEGACY_SUPPORT=1;WIN32;_DEBUG;_CONSOLE" |
cyan | b880631 | 2016-05-30 18:20:46 +0200 | [diff] [blame] | 199 | MinimalRebuild="true" |
| 200 | BasicRuntimeChecks="3" |
| 201 | RuntimeLibrary="3" |
| 202 | UsePrecompiledHeader="0" |
| 203 | WarningLevel="4" |
| 204 | WarnAsError="true" |
| 205 | DebugInformationFormat="3" |
| 206 | /> |
| 207 | <Tool |
| 208 | Name="VCManagedResourceCompilerTool" |
| 209 | /> |
| 210 | <Tool |
| 211 | Name="VCResourceCompilerTool" |
| 212 | /> |
| 213 | <Tool |
| 214 | Name="VCPreLinkEventTool" |
| 215 | /> |
| 216 | <Tool |
| 217 | Name="VCLinkerTool" |
| 218 | LinkIncremental="2" |
| 219 | GenerateDebugInformation="true" |
| 220 | SubSystem="1" |
| 221 | TargetMachine="17" |
| 222 | /> |
| 223 | <Tool |
| 224 | Name="VCALinkTool" |
| 225 | /> |
| 226 | <Tool |
| 227 | Name="VCManifestTool" |
| 228 | /> |
| 229 | <Tool |
| 230 | Name="VCXDCMakeTool" |
| 231 | /> |
| 232 | <Tool |
| 233 | Name="VCBscMakeTool" |
| 234 | /> |
| 235 | <Tool |
| 236 | Name="VCFxCopTool" |
| 237 | /> |
| 238 | <Tool |
| 239 | Name="VCAppVerifierTool" |
| 240 | /> |
| 241 | <Tool |
| 242 | Name="VCPostBuildEventTool" |
| 243 | /> |
| 244 | </Configuration> |
| 245 | <Configuration |
inikep | 7c4d041 | 2016-05-16 14:48:04 +0200 | [diff] [blame] | 246 | Name="Release|x64" |
| 247 | OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)" |
| 248 | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
| 249 | ConfigurationType="2" |
| 250 | CharacterSet="2" |
| 251 | WholeProgramOptimization="1" |
| 252 | > |
| 253 | <Tool |
| 254 | Name="VCPreBuildEventTool" |
| 255 | /> |
| 256 | <Tool |
| 257 | Name="VCCustomBuildTool" |
| 258 | /> |
| 259 | <Tool |
| 260 | Name="VCXMLDataGeneratorTool" |
| 261 | /> |
| 262 | <Tool |
| 263 | Name="VCWebServiceProxyGeneratorTool" |
| 264 | /> |
| 265 | <Tool |
| 266 | Name="VCMIDLTool" |
| 267 | TargetEnvironment="3" |
| 268 | /> |
| 269 | <Tool |
| 270 | Name="VCCLCompilerTool" |
| 271 | Optimization="2" |
| 272 | EnableIntrinsicFunctions="true" |
| 273 | OmitFramePointers="true" |
Yann Collet | 4bc314a | 2016-07-18 03:37:20 +0200 | [diff] [blame] | 274 | AdditionalIncludeDirectories="$(SolutionDir)..\..\lib;$(SolutionDir)..\..\lib\common;$(SolutionDir)..\..\lib\legacy;$(SolutionDir)..\..\programs\legacy;$(SolutionDir)..\..\lib\dictBuilder" |
Christophe Chevalier | f18703e | 2016-09-23 15:46:21 +0200 | [diff] [blame] | 275 | PreprocessorDefinitions="ZSTD_DLL_EXPORT=1;ZSTD_LEGACY_SUPPORT=1;WIN32;NDEBUG;_CONSOLE" |
inikep | 7c4d041 | 2016-05-16 14:48:04 +0200 | [diff] [blame] | 276 | RuntimeLibrary="0" |
| 277 | EnableFunctionLevelLinking="true" |
| 278 | UsePrecompiledHeader="0" |
| 279 | WarningLevel="4" |
| 280 | DebugInformationFormat="3" |
| 281 | /> |
| 282 | <Tool |
| 283 | Name="VCManagedResourceCompilerTool" |
| 284 | /> |
| 285 | <Tool |
| 286 | Name="VCResourceCompilerTool" |
| 287 | /> |
| 288 | <Tool |
| 289 | Name="VCPreLinkEventTool" |
| 290 | /> |
| 291 | <Tool |
| 292 | Name="VCLinkerTool" |
| 293 | LinkIncremental="1" |
| 294 | GenerateDebugInformation="true" |
| 295 | SubSystem="1" |
| 296 | OptimizeReferences="2" |
| 297 | EnableCOMDATFolding="2" |
| 298 | TargetMachine="17" |
| 299 | /> |
| 300 | <Tool |
| 301 | Name="VCALinkTool" |
| 302 | /> |
| 303 | <Tool |
| 304 | Name="VCManifestTool" |
| 305 | /> |
| 306 | <Tool |
| 307 | Name="VCXDCMakeTool" |
| 308 | /> |
| 309 | <Tool |
| 310 | Name="VCBscMakeTool" |
| 311 | /> |
| 312 | <Tool |
| 313 | Name="VCFxCopTool" |
| 314 | /> |
| 315 | <Tool |
| 316 | Name="VCAppVerifierTool" |
| 317 | /> |
| 318 | <Tool |
| 319 | Name="VCPostBuildEventTool" |
| 320 | /> |
| 321 | </Configuration> |
| 322 | </Configurations> |
| 323 | <References> |
| 324 | </References> |
| 325 | <Files> |
| 326 | <Filter |
| 327 | Name="Source Files" |
| 328 | Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" |
| 329 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" |
| 330 | > |
| 331 | <File |
| 332 | RelativePath="..\..\..\lib\dictBuilder\divsufsort.c" |
| 333 | > |
| 334 | </File> |
| 335 | <File |
| 336 | RelativePath="..\..\..\lib\common\entropy_common.c" |
| 337 | > |
| 338 | </File> |
| 339 | <File |
Yann Collet | e405c7a | 2016-10-12 15:29:22 -0700 | [diff] [blame] | 340 | RelativePath="..\..\..\lib\common\error_private.c" |
| 341 | > |
| 342 | </File> |
| 343 | <File |
inikep | 7c4d041 | 2016-05-16 14:48:04 +0200 | [diff] [blame] | 344 | RelativePath="..\..\..\lib\compress\fse_compress.c" |
| 345 | > |
| 346 | </File> |
| 347 | <File |
| 348 | RelativePath="..\..\..\lib\common\fse_decompress.c" |
| 349 | > |
| 350 | </File> |
| 351 | <File |
| 352 | RelativePath="..\..\..\lib\compress\huf_compress.c" |
| 353 | > |
| 354 | </File> |
| 355 | <File |
| 356 | RelativePath="..\..\..\lib\decompress\huf_decompress.c" |
| 357 | > |
| 358 | </File> |
| 359 | <File |
cyan | b880631 | 2016-05-30 18:20:46 +0200 | [diff] [blame] | 360 | RelativePath="..\..\..\lib\common\xxhash.c" |
| 361 | > |
| 362 | </File> |
| 363 | <File |
inikep | 7c4d041 | 2016-05-16 14:48:04 +0200 | [diff] [blame] | 364 | RelativePath="..\..\..\lib\dictBuilder\zdict.c" |
| 365 | > |
| 366 | </File> |
| 367 | <File |
| 368 | RelativePath="..\..\..\lib\common\zstd_common.c" |
| 369 | > |
| 370 | </File> |
| 371 | <File |
| 372 | RelativePath="..\..\..\lib\compress\zstd_compress.c" |
| 373 | > |
| 374 | </File> |
| 375 | <File |
| 376 | RelativePath="..\..\..\lib\decompress\zstd_decompress.c" |
| 377 | > |
| 378 | </File> |
Christophe Chevalier | f18703e | 2016-09-23 15:46:21 +0200 | [diff] [blame] | 379 | <File |
| 380 | RelativePath="..\..\..\lib\legacy\zstd_v01.c" |
| 381 | > |
| 382 | </File> |
| 383 | <File |
| 384 | RelativePath="..\..\..\lib\legacy\zstd_v02.c" |
| 385 | > |
| 386 | </File> |
| 387 | <File |
| 388 | RelativePath="..\..\..\lib\legacy\zstd_v03.c" |
| 389 | > |
| 390 | </File> |
| 391 | <File |
| 392 | RelativePath="..\..\..\lib\legacy\zstd_v04.c" |
| 393 | > |
| 394 | </File> |
| 395 | <File |
| 396 | RelativePath="..\..\..\lib\legacy\zstd_v05.c" |
| 397 | > |
| 398 | </File> |
| 399 | <File |
| 400 | RelativePath="..\..\..\lib\legacy\zstd_v06.c" |
| 401 | > |
| 402 | </File> |
| 403 | <File |
| 404 | RelativePath="..\..\..\lib\legacy\zstd_v07.c" |
| 405 | > |
| 406 | </File> |
inikep | 7c4d041 | 2016-05-16 14:48:04 +0200 | [diff] [blame] | 407 | </Filter> |
| 408 | <Filter |
| 409 | Name="Header Files" |
| 410 | Filter="h;hpp;hxx;hm;inl;inc;xsd" |
| 411 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" |
| 412 | > |
| 413 | <File |
| 414 | RelativePath="..\..\..\lib\common\bitstream.h" |
| 415 | > |
| 416 | </File> |
| 417 | <File |
| 418 | RelativePath="..\..\..\lib\dictBuilder\divsufsort.h" |
| 419 | > |
| 420 | </File> |
| 421 | <File |
| 422 | RelativePath="..\..\..\lib\common\error_private.h" |
| 423 | > |
| 424 | </File> |
| 425 | <File |
Yann Collet | e405c7a | 2016-10-12 15:29:22 -0700 | [diff] [blame] | 426 | RelativePath="..\..\..\lib\common\zstd_errors.h" |
inikep | 7c4d041 | 2016-05-16 14:48:04 +0200 | [diff] [blame] | 427 | > |
| 428 | </File> |
| 429 | <File |
| 430 | RelativePath="..\..\..\lib\common\fse.h" |
| 431 | > |
| 432 | </File> |
| 433 | <File |
| 434 | RelativePath="..\..\..\lib\common\fse_static.h" |
| 435 | > |
| 436 | </File> |
| 437 | <File |
| 438 | RelativePath="..\..\..\lib\common\huf.h" |
| 439 | > |
| 440 | </File> |
| 441 | <File |
| 442 | RelativePath="..\..\..\lib\common\huf_static.h" |
| 443 | > |
| 444 | </File> |
| 445 | <File |
| 446 | RelativePath="..\..\..\lib\common\mem.h" |
| 447 | > |
| 448 | </File> |
| 449 | <File |
cyan | b880631 | 2016-05-30 18:20:46 +0200 | [diff] [blame] | 450 | RelativePath="..\..\..\lib\common\xxhash.h" |
| 451 | > |
| 452 | </File> |
| 453 | <File |
inikep | 7c4d041 | 2016-05-16 14:48:04 +0200 | [diff] [blame] | 454 | RelativePath="..\..\..\lib\dictBuilder\zdict.h" |
| 455 | > |
| 456 | </File> |
| 457 | <File |
| 458 | RelativePath="..\..\..\lib\dictBuilder\zdict_static.h" |
| 459 | > |
| 460 | </File> |
| 461 | <File |
Yann Collet | 4bc314a | 2016-07-18 03:37:20 +0200 | [diff] [blame] | 462 | RelativePath="..\..\..\lib\zstd.h" |
inikep | 7c4d041 | 2016-05-16 14:48:04 +0200 | [diff] [blame] | 463 | > |
| 464 | </File> |
| 465 | <File |
| 466 | RelativePath="..\..\..\lib\common\zstd_internal.h" |
| 467 | > |
| 468 | </File> |
| 469 | <File |
| 470 | RelativePath="..\..\..\lib\legacy\zstd_legacy.h" |
| 471 | > |
| 472 | </File> |
| 473 | <File |
| 474 | RelativePath="..\..\..\lib\compress\zstd_opt.h" |
| 475 | > |
| 476 | </File> |
| 477 | <File |
| 478 | RelativePath="..\..\..\lib\common\zstd_static.h" |
| 479 | > |
| 480 | </File> |
| 481 | <File |
| 482 | RelativePath="..\..\..\lib\legacy\zstd_v01.h" |
| 483 | > |
| 484 | </File> |
| 485 | <File |
| 486 | RelativePath="..\..\..\lib\legacy\zstd_v02.h" |
| 487 | > |
| 488 | </File> |
| 489 | <File |
| 490 | RelativePath="..\..\..\lib\legacy\zstd_v03.h" |
| 491 | > |
| 492 | </File> |
| 493 | <File |
| 494 | RelativePath="..\..\..\lib\legacy\zstd_v04.h" |
| 495 | > |
| 496 | </File> |
| 497 | <File |
| 498 | RelativePath="..\..\..\lib\legacy\zstd_v05.h" |
| 499 | > |
| 500 | </File> |
Christophe Chevalier | f18703e | 2016-09-23 15:46:21 +0200 | [diff] [blame] | 501 | <File |
| 502 | RelativePath="..\..\..\lib\legacy\zstd_v06.h" |
| 503 | > |
| 504 | </File> |
| 505 | <File |
| 506 | RelativePath="..\..\..\lib\legacy\zstd_v07.h" |
| 507 | > |
| 508 | </File> |
inikep | 7c4d041 | 2016-05-16 14:48:04 +0200 | [diff] [blame] | 509 | </Filter> |
| 510 | <Filter |
| 511 | Name="Resource Files" |
| 512 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" |
| 513 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" |
| 514 | > |
| 515 | </Filter> |
| 516 | </Files> |
| 517 | <Globals> |
| 518 | </Globals> |
| 519 | </VisualStudioProject> |