2
0

Download OGG.2008.vcproj 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="Download OGG"
  6. ProjectGUID="{D5D2BF72-29FE-4982-A9FA-82AB1086DB1B}"
  7. RootNamespace="Download OGG"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="10"
  24. CharacterSet="2"
  25. BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. CommandLine=""
  30. />
  31. <Tool
  32. Name="VCCustomBuildTool"
  33. CommandLine=""
  34. Outputs=""
  35. />
  36. <Tool
  37. Name="VCMIDLTool"
  38. />
  39. <Tool
  40. Name="VCPostBuildEventTool"
  41. />
  42. </Configuration>
  43. <Configuration
  44. Name="Release|Win32"
  45. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  46. IntermediateDirectory="$(ConfigurationName)"
  47. ConfigurationType="10"
  48. CharacterSet="2"
  49. BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
  50. >
  51. <Tool
  52. Name="VCPreBuildEventTool"
  53. CommandLine=""
  54. />
  55. <Tool
  56. Name="VCCustomBuildTool"
  57. />
  58. <Tool
  59. Name="VCMIDLTool"
  60. />
  61. <Tool
  62. Name="VCPostBuildEventTool"
  63. CommandLine=""
  64. />
  65. </Configuration>
  66. </Configurations>
  67. <References>
  68. </References>
  69. <Files>
  70. <File
  71. RelativePath=".\ogg\cleancount"
  72. >
  73. <FileConfiguration
  74. Name="Debug|Win32"
  75. >
  76. <Tool
  77. Name="VCCustomBuildTool"
  78. Description="Downloading Lame."
  79. CommandLine="if not exist &quot;$(ProjectDir)..\libogg-1.1.3&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz &quot;$(ProjectDir)..&quot;&#x0D;&#x0A;"
  80. Outputs="$(ProjectDir)..\libogg-1.1.3"
  81. />
  82. </FileConfiguration>
  83. <FileConfiguration
  84. Name="Release|Win32"
  85. >
  86. <Tool
  87. Name="VCCustomBuildTool"
  88. Description="Downloading Lame."
  89. CommandLine="if not exist &quot;$(ProjectDir)..\libogg-1.1.3&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz &quot;$(ProjectDir)..&quot;&#x0D;&#x0A;"
  90. Outputs="$(ProjectDir)..\libogg-1.1.3"
  91. />
  92. </FileConfiguration>
  93. </File>
  94. </Files>
  95. <Globals>
  96. </Globals>
  97. </VisualStudioProject>