1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="libogg_static" 6 ProjectGUID="{1A19F201-713E-4981-957F-88EE2FA552FB}" 7 RootNamespace="libogg" 8 Keyword="Win32Proj" 9 TargetFrameworkVersion="0" 10 > 11 <Platforms> 12 <Platform 13 Name="Win32" 14 /> 15 <Platform 16 Name="x64" 17 /> 18 <Platform 19 Name="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 20 /> 21 <Platform 22 Name="Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 23 /> 24 <Platform 25 Name="Windows Mobile 6 Professional SDK (ARMV4I)" 26 /> 27 </Platforms> 28 <ToolFiles> 29 </ToolFiles> 30 <Configurations> 31 <Configuration 32 Name="Debug|Win32" 33 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 34 IntermediateDirectory="$(ConfigurationName)" 35 ConfigurationType="4" 36 CharacterSet="1" 37 > 38 <Tool 39 Name="VCPreBuildEventTool" 40 /> 41 <Tool 42 Name="VCCustomBuildTool" 43 /> 44 <Tool 45 Name="VCXMLDataGeneratorTool" 46 /> 47 <Tool 48 Name="VCWebServiceProxyGeneratorTool" 49 /> 50 <Tool 51 Name="VCMIDLTool" 52 /> 53 <Tool 54 Name="VCCLCompilerTool" 55 Optimization="0" 56 AdditionalIncludeDirectories="..\..\include" 57 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS" 58 ExceptionHandling="0" 59 RuntimeLibrary="3" 60 EnableEnhancedInstructionSet="1" 61 UsePrecompiledHeader="0" 62 DebugInformationFormat="3" 63 CallingConvention="0" 64 CompileAs="1" 65 /> 66 <Tool 67 Name="VCManagedResourceCompilerTool" 68 /> 69 <Tool 70 Name="VCResourceCompilerTool" 71 /> 72 <Tool 73 Name="VCPreLinkEventTool" 74 /> 75 <Tool 76 Name="VCLibrarianTool" 77 /> 78 <Tool 79 Name="VCALinkTool" 80 /> 81 <Tool 82 Name="VCXDCMakeTool" 83 /> 84 <Tool 85 Name="VCBscMakeTool" 86 /> 87 <Tool 88 Name="VCFxCopTool" 89 /> 90 <Tool 91 Name="VCPostBuildEventTool" 92 /> 93 </Configuration> 94 <Configuration 95 Name="Debug|x64" 96 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 97 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 98 ConfigurationType="4" 99 CharacterSet="1" 100 > 101 <Tool 102 Name="VCPreBuildEventTool" 103 /> 104 <Tool 105 Name="VCCustomBuildTool" 106 /> 107 <Tool 108 Name="VCXMLDataGeneratorTool" 109 /> 110 <Tool 111 Name="VCWebServiceProxyGeneratorTool" 112 /> 113 <Tool 114 Name="VCMIDLTool" 115 TargetEnvironment="3" 116 /> 117 <Tool 118 Name="VCCLCompilerTool" 119 Optimization="0" 120 AdditionalIncludeDirectories="..\..\include" 121 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS" 122 MinimalRebuild="true" 123 BasicRuntimeChecks="3" 124 RuntimeLibrary="3" 125 UsePrecompiledHeader="0" 126 WarningLevel="4" 127 Detect64BitPortabilityProblems="true" 128 DebugInformationFormat="3" 129 CallingConvention="0" 130 CompileAs="1" 131 /> 132 <Tool 133 Name="VCManagedResourceCompilerTool" 134 /> 135 <Tool 136 Name="VCResourceCompilerTool" 137 /> 138 <Tool 139 Name="VCPreLinkEventTool" 140 /> 141 <Tool 142 Name="VCLibrarianTool" 143 /> 144 <Tool 145 Name="VCALinkTool" 146 /> 147 <Tool 148 Name="VCXDCMakeTool" 149 /> 150 <Tool 151 Name="VCBscMakeTool" 152 /> 153 <Tool 154 Name="VCFxCopTool" 155 /> 156 <Tool 157 Name="VCPostBuildEventTool" 158 /> 159 </Configuration> 160 <Configuration 161 Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 162 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 163 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 164 ConfigurationType="4" 165 CharacterSet="1" 166 > 167 <Tool 168 Name="VCPreBuildEventTool" 169 /> 170 <Tool 171 Name="VCCustomBuildTool" 172 /> 173 <Tool 174 Name="VCXMLDataGeneratorTool" 175 /> 176 <Tool 177 Name="VCWebServiceProxyGeneratorTool" 178 /> 179 <Tool 180 Name="VCMIDLTool" 181 TargetEnvironment="1" 182 /> 183 <Tool 184 Name="VCCLCompilerTool" 185 ExecutionBucket="7" 186 Optimization="0" 187 AdditionalIncludeDirectories="..\..\include" 188 PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_)" 189 MinimalRebuild="true" 190 RuntimeLibrary="3" 191 UsePrecompiledHeader="0" 192 WarningLevel="4" 193 DebugInformationFormat="3" 194 CompileAs="1" 195 /> 196 <Tool 197 Name="VCManagedResourceCompilerTool" 198 /> 199 <Tool 200 Name="VCResourceCompilerTool" 201 /> 202 <Tool 203 Name="VCPreLinkEventTool" 204 /> 205 <Tool 206 Name="VCLibrarianTool" 207 AdditionalOptions="" 208 /> 209 <Tool 210 Name="VCALinkTool" 211 /> 212 <Tool 213 Name="VCXDCMakeTool" 214 /> 215 <Tool 216 Name="VCBscMakeTool" 217 /> 218 <Tool 219 Name="VCFxCopTool" 220 /> 221 <Tool 222 Name="VCCodeSignTool" 223 /> 224 <Tool 225 Name="VCPostBuildEventTool" 226 /> 227 <DeploymentTool 228 ForceDirty="-1" 229 RemoteDirectory="" 230 RegisterOutput="0" 231 AdditionalFiles="" 232 /> 233 <DebuggerTool 234 /> 235 </Configuration> 236 <Configuration 237 Name="Debug|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 238 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 239 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 240 ConfigurationType="4" 241 CharacterSet="1" 242 > 243 <Tool 244 Name="VCPreBuildEventTool" 245 /> 246 <Tool 247 Name="VCCustomBuildTool" 248 /> 249 <Tool 250 Name="VCXMLDataGeneratorTool" 251 /> 252 <Tool 253 Name="VCWebServiceProxyGeneratorTool" 254 /> 255 <Tool 256 Name="VCMIDLTool" 257 TargetEnvironment="1" 258 /> 259 <Tool 260 Name="VCCLCompilerTool" 261 ExecutionBucket="7" 262 Optimization="0" 263 AdditionalIncludeDirectories="..\..\include" 264 PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_)" 265 MinimalRebuild="true" 266 RuntimeLibrary="3" 267 UsePrecompiledHeader="0" 268 WarningLevel="4" 269 DebugInformationFormat="3" 270 CompileAs="1" 271 /> 272 <Tool 273 Name="VCManagedResourceCompilerTool" 274 /> 275 <Tool 276 Name="VCResourceCompilerTool" 277 /> 278 <Tool 279 Name="VCPreLinkEventTool" 280 /> 281 <Tool 282 Name="VCLibrarianTool" 283 AdditionalOptions="" 284 /> 285 <Tool 286 Name="VCALinkTool" 287 /> 288 <Tool 289 Name="VCXDCMakeTool" 290 /> 291 <Tool 292 Name="VCBscMakeTool" 293 /> 294 <Tool 295 Name="VCFxCopTool" 296 /> 297 <Tool 298 Name="VCCodeSignTool" 299 /> 300 <Tool 301 Name="VCPostBuildEventTool" 302 /> 303 <DeploymentTool 304 ForceDirty="-1" 305 RemoteDirectory="" 306 RegisterOutput="0" 307 AdditionalFiles="" 308 /> 309 <DebuggerTool 310 /> 311 </Configuration> 312 <Configuration 313 Name="Release|Win32" 314 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 315 IntermediateDirectory="$(ConfigurationName)" 316 ConfigurationType="4" 317 CharacterSet="1" 318 WholeProgramOptimization="1" 319 > 320 <Tool 321 Name="VCPreBuildEventTool" 322 /> 323 <Tool 324 Name="VCCustomBuildTool" 325 /> 326 <Tool 327 Name="VCXMLDataGeneratorTool" 328 /> 329 <Tool 330 Name="VCWebServiceProxyGeneratorTool" 331 /> 332 <Tool 333 Name="VCMIDLTool" 334 /> 335 <Tool 336 Name="VCCLCompilerTool" 337 Optimization="2" 338 InlineFunctionExpansion="2" 339 EnableIntrinsicFunctions="true" 340 FavorSizeOrSpeed="1" 341 AdditionalIncludeDirectories="..\..\include" 342 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS" 343 StringPooling="true" 344 ExceptionHandling="0" 345 RuntimeLibrary="2" 346 BufferSecurityCheck="false" 347 EnableFunctionLevelLinking="true" 348 EnableEnhancedInstructionSet="1" 349 UsePrecompiledHeader="0" 350 DebugInformationFormat="3" 351 CallingConvention="0" 352 CompileAs="1" 353 DisableSpecificWarnings="4244" 354 /> 355 <Tool 356 Name="VCManagedResourceCompilerTool" 357 /> 358 <Tool 359 Name="VCResourceCompilerTool" 360 /> 361 <Tool 362 Name="VCPreLinkEventTool" 363 /> 364 <Tool 365 Name="VCLibrarianTool" 366 /> 367 <Tool 368 Name="VCALinkTool" 369 /> 370 <Tool 371 Name="VCXDCMakeTool" 372 /> 373 <Tool 374 Name="VCBscMakeTool" 375 /> 376 <Tool 377 Name="VCFxCopTool" 378 /> 379 <Tool 380 Name="VCPostBuildEventTool" 381 /> 382 </Configuration> 383 <Configuration 384 Name="Release|x64" 385 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 386 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 387 ConfigurationType="4" 388 CharacterSet="1" 389 WholeProgramOptimization="1" 390 > 391 <Tool 392 Name="VCPreBuildEventTool" 393 /> 394 <Tool 395 Name="VCCustomBuildTool" 396 /> 397 <Tool 398 Name="VCXMLDataGeneratorTool" 399 /> 400 <Tool 401 Name="VCWebServiceProxyGeneratorTool" 402 /> 403 <Tool 404 Name="VCMIDLTool" 405 TargetEnvironment="3" 406 /> 407 <Tool 408 Name="VCCLCompilerTool" 409 Optimization="2" 410 InlineFunctionExpansion="2" 411 EnableIntrinsicFunctions="true" 412 FavorSizeOrSpeed="1" 413 AdditionalIncludeDirectories="..\..\include" 414 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS" 415 StringPooling="true" 416 ExceptionHandling="0" 417 RuntimeLibrary="2" 418 BufferSecurityCheck="false" 419 UsePrecompiledHeader="0" 420 WarningLevel="4" 421 Detect64BitPortabilityProblems="true" 422 DebugInformationFormat="0" 423 CallingConvention="0" 424 CompileAs="1" 425 DisableSpecificWarnings="4244" 426 /> 427 <Tool 428 Name="VCManagedResourceCompilerTool" 429 /> 430 <Tool 431 Name="VCResourceCompilerTool" 432 /> 433 <Tool 434 Name="VCPreLinkEventTool" 435 /> 436 <Tool 437 Name="VCLibrarianTool" 438 /> 439 <Tool 440 Name="VCALinkTool" 441 /> 442 <Tool 443 Name="VCXDCMakeTool" 444 /> 445 <Tool 446 Name="VCBscMakeTool" 447 /> 448 <Tool 449 Name="VCFxCopTool" 450 /> 451 <Tool 452 Name="VCPostBuildEventTool" 453 /> 454 </Configuration> 455 <Configuration 456 Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 457 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 458 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 459 ConfigurationType="4" 460 CharacterSet="1" 461 WholeProgramOptimization="1" 462 > 463 <Tool 464 Name="VCPreBuildEventTool" 465 /> 466 <Tool 467 Name="VCCustomBuildTool" 468 /> 469 <Tool 470 Name="VCXMLDataGeneratorTool" 471 /> 472 <Tool 473 Name="VCWebServiceProxyGeneratorTool" 474 /> 475 <Tool 476 Name="VCMIDLTool" 477 TargetEnvironment="1" 478 /> 479 <Tool 480 Name="VCCLCompilerTool" 481 ExecutionBucket="7" 482 Optimization="2" 483 InlineFunctionExpansion="2" 484 EnableIntrinsicFunctions="true" 485 FavorSizeOrSpeed="1" 486 AdditionalIncludeDirectories="..\..\include" 487 PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_)" 488 StringPooling="true" 489 ExceptionHandling="0" 490 RuntimeLibrary="2" 491 BufferSecurityCheck="false" 492 UsePrecompiledHeader="0" 493 WarningLevel="4" 494 DebugInformationFormat="3" 495 CompileAs="1" 496 DisableSpecificWarnings="4244" 497 /> 498 <Tool 499 Name="VCManagedResourceCompilerTool" 500 /> 501 <Tool 502 Name="VCResourceCompilerTool" 503 /> 504 <Tool 505 Name="VCPreLinkEventTool" 506 /> 507 <Tool 508 Name="VCLibrarianTool" 509 AdditionalOptions="" 510 /> 511 <Tool 512 Name="VCALinkTool" 513 /> 514 <Tool 515 Name="VCXDCMakeTool" 516 /> 517 <Tool 518 Name="VCBscMakeTool" 519 /> 520 <Tool 521 Name="VCFxCopTool" 522 /> 523 <Tool 524 Name="VCCodeSignTool" 525 /> 526 <Tool 527 Name="VCPostBuildEventTool" 528 /> 529 <DeploymentTool 530 ForceDirty="-1" 531 RemoteDirectory="" 532 RegisterOutput="0" 533 AdditionalFiles="" 534 /> 535 <DebuggerTool 536 /> 537 </Configuration> 538 <Configuration 539 Name="Release|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 540 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 541 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 542 ConfigurationType="4" 543 CharacterSet="1" 544 WholeProgramOptimization="1" 545 > 546 <Tool 547 Name="VCPreBuildEventTool" 548 /> 549 <Tool 550 Name="VCCustomBuildTool" 551 /> 552 <Tool 553 Name="VCXMLDataGeneratorTool" 554 /> 555 <Tool 556 Name="VCWebServiceProxyGeneratorTool" 557 /> 558 <Tool 559 Name="VCMIDLTool" 560 TargetEnvironment="1" 561 /> 562 <Tool 563 Name="VCCLCompilerTool" 564 ExecutionBucket="7" 565 Optimization="2" 566 InlineFunctionExpansion="2" 567 EnableIntrinsicFunctions="true" 568 FavorSizeOrSpeed="1" 569 AdditionalIncludeDirectories="..\..\include" 570 PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_)" 571 StringPooling="true" 572 ExceptionHandling="0" 573 RuntimeLibrary="2" 574 BufferSecurityCheck="false" 575 UsePrecompiledHeader="0" 576 WarningLevel="4" 577 DebugInformationFormat="3" 578 CompileAs="1" 579 DisableSpecificWarnings="4244" 580 /> 581 <Tool 582 Name="VCManagedResourceCompilerTool" 583 /> 584 <Tool 585 Name="VCResourceCompilerTool" 586 /> 587 <Tool 588 Name="VCPreLinkEventTool" 589 /> 590 <Tool 591 Name="VCLibrarianTool" 592 AdditionalOptions="" 593 /> 594 <Tool 595 Name="VCALinkTool" 596 /> 597 <Tool 598 Name="VCXDCMakeTool" 599 /> 600 <Tool 601 Name="VCBscMakeTool" 602 /> 603 <Tool 604 Name="VCFxCopTool" 605 /> 606 <Tool 607 Name="VCCodeSignTool" 608 /> 609 <Tool 610 Name="VCPostBuildEventTool" 611 /> 612 <DeploymentTool 613 ForceDirty="-1" 614 RemoteDirectory="" 615 RegisterOutput="0" 616 AdditionalFiles="" 617 /> 618 <DebuggerTool 619 /> 620 </Configuration> 621 <Configuration 622 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 623 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 624 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 625 ConfigurationType="4" 626 CharacterSet="1" 627 > 628 <Tool 629 Name="VCPreBuildEventTool" 630 /> 631 <Tool 632 Name="VCCustomBuildTool" 633 /> 634 <Tool 635 Name="VCXMLDataGeneratorTool" 636 /> 637 <Tool 638 Name="VCWebServiceProxyGeneratorTool" 639 /> 640 <Tool 641 Name="VCMIDLTool" 642 TargetEnvironment="1" 643 /> 644 <Tool 645 Name="VCCLCompilerTool" 646 ExecutionBucket="7" 647 Optimization="0" 648 AdditionalIncludeDirectories="..\..\include" 649 PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_)" 650 MinimalRebuild="true" 651 RuntimeLibrary="3" 652 UsePrecompiledHeader="0" 653 WarningLevel="4" 654 DebugInformationFormat="3" 655 CompileAs="1" 656 CallingConvention="0" 657 /> 658 <Tool 659 Name="VCManagedResourceCompilerTool" 660 /> 661 <Tool 662 Name="VCResourceCompilerTool" 663 /> 664 <Tool 665 Name="VCPreLinkEventTool" 666 /> 667 <Tool 668 Name="VCLibrarianTool" 669 AdditionalOptions="" 670 /> 671 <Tool 672 Name="VCALinkTool" 673 /> 674 <Tool 675 Name="VCXDCMakeTool" 676 /> 677 <Tool 678 Name="VCBscMakeTool" 679 /> 680 <Tool 681 Name="VCCodeSignTool" 682 /> 683 <Tool 684 Name="VCPostBuildEventTool" 685 /> 686 <DeploymentTool 687 ForceDirty="-1" 688 RemoteDirectory="" 689 RegisterOutput="0" 690 AdditionalFiles="" 691 /> 692 <DebuggerTool 693 /> 694 </Configuration> 695 <Configuration 696 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 697 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 698 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 699 ConfigurationType="4" 700 CharacterSet="1" 701 WholeProgramOptimization="1" 702 > 703 <Tool 704 Name="VCPreBuildEventTool" 705 /> 706 <Tool 707 Name="VCCustomBuildTool" 708 /> 709 <Tool 710 Name="VCXMLDataGeneratorTool" 711 /> 712 <Tool 713 Name="VCWebServiceProxyGeneratorTool" 714 /> 715 <Tool 716 Name="VCMIDLTool" 717 TargetEnvironment="1" 718 /> 719 <Tool 720 Name="VCCLCompilerTool" 721 ExecutionBucket="7" 722 Optimization="2" 723 InlineFunctionExpansion="2" 724 EnableIntrinsicFunctions="true" 725 FavorSizeOrSpeed="1" 726 AdditionalIncludeDirectories="..\..\include" 727 PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;$(ARCHFAM);$(_ARCHFAM_)" 728 StringPooling="true" 729 ExceptionHandling="0" 730 RuntimeLibrary="2" 731 BufferSecurityCheck="false" 732 UsePrecompiledHeader="0" 733 WarningLevel="4" 734 DebugInformationFormat="3" 735 CompileAs="1" 736 DisableSpecificWarnings="4244" 737 CallingConvention="0" 738 /> 739 <Tool 740 Name="VCManagedResourceCompilerTool" 741 /> 742 <Tool 743 Name="VCResourceCompilerTool" 744 /> 745 <Tool 746 Name="VCPreLinkEventTool" 747 /> 748 <Tool 749 Name="VCLibrarianTool" 750 AdditionalOptions="" 751 /> 752 <Tool 753 Name="VCALinkTool" 754 /> 755 <Tool 756 Name="VCXDCMakeTool" 757 /> 758 <Tool 759 Name="VCBscMakeTool" 760 /> 761 <Tool 762 Name="VCCodeSignTool" 763 /> 764 <Tool 765 Name="VCPostBuildEventTool" 766 /> 767 <DeploymentTool 768 ForceDirty="-1" 769 RemoteDirectory="" 770 RegisterOutput="0" 771 AdditionalFiles="" 772 /> 773 <DebuggerTool 774 /> 775 </Configuration> 776 </Configurations> 777 <References> 778 </References> 779 <Files> 780 <Filter 781 Name="Source Files" 782 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 783 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 784 > 785 <File 786 RelativePath="..\..\src\bitwise.c" 787 > 788 </File> 789 <File 790 RelativePath="..\..\src\framing.c" 791 > 792 </File> 793 <File 794 RelativePath="..\ogg.def" 795 > 796 </File> 797 </Filter> 798 <Filter 799 Name="Header Files" 800 Filter="h;hpp;hxx;hm;inl;inc;xsd" 801 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 802 > 803 <File 804 RelativePath="..\..\include\ogg\ogg.h" 805 > 806 </File> 807 <File 808 RelativePath="..\..\include\ogg\os_types.h" 809 > 810 </File> 811 </Filter> 812 <Filter 813 Name="Resource Files" 814 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" 815 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 816 > 817 </Filter> 818 </Files> 819 <Globals> 820 </Globals> 821</VisualStudioProject> 822