1 <?xml version="1.0" encoding="Windows-1252"?> 2 <VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9,00" 5 Name="gio" 6 ProjectGUID="{F3D1583C-5613-4809-BD98-7CC1C1276F92}" 7 RootNamespace="gio" 8 TargetFrameworkVersion="131072" 9 > 10 <Platforms> 11 <Platform 12 Name="Win32" 13 /> 14 <Platform 15 Name="x64" 16 /> 17 </Platforms> 18 <ToolFiles> 19 </ToolFiles> 20 <Configurations> 21 <Configuration 22 Name="Debug|Win32" 23 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 24 IntermediateDirectory="$(SolutionDir)$(ConfigurationName)" 25 ConfigurationType="2" 26 CharacterSet="2" 27 > 28 <Tool 29 Name="VCPreBuildEventTool" 30 /> 31 <Tool 32 Name="VCCustomBuildTool" 33 /> 34 <Tool 35 Name="VCXMLDataGeneratorTool" 36 /> 37 <Tool 38 Name="VCWebServiceProxyGeneratorTool" 39 /> 40 <Tool 41 Name="VCMIDLTool" 42 /> 43 <Tool 44 Name="VCCLCompilerTool" 45 Optimization="0" 46 AdditionalIncludeDirectories="../../../gio,../../..,../../../glib,../../../gmodule,../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/include" 47 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;G_LOG_DOMAIN=\"GLib-GIO\";G_DISABLE_DEPRECATED;GIO_COMPILATION;GIO_MODULE_DIR=\"gio/modules\"" 48 MinimalRebuild="true" 49 BasicRuntimeChecks="3" 50 RuntimeLibrary="3" 51 UsePrecompiledHeader="0" 52 WarningLevel="3" 53 DebugInformationFormat="4" 54 CompileAs="1" 55 ForcedIncludeFiles="msvc_recommended_pragmas.h" 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 AdditionalDependencies="intl.lib Ws2_32.lib shlwapi.lib" 69 OutputFile="$(OutDir)\$(ProjectName)-2-vs9.dll" 70 LinkIncremental="2" 71 AdditionalLibraryDirectories="../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/lib" 72 ModuleDefinitionFile="../../../gio/gio.def" 73 GenerateDebugInformation="true" 74 SubSystem="2" 75 RandomizedBaseAddress="1" 76 DataExecutionPrevention="0" 77 ImportLibrary="$(TargetDir)$(ProjectName)-2.0.lib" 78 TargetMachine="1" 79 /> 80 <Tool 81 Name="VCALinkTool" 82 /> 83 <Tool 84 Name="VCManifestTool" 85 /> 86 <Tool 87 Name="VCXDCMakeTool" 88 /> 89 <Tool 90 Name="VCBscMakeTool" 91 /> 92 <Tool 93 Name="VCFxCopTool" 94 /> 95 <Tool 96 Name="VCAppVerifierTool" 97 /> 98 <Tool 99 Name="VCPostBuildEventTool" 100 /> 101 </Configuration> 102 <Configuration 103 Name="Release|Win32" 104 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 105 IntermediateDirectory="$(SolutionDir)$(ConfigurationName)" 106 ConfigurationType="2" 107 CharacterSet="2" 108 WholeProgramOptimization="1" 109 > 110 <Tool 111 Name="VCPreBuildEventTool" 112 /> 113 <Tool 114 Name="VCCustomBuildTool" 115 /> 116 <Tool 117 Name="VCXMLDataGeneratorTool" 118 /> 119 <Tool 120 Name="VCWebServiceProxyGeneratorTool" 121 /> 122 <Tool 123 Name="VCMIDLTool" 124 /> 125 <Tool 126 Name="VCCLCompilerTool" 127 AdditionalIncludeDirectories="../../../gio,../../..,../../../glib,../../../gmodule,../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/include" 128 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;G_LOG_DOMAIN=\"GLib-GIO\";G_DISABLE_DEPRECATED;GIO_COMPILATION;GIO_MODULE_DIR=\"gio/modules\"" 129 RuntimeLibrary="2" 130 UsePrecompiledHeader="0" 131 WarningLevel="3" 132 DebugInformationFormat="3" 133 CompileAs="1" 134 ForcedIncludeFiles="msvc_recommended_pragmas.h" 135 /> 136 <Tool 137 Name="VCManagedResourceCompilerTool" 138 /> 139 <Tool 140 Name="VCResourceCompilerTool" 141 /> 142 <Tool 143 Name="VCPreLinkEventTool" 144 /> 145 <Tool 146 Name="VCLinkerTool" 147 AdditionalDependencies="intl.lib Ws2_32.lib shlwapi.lib" 148 OutputFile="$(OutDir)\$(ProjectName)-2-vs9.dll" 149 LinkIncremental="1" 150 AdditionalLibraryDirectories="../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/lib" 151 ModuleDefinitionFile="../../../gio/gio.def" 152 GenerateDebugInformation="true" 153 SubSystem="2" 154 OptimizeReferences="2" 155 EnableCOMDATFolding="2" 156 RandomizedBaseAddress="1" 157 DataExecutionPrevention="0" 158 ImportLibrary="$(TargetDir)$(ProjectName)-2.0.lib" 159 TargetMachine="1" 160 /> 161 <Tool 162 Name="VCALinkTool" 163 /> 164 <Tool 165 Name="VCManifestTool" 166 /> 167 <Tool 168 Name="VCXDCMakeTool" 169 /> 170 <Tool 171 Name="VCBscMakeTool" 172 /> 173 <Tool 174 Name="VCFxCopTool" 175 /> 176 <Tool 177 Name="VCAppVerifierTool" 178 /> 179 <Tool 180 Name="VCPostBuildEventTool" 181 /> 182 </Configuration> 183 <Configuration 184 Name="Debug|x64" 185 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 186 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 187 ConfigurationType="2" 188 CharacterSet="2" 189 > 190 <Tool 191 Name="VCPreBuildEventTool" 192 /> 193 <Tool 194 Name="VCCustomBuildTool" 195 /> 196 <Tool 197 Name="VCXMLDataGeneratorTool" 198 /> 199 <Tool 200 Name="VCWebServiceProxyGeneratorTool" 201 /> 202 <Tool 203 Name="VCMIDLTool" 204 TargetEnvironment="3" 205 /> 206 <Tool 207 Name="VCCLCompilerTool" 208 Optimization="0" 209 AdditionalIncludeDirectories="../../../gio,../../..,../../../glib,../../../gmodule,../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/include" 210 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;G_LOG_DOMAIN=\"GLib-GIO\";G_DISABLE_DEPRECATED;GIO_COMPILATION;GIO_MODULE_DIR=\"gio/modules\"" 211 MinimalRebuild="true" 212 BasicRuntimeChecks="3" 213 RuntimeLibrary="3" 214 UsePrecompiledHeader="0" 215 WarningLevel="3" 216 DebugInformationFormat="3" 217 CompileAs="1" 218 ForcedIncludeFiles="msvc_recommended_pragmas.h" 219 /> 220 <Tool 221 Name="VCManagedResourceCompilerTool" 222 /> 223 <Tool 224 Name="VCResourceCompilerTool" 225 /> 226 <Tool 227 Name="VCPreLinkEventTool" 228 /> 229 <Tool 230 Name="VCLinkerTool" 231 AdditionalDependencies="intl.lib Ws2_32.lib shlwapi.lib" 232 OutputFile="$(OutDir)\$(ProjectName)-2-vs9.dll" 233 LinkIncremental="2" 234 AdditionalLibraryDirectories="../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/lib" 235 ModuleDefinitionFile="../../../gio/gio.def" 236 GenerateDebugInformation="true" 237 SubSystem="2" 238 RandomizedBaseAddress="1" 239 DataExecutionPrevention="0" 240 ImportLibrary="$(TargetDir)$(ProjectName)-2.0.lib" 241 TargetMachine="17" 242 /> 243 <Tool 244 Name="VCALinkTool" 245 /> 246 <Tool 247 Name="VCManifestTool" 248 /> 249 <Tool 250 Name="VCXDCMakeTool" 251 /> 252 <Tool 253 Name="VCBscMakeTool" 254 /> 255 <Tool 256 Name="VCFxCopTool" 257 /> 258 <Tool 259 Name="VCAppVerifierTool" 260 /> 261 <Tool 262 Name="VCPostBuildEventTool" 263 /> 264 </Configuration> 265 <Configuration 266 Name="Release|x64" 267 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 268 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 269 ConfigurationType="2" 270 CharacterSet="2" 271 WholeProgramOptimization="1" 272 > 273 <Tool 274 Name="VCPreBuildEventTool" 275 /> 276 <Tool 277 Name="VCCustomBuildTool" 278 /> 279 <Tool 280 Name="VCXMLDataGeneratorTool" 281 /> 282 <Tool 283 Name="VCWebServiceProxyGeneratorTool" 284 /> 285 <Tool 286 Name="VCMIDLTool" 287 TargetEnvironment="3" 288 /> 289 <Tool 290 Name="VCCLCompilerTool" 291 AdditionalIncludeDirectories="../../../gio,../../..,../../../glib,../../../gmodule,../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/include" 292 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;G_LOG_DOMAIN=\"GLib-GIO\";G_DISABLE_DEPRECATED;GIO_COMPILATION;GIO_MODULE_DIR=\"gio/modules\"" 293 RuntimeLibrary="2" 294 UsePrecompiledHeader="0" 295 WarningLevel="3" 296 DebugInformationFormat="3" 297 CompileAs="1" 298 ForcedIncludeFiles="msvc_recommended_pragmas.h" 299 /> 300 <Tool 301 Name="VCManagedResourceCompilerTool" 302 /> 303 <Tool 304 Name="VCResourceCompilerTool" 305 /> 306 <Tool 307 Name="VCPreLinkEventTool" 308 /> 309 <Tool 310 Name="VCLinkerTool" 311 AdditionalDependencies="intl.lib Ws2_32.lib shlwapi.lib" 312 OutputFile="$(OutDir)\$(ProjectName)-2-vs9.dll" 313 LinkIncremental="1" 314 AdditionalLibraryDirectories="../../../../dependencies/$(PlatformName)/proxy-libintl-20080916/lib" 315 ModuleDefinitionFile="../../../gio/gio.def" 316 GenerateDebugInformation="true" 317 SubSystem="2" 318 OptimizeReferences="2" 319 EnableCOMDATFolding="2" 320 RandomizedBaseAddress="1" 321 DataExecutionPrevention="0" 322 ImportLibrary="$(TargetDir)$(ProjectName)-2.0.lib" 323 TargetMachine="17" 324 /> 325 <Tool 326 Name="VCALinkTool" 327 /> 328 <Tool 329 Name="VCManifestTool" 330 /> 331 <Tool 332 Name="VCXDCMakeTool" 333 /> 334 <Tool 335 Name="VCBscMakeTool" 336 /> 337 <Tool 338 Name="VCFxCopTool" 339 /> 340 <Tool 341 Name="VCAppVerifierTool" 342 /> 343 <Tool 344 Name="VCPostBuildEventTool" 345 /> 346 </Configuration> 347 </Configurations> 348 <References> 349 </References> 350 <Files> 351 <Filter 352 Name="Source Files" 353 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 354 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 355 > 356 <File 357 RelativePath="..\..\..\gio\gappinfo.c" 358 > 359 </File> 360 <File 361 RelativePath="..\..\..\gio\gasynchelper.c" 362 > 363 </File> 364 <File 365 RelativePath="..\..\..\gio\gasyncresult.c" 366 > 367 </File> 368 <File 369 RelativePath="..\..\..\gio\gbufferedinputstream.c" 370 > 371 </File> 372 <File 373 RelativePath="..\..\..\gio\gbufferedoutputstream.c" 374 > 375 </File> 376 <File 377 RelativePath="..\..\..\gio\gcancellable.c" 378 > 379 </File> 380 <File 381 RelativePath="..\..\..\gio\gcontenttype.c" 382 > 383 </File> 384 <File 385 RelativePath="..\..\..\gio\gdatainputstream.c" 386 > 387 </File> 388 <File 389 RelativePath="..\..\..\gio\gdataoutputstream.c" 390 > 391 </File> 392 <File 393 RelativePath="..\..\..\gio\gdrive.c" 394 > 395 </File> 396 <File 397 RelativePath="..\..\..\gio\gdummyfile.c" 398 > 399 </File> 400 <File 401 RelativePath="..\..\..\gio\gemblem.c" 402 > 403 </File> 404 <File 405 RelativePath="..\..\..\gio\gemblemedicon.c" 406 > 407 </File> 408 <File 409 RelativePath="..\..\..\gio\gfile.c" 410 > 411 </File> 412 <File 413 RelativePath="..\..\..\gio\gfileattribute.c" 414 > 415 </File> 416 <File 417 RelativePath="..\..\..\gio\gfileenumerator.c" 418 > 419 </File> 420 <File 421 RelativePath="..\..\..\gio\gfileicon.c" 422 > 423 </File> 424 <File 425 RelativePath="..\..\..\gio\gfileinfo.c" 426 > 427 </File> 428 <File 429 RelativePath="..\..\..\gio\gfileinputstream.c" 430 > 431 </File> 432 <File 433 RelativePath="..\..\..\gio\gfilemonitor.c" 434 > 435 </File> 436 <File 437 RelativePath="..\..\..\gio\gfilenamecompleter.c" 438 > 439 </File> 440 <File 441 RelativePath="..\..\..\gio\gfileoutputstream.c" 442 > 443 </File> 444 <File 445 RelativePath="..\..\..\gio\gfilterinputstream.c" 446 > 447 </File> 448 <File 449 RelativePath="..\..\..\gio\gfilteroutputstream.c" 450 > 451 </File> 452 <File 453 RelativePath="..\..\..\gio\gicon.c" 454 > 455 </File> 456 <File 457 RelativePath="..\..\..\gio\ginputstream.c" 458 > 459 </File> 460 <File 461 RelativePath="..\..\..\gio\gio-marshal.c" 462 > 463 </File> 464 <File 465 RelativePath="..\..\..\gio\gioaliasdef.c" 466 > 467 </File> 468 <File 469 RelativePath="..\..\..\gio\gioenumtypes.c" 470 > 471 </File> 472 <File 473 RelativePath="..\..\..\gio\gioerror.c" 474 > 475 </File> 476 <File 477 RelativePath="..\..\..\gio\giomodule.c" 478 > 479 </File> 480 <File 481 RelativePath="..\..\..\gio\gioscheduler.c" 482 > 483 </File> 484 <File 485 RelativePath="..\..\..\gio\gloadableicon.c" 486 > 487 </File> 488 <File 489 RelativePath="..\..\..\gio\glocaldirectorymonitor.c" 490 > 491 </File> 492 <File 493 RelativePath="..\..\..\gio\glocalfile.c" 494 > 495 </File> 496 <File 497 RelativePath="..\..\..\gio\glocalfileenumerator.c" 498 > 499 </File> 500 <File 501 RelativePath="..\..\..\gio\glocalfileinfo.c" 502 > 503 </File> 504 <File 505 RelativePath="..\..\..\gio\glocalfileinputstream.c" 506 > 507 </File> 508 <File 509 RelativePath="..\..\..\gio\glocalfilemonitor.c" 510 > 511 </File> 512 <File 513 RelativePath="..\..\..\gio\glocalfileoutputstream.c" 514 > 515 </File> 516 <File 517 RelativePath="..\..\..\gio\glocalvfs.c" 518 > 519 </File> 520 <File 521 RelativePath="..\..\..\gio\gmemoryinputstream.c" 522 > 523 </File> 524 <File 525 RelativePath="..\..\..\gio\gmemoryoutputstream.c" 526 > 527 </File> 528 <File 529 RelativePath="..\..\..\gio\gmount.c" 530 > 531 </File> 532 <File 533 RelativePath="..\..\..\gio\gmountoperation.c" 534 > 535 </File> 536 <File 537 RelativePath="..\..\..\gio\gnativevolumemonitor.c" 538 > 539 </File> 540 <File 541 RelativePath="..\..\..\gio\goutputstream.c" 542 > 543 </File> 544 <File 545 RelativePath="..\..\..\gio\gpollfilemonitor.c" 546 > 547 </File> 548 <File 549 RelativePath="..\..\..\gio\gseekable.c" 550 > 551 </File> 552 <File 553 RelativePath="..\..\..\gio\gsimpleasyncresult.c" 554 > 555 </File> 556 <File 557 RelativePath="..\..\..\gio\gthemedicon.c" 558 > 559 </File> 560 <File 561 RelativePath="..\..\..\gio\gunionvolumemonitor.c" 562 > 563 </File> 564 <File 565 RelativePath="..\..\..\gio\gvfs.c" 566 > 567 </File> 568 <File 569 RelativePath="..\..\..\gio\gvolume.c" 570 > 571 </File> 572 <File 573 RelativePath="..\..\..\gio\gvolumemonitor.c" 574 > 575 </File> 576 <File 577 RelativePath="..\..\..\gio\gwin32appinfo.c" 578 > 579 </File> 580 <File 581 RelativePath="..\..\..\gio\win32\gwin32directorymonitor.c" 582 > 583 </File> 584 <File 585 RelativePath="..\..\..\gio\gwin32mount.c" 586 > 587 </File> 588 <File 589 RelativePath="..\..\..\gio\gwin32volumemonitor.c" 590 > 591 </File> 592 <File 593 RelativePath="..\..\..\gio\win32\gwinhttpfile.c" 594 > 595 </File> 596 <File 597 RelativePath="..\..\..\gio\win32\gwinhttpfileinputstream.c" 598 > 599 </File> 600 <File 601 RelativePath="..\..\..\gio\win32\gwinhttpfileoutputstream.c" 602 > 603 </File> 604 <File 605 RelativePath="..\..\..\gio\win32\gwinhttpvfs.c" 606 > 607 </File> 608 </Filter> 609 <Filter 610 Name="Header Files" 611 Filter="h;hpp;hxx;hm;inl;inc;xsd" 612 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 613 > 614 </Filter> 615 <Filter 616 Name="Resource Files" 617 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" 618 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 619 > 620 <File 621 RelativePath="..\..\..\gio\gio.def" 622 > 623 </File> 624 <File 625 RelativePath="..\..\..\gio\gio.symbols" 626 > 627 <FileConfiguration 628 Name="Debug|Win32" 629 > 630 <Tool 631 Name="VCCustomBuildTool" 632 Description="Generating gio.def" 633 CommandLine="echo EXPORTS > "$(InputDir)/gio.def" && cl /EP -DINCLUDE_VARIABLES -DG_OS_WIN32 -DINCLUDE_INTERNAL_SYMBOLS -DALL_FILES -DG_GNUC_MALLOC= -DG_GNUC_CONST= -DG_GNUC_NULL_TERMINATED= -DG_GNUC_NORETURN= -DG_GNUC_PRINTF=;G_GNUC_PRINTF "$(InputPath)" >> "$(InputDir)/gio.def"
" 634 Outputs="$(InputDir)/gio.def" 635 /> 636 </FileConfiguration> 637 <FileConfiguration 638 Name="Debug|x64" 639 > 640 <Tool 641 Name="VCCustomBuildTool" 642 Description="Generating gio.def" 643 CommandLine="echo EXPORTS > "$(InputDir)/gio.def" && cl /EP -DINCLUDE_VARIABLES -DG_OS_WIN32 -DINCLUDE_INTERNAL_SYMBOLS -DALL_FILES -DG_GNUC_MALLOC= -DG_GNUC_CONST= -DG_GNUC_NULL_TERMINATED= -DG_GNUC_NORETURN= -DG_GNUC_PRINTF=;G_GNUC_PRINTF "$(InputPath)" >> "$(InputDir)/gio.def"
" 644 Outputs="$(InputDir)/gio.def" 645 /> 646 </FileConfiguration> 647 <FileConfiguration 648 Name="Release|Win32" 649 > 650 <Tool 651 Name="VCCustomBuildTool" 652 Description="Generating gio.def" 653 CommandLine="echo EXPORTS > "$(InputDir)/gio.def" && cl /EP -DINCLUDE_VARIABLES -DG_OS_WIN32 -DINCLUDE_INTERNAL_SYMBOLS -DALL_FILES -DG_GNUC_MALLOC= -DG_GNUC_CONST= -DG_GNUC_NULL_TERMINATED= -DG_GNUC_NORETURN= -DG_GNUC_PRINTF=;G_GNUC_PRINTF "$(InputPath)" >> "$(InputDir)/gio.def"
" 654 Outputs="$(InputDir)/gio.def" 655 /> 656 </FileConfiguration> 657 <FileConfiguration 658 Name="Release|x64" 659 > 660 <Tool 661 Name="VCCustomBuildTool" 662 Description="Generating gio.def" 663 CommandLine="echo EXPORTS > "$(InputDir)/gio.def" && cl /EP -DINCLUDE_VARIABLES -DG_OS_WIN32 -DINCLUDE_INTERNAL_SYMBOLS -DALL_FILES -DG_GNUC_MALLOC= -DG_GNUC_CONST= -DG_GNUC_NULL_TERMINATED= -DG_GNUC_NORETURN= -DG_GNUC_PRINTF=;G_GNUC_PRINTF "$(InputPath)" >> "$(InputDir)/gio.def"
" 664 Outputs="$(InputDir)/gio.def" 665 /> 666 </FileConfiguration> 667 </File> 668 </Filter> 669 </Files> 670 <Globals> 671 </Globals> 672 </VisualStudioProject> 673