loopwave_VS2008.vcproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="loopwave"
  6. ProjectGUID="{AAAD1CB5-7ADA-47AE-85A0-08A6EC48FAFB}"
  7. RootNamespace="loopwave"
  8. TargetFrameworkVersion="131072"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Release|Win32"
  20. OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
  21. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
  24. UseOfMFC="0"
  25. ATLMinimizesCRunTimeLibraryUsage="false"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. PreprocessorDefinitions="NDEBUG"
  42. MkTypLibCompatible="true"
  43. SuppressStartupBanner="true"
  44. TargetEnvironment="1"
  45. TypeLibraryName=".\Release/loopwave.tlb"
  46. />
  47. <Tool
  48. Name="VCCLCompilerTool"
  49. InlineFunctionExpansion="1"
  50. AdditionalIncludeDirectories="..\..\..\include"
  51. PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
  52. StringPooling="true"
  53. RuntimeLibrary="2"
  54. EnableFunctionLevelLinking="true"
  55. UsePrecompiledHeader="0"
  56. PrecompiledHeaderFile=".\Release/loopwave.pch"
  57. WarningLevel="3"
  58. SuppressStartupBanner="true"
  59. CompileAs="0"
  60. />
  61. <Tool
  62. Name="VCManagedResourceCompilerTool"
  63. />
  64. <Tool
  65. Name="VCResourceCompilerTool"
  66. PreprocessorDefinitions="NDEBUG"
  67. Culture="1033"
  68. />
  69. <Tool
  70. Name="VCPreLinkEventTool"
  71. />
  72. <Tool
  73. Name="VCLinkerTool"
  74. AdditionalOptions="/MACHINE:I386"
  75. LinkIncremental="1"
  76. SuppressStartupBanner="true"
  77. ProgramDatabaseFile=".\Release/loopwave.pdb"
  78. SubSystem="2"
  79. RandomizedBaseAddress="1"
  80. DataExecutionPrevention="0"
  81. />
  82. <Tool
  83. Name="VCALinkTool"
  84. />
  85. <Tool
  86. Name="VCManifestTool"
  87. />
  88. <Tool
  89. Name="VCXDCMakeTool"
  90. />
  91. <Tool
  92. Name="VCBscMakeTool"
  93. />
  94. <Tool
  95. Name="VCFxCopTool"
  96. />
  97. <Tool
  98. Name="VCAppVerifierTool"
  99. />
  100. <Tool
  101. Name="VCPostBuildEventTool"
  102. />
  103. </Configuration>
  104. <Configuration
  105. Name="Debug|Win32"
  106. OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
  107. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
  108. ConfigurationType="1"
  109. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
  110. UseOfMFC="0"
  111. ATLMinimizesCRunTimeLibraryUsage="false"
  112. >
  113. <Tool
  114. Name="VCPreBuildEventTool"
  115. />
  116. <Tool
  117. Name="VCCustomBuildTool"
  118. />
  119. <Tool
  120. Name="VCXMLDataGeneratorTool"
  121. />
  122. <Tool
  123. Name="VCWebServiceProxyGeneratorTool"
  124. />
  125. <Tool
  126. Name="VCMIDLTool"
  127. PreprocessorDefinitions="_DEBUG"
  128. MkTypLibCompatible="true"
  129. SuppressStartupBanner="true"
  130. TargetEnvironment="1"
  131. TypeLibraryName=".\Debug/loopwave.tlb"
  132. />
  133. <Tool
  134. Name="VCCLCompilerTool"
  135. Optimization="0"
  136. AdditionalIncludeDirectories="..\..\..\include"
  137. PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
  138. RuntimeLibrary="3"
  139. UsePrecompiledHeader="0"
  140. PrecompiledHeaderFile=".\Debug/loopwave.pch"
  141. WarningLevel="3"
  142. SuppressStartupBanner="true"
  143. DebugInformationFormat="4"
  144. CompileAs="0"
  145. />
  146. <Tool
  147. Name="VCManagedResourceCompilerTool"
  148. />
  149. <Tool
  150. Name="VCResourceCompilerTool"
  151. PreprocessorDefinitions="_DEBUG"
  152. Culture="1033"
  153. />
  154. <Tool
  155. Name="VCPreLinkEventTool"
  156. />
  157. <Tool
  158. Name="VCLinkerTool"
  159. AdditionalOptions="/MACHINE:I386"
  160. LinkIncremental="2"
  161. SuppressStartupBanner="true"
  162. GenerateDebugInformation="true"
  163. ProgramDatabaseFile=".\Debug/loopwave.pdb"
  164. SubSystem="2"
  165. RandomizedBaseAddress="1"
  166. DataExecutionPrevention="0"
  167. />
  168. <Tool
  169. Name="VCALinkTool"
  170. />
  171. <Tool
  172. Name="VCManifestTool"
  173. />
  174. <Tool
  175. Name="VCXDCMakeTool"
  176. />
  177. <Tool
  178. Name="VCBscMakeTool"
  179. />
  180. <Tool
  181. Name="VCFxCopTool"
  182. />
  183. <Tool
  184. Name="VCAppVerifierTool"
  185. />
  186. <Tool
  187. Name="VCPostBuildEventTool"
  188. />
  189. </Configuration>
  190. </Configurations>
  191. <References>
  192. <ProjectReference
  193. ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
  194. CopyLocal="false"
  195. CopyLocalDependencies="false"
  196. CopyLocalSatelliteAssemblies="false"
  197. RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
  198. />
  199. <ProjectReference
  200. ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
  201. CopyLocal="false"
  202. CopyLocalDependencies="false"
  203. CopyLocalSatelliteAssemblies="false"
  204. RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
  205. />
  206. </References>
  207. <Files>
  208. <File
  209. RelativePath="..\..\..\Test\Loopwave.c"
  210. >
  211. </File>
  212. <File
  213. RelativePath="..\..\..\test\sample.wav"
  214. >
  215. <FileConfiguration
  216. Name="Release|Win32"
  217. >
  218. <Tool
  219. Name="VCCustomBuildTool"
  220. Description="Copying $(InputFileName)"
  221. CommandLine="copy $(InputPath) $(ProjectDir)\&#x0D;&#x0A;"
  222. Outputs="$(ProjectDir)\$(InputFileName)"
  223. />
  224. </FileConfiguration>
  225. <FileConfiguration
  226. Name="Debug|Win32"
  227. >
  228. <Tool
  229. Name="VCCustomBuildTool"
  230. Description="Copying $(InputFileName)"
  231. CommandLine="copy $(InputPath) $(ProjectDir)\&#x0D;&#x0A;"
  232. Outputs="$(ProjectDir)\$(InputFileName)"
  233. />
  234. </FileConfiguration>
  235. </File>
  236. </Files>
  237. <Globals>
  238. </Globals>
  239. </VisualStudioProject>