Download 8khz music.2008.vcproj 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="Download 8khz music"
  6. ProjectGUID="{4F5C9D55-98EF-4256-8311-32D7BD360406}"
  7. RootNamespace="Download 8khz music"
  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="$(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="$(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. />
  64. </Configuration>
  65. </Configurations>
  66. <References>
  67. </References>
  68. <Files>
  69. <File
  70. RelativePath=".\8khzsound\cleancount"
  71. >
  72. <FileConfiguration
  73. Name="Debug|Win32"
  74. >
  75. <Tool
  76. Name="VCCustomBuildTool"
  77. Description="Downloading 8khzsound."
  78. CommandLine="set /P SOUND_VERSION=&lt;&quot;$(ProjectDir)..\..\build\moh_version.txt&quot;&#x0D;&#x0A;if not exist &quot;$(ProjectDir)..\sounds\music\8000&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://files.freeswitch.org/releases/sounds/freeswitch-sounds-music-8000-%SOUND_VERSION%.tar.gz &quot;$(ProjectDir)..\sounds&quot;&#x0D;&#x0A;"
  79. Outputs="$(ProjectDir)..\sounds\music\8000"
  80. />
  81. </FileConfiguration>
  82. <FileConfiguration
  83. Name="Release|Win32"
  84. >
  85. <Tool
  86. Name="VCCustomBuildTool"
  87. Description="Downloading 8khzsound."
  88. CommandLine="set /P SOUND_VERSION=&lt;&quot;$(ProjectDir)..\..\build\moh_version.txt&quot;&#x0D;&#x0A;if not exist &quot;$(ProjectDir)..\sounds\music\8000&quot; cscript /nologo &quot;$(ProjectDir)util.vbs&quot; GetUnzip http://files.freeswitch.org/releases/sounds/freeswitch-sounds-music-8000-%SOUND_VERSION%.tar.gz &quot;$(ProjectDir)..\sounds&quot;&#x0D;&#x0A;"
  89. Outputs="$(ProjectDir)..\sounds\music\8000"
  90. />
  91. </FileConfiguration>
  92. </File>
  93. </Files>
  94. <Globals>
  95. </Globals>
  96. </VisualStudioProject>