loopwave_VS2008.vcproj 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  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. <Platform
  15. Name="x64"
  16. />
  17. </Platforms>
  18. <ToolFiles>
  19. </ToolFiles>
  20. <Configurations>
  21. <Configuration
  22. Name="Release|Win32"
  23. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  24. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
  25. ConfigurationType="1"
  26. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
  27. UseOfMFC="0"
  28. ATLMinimizesCRunTimeLibraryUsage="false"
  29. >
  30. <Tool
  31. Name="VCPreBuildEventTool"
  32. />
  33. <Tool
  34. Name="VCCustomBuildTool"
  35. />
  36. <Tool
  37. Name="VCXMLDataGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCWebServiceProxyGeneratorTool"
  41. />
  42. <Tool
  43. Name="VCMIDLTool"
  44. PreprocessorDefinitions="NDEBUG"
  45. MkTypLibCompatible="true"
  46. SuppressStartupBanner="true"
  47. TargetEnvironment="1"
  48. TypeLibraryName=".\Release/loopwave.tlb"
  49. />
  50. <Tool
  51. Name="VCCLCompilerTool"
  52. AdditionalIncludeDirectories="$(SolutionDir)/../include"
  53. AdditionalUsingDirectories=""
  54. PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
  55. RuntimeLibrary="2"
  56. UsePrecompiledHeader="0"
  57. PrecompiledHeaderFile=".\Release/loopwave.pch"
  58. WarningLevel="3"
  59. />
  60. <Tool
  61. Name="VCManagedResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCResourceCompilerTool"
  65. PreprocessorDefinitions="NDEBUG"
  66. Culture="1033"
  67. />
  68. <Tool
  69. Name="VCPreLinkEventTool"
  70. />
  71. <Tool
  72. Name="VCLinkerTool"
  73. SubSystem="2"
  74. />
  75. <Tool
  76. Name="VCALinkTool"
  77. />
  78. <Tool
  79. Name="VCManifestTool"
  80. />
  81. <Tool
  82. Name="VCXDCMakeTool"
  83. />
  84. <Tool
  85. Name="VCBscMakeTool"
  86. />
  87. <Tool
  88. Name="VCFxCopTool"
  89. />
  90. <Tool
  91. Name="VCAppVerifierTool"
  92. />
  93. <Tool
  94. Name="VCPostBuildEventTool"
  95. />
  96. </Configuration>
  97. <Configuration
  98. Name="Release|x64"
  99. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  100. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
  101. ConfigurationType="1"
  102. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
  103. UseOfMFC="0"
  104. ATLMinimizesCRunTimeLibraryUsage="false"
  105. >
  106. <Tool
  107. Name="VCPreBuildEventTool"
  108. />
  109. <Tool
  110. Name="VCCustomBuildTool"
  111. />
  112. <Tool
  113. Name="VCXMLDataGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCMIDLTool"
  120. PreprocessorDefinitions="NDEBUG"
  121. MkTypLibCompatible="true"
  122. SuppressStartupBanner="true"
  123. TargetEnvironment="3"
  124. TypeLibraryName=".\Release/loopwave.tlb"
  125. />
  126. <Tool
  127. Name="VCCLCompilerTool"
  128. AdditionalIncludeDirectories="$(SolutionDir)/../include"
  129. AdditionalUsingDirectories=""
  130. PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
  131. RuntimeLibrary="2"
  132. UsePrecompiledHeader="0"
  133. PrecompiledHeaderFile=".\Release/loopwave.pch"
  134. WarningLevel="3"
  135. />
  136. <Tool
  137. Name="VCManagedResourceCompilerTool"
  138. />
  139. <Tool
  140. Name="VCResourceCompilerTool"
  141. PreprocessorDefinitions="NDEBUG"
  142. Culture="1033"
  143. />
  144. <Tool
  145. Name="VCPreLinkEventTool"
  146. />
  147. <Tool
  148. Name="VCLinkerTool"
  149. SubSystem="2"
  150. />
  151. <Tool
  152. Name="VCALinkTool"
  153. />
  154. <Tool
  155. Name="VCManifestTool"
  156. />
  157. <Tool
  158. Name="VCXDCMakeTool"
  159. />
  160. <Tool
  161. Name="VCBscMakeTool"
  162. />
  163. <Tool
  164. Name="VCFxCopTool"
  165. />
  166. <Tool
  167. Name="VCAppVerifierTool"
  168. />
  169. <Tool
  170. Name="VCPostBuildEventTool"
  171. />
  172. </Configuration>
  173. <Configuration
  174. Name="Debug|Win32"
  175. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  176. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
  177. ConfigurationType="1"
  178. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
  179. UseOfMFC="0"
  180. ATLMinimizesCRunTimeLibraryUsage="false"
  181. >
  182. <Tool
  183. Name="VCPreBuildEventTool"
  184. />
  185. <Tool
  186. Name="VCCustomBuildTool"
  187. />
  188. <Tool
  189. Name="VCXMLDataGeneratorTool"
  190. />
  191. <Tool
  192. Name="VCWebServiceProxyGeneratorTool"
  193. />
  194. <Tool
  195. Name="VCMIDLTool"
  196. PreprocessorDefinitions="_DEBUG"
  197. MkTypLibCompatible="true"
  198. SuppressStartupBanner="true"
  199. TargetEnvironment="1"
  200. TypeLibraryName=".\Debug/loopwave.tlb"
  201. />
  202. <Tool
  203. Name="VCCLCompilerTool"
  204. Optimization="0"
  205. AdditionalIncludeDirectories="$(SolutionDir)/../include"
  206. AdditionalUsingDirectories=""
  207. PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
  208. RuntimeLibrary="2"
  209. WarningLevel="3"
  210. DebugInformationFormat="1"
  211. />
  212. <Tool
  213. Name="VCManagedResourceCompilerTool"
  214. />
  215. <Tool
  216. Name="VCResourceCompilerTool"
  217. PreprocessorDefinitions="_DEBUG"
  218. Culture="1033"
  219. />
  220. <Tool
  221. Name="VCPreLinkEventTool"
  222. />
  223. <Tool
  224. Name="VCLinkerTool"
  225. GenerateDebugInformation="true"
  226. SubSystem="2"
  227. />
  228. <Tool
  229. Name="VCALinkTool"
  230. />
  231. <Tool
  232. Name="VCManifestTool"
  233. />
  234. <Tool
  235. Name="VCXDCMakeTool"
  236. />
  237. <Tool
  238. Name="VCBscMakeTool"
  239. />
  240. <Tool
  241. Name="VCFxCopTool"
  242. />
  243. <Tool
  244. Name="VCAppVerifierTool"
  245. />
  246. <Tool
  247. Name="VCPostBuildEventTool"
  248. />
  249. </Configuration>
  250. <Configuration
  251. Name="Debug|x64"
  252. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  253. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
  254. ConfigurationType="1"
  255. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
  256. UseOfMFC="0"
  257. ATLMinimizesCRunTimeLibraryUsage="false"
  258. >
  259. <Tool
  260. Name="VCPreBuildEventTool"
  261. />
  262. <Tool
  263. Name="VCCustomBuildTool"
  264. />
  265. <Tool
  266. Name="VCXMLDataGeneratorTool"
  267. />
  268. <Tool
  269. Name="VCWebServiceProxyGeneratorTool"
  270. />
  271. <Tool
  272. Name="VCMIDLTool"
  273. PreprocessorDefinitions="_DEBUG"
  274. MkTypLibCompatible="true"
  275. SuppressStartupBanner="true"
  276. TargetEnvironment="3"
  277. TypeLibraryName=".\Debug/loopwave.tlb"
  278. />
  279. <Tool
  280. Name="VCCLCompilerTool"
  281. Optimization="0"
  282. AdditionalIncludeDirectories="$(SolutionDir)/../include"
  283. AdditionalUsingDirectories=""
  284. PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
  285. RuntimeLibrary="3"
  286. WarningLevel="3"
  287. DebugInformationFormat="1"
  288. />
  289. <Tool
  290. Name="VCManagedResourceCompilerTool"
  291. />
  292. <Tool
  293. Name="VCResourceCompilerTool"
  294. PreprocessorDefinitions="_DEBUG"
  295. Culture="1033"
  296. />
  297. <Tool
  298. Name="VCPreLinkEventTool"
  299. />
  300. <Tool
  301. Name="VCLinkerTool"
  302. GenerateDebugInformation="true"
  303. SubSystem="2"
  304. />
  305. <Tool
  306. Name="VCALinkTool"
  307. />
  308. <Tool
  309. Name="VCManifestTool"
  310. />
  311. <Tool
  312. Name="VCXDCMakeTool"
  313. />
  314. <Tool
  315. Name="VCBscMakeTool"
  316. />
  317. <Tool
  318. Name="VCFxCopTool"
  319. />
  320. <Tool
  321. Name="VCAppVerifierTool"
  322. />
  323. <Tool
  324. Name="VCPostBuildEventTool"
  325. />
  326. </Configuration>
  327. </Configurations>
  328. <References>
  329. <ProjectReference
  330. ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
  331. CopyLocal="false"
  332. CopyLocalDependencies="false"
  333. CopyLocalSatelliteAssemblies="false"
  334. RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
  335. />
  336. <ProjectReference
  337. ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
  338. CopyLocal="false"
  339. CopyLocalDependencies="false"
  340. CopyLocalSatelliteAssemblies="false"
  341. RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
  342. />
  343. </References>
  344. <Files>
  345. <File
  346. RelativePath="..\..\..\Test\loopwave.c"
  347. >
  348. </File>
  349. <File
  350. RelativePath="..\..\..\test\sample.wav"
  351. >
  352. <FileConfiguration
  353. Name="Release|Win32"
  354. >
  355. <Tool
  356. Name="VCCustomBuildTool"
  357. Description="Copying $(InputFileName)"
  358. CommandLine="copy $(InputPath) $(ProjectDir)\&#x0D;&#x0A;"
  359. Outputs="$(ProjectDir)\$(InputFileName)"
  360. />
  361. </FileConfiguration>
  362. <FileConfiguration
  363. Name="Release|x64"
  364. >
  365. <Tool
  366. Name="VCCustomBuildTool"
  367. Description="Copying $(InputFileName)"
  368. CommandLine="copy $(InputPath) $(ProjectDir)\&#x0D;&#x0A;"
  369. Outputs="$(ProjectDir)\$(InputFileName)"
  370. />
  371. </FileConfiguration>
  372. <FileConfiguration
  373. Name="Debug|Win32"
  374. >
  375. <Tool
  376. Name="VCCustomBuildTool"
  377. Description="Copying $(InputFileName)"
  378. CommandLine="copy $(InputPath) $(ProjectDir)\&#x0D;&#x0A;"
  379. Outputs="$(ProjectDir)\$(InputFileName)"
  380. />
  381. </FileConfiguration>
  382. <FileConfiguration
  383. Name="Debug|x64"
  384. >
  385. <Tool
  386. Name="VCCustomBuildTool"
  387. Description="Copying $(InputFileName)"
  388. CommandLine="copy $(InputPath) $(ProjectDir)\&#x0D;&#x0A;"
  389. Outputs="$(ProjectDir)\$(InputFileName)"
  390. />
  391. </FileConfiguration>
  392. </File>
  393. </Files>
  394. <Globals>
  395. </Globals>
  396. </VisualStudioProject>