SoundEngine.vcproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="SoundEngine"
  6. ProjectGUID="{F81BB9EE-DD86-415E-87E3-B60732EFD72F}"
  7. Keyword="Win32Proj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="TrueTime|Win32"
  15. OutputDirectory=".\..\..\objs\TrueTime\soundengine"
  16. IntermediateDirectory=".\..\..\objs\TrueTime\soundengine"
  17. ConfigurationType="4"
  18. UseOfMFC="0"
  19. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. AdditionalIncludeDirectories="../Inc;../ZLib"
  23. PreprocessorDefinitions="_AFXDLL;WIN32;_WINDOWS;STRICT"
  24. ExceptionHandling="TRUE"
  25. RuntimeLibrary="2"
  26. RuntimeTypeInfo="TRUE"/>
  27. <Tool
  28. Name="VCCustomBuildTool"/>
  29. <Tool
  30. Name="VCLibrarianTool"/>
  31. <Tool
  32. Name="VCMIDLTool"/>
  33. <Tool
  34. Name="VCPostBuildEventTool"/>
  35. <Tool
  36. Name="VCPreBuildEventTool"/>
  37. <Tool
  38. Name="VCPreLinkEventTool"/>
  39. <Tool
  40. Name="VCResourceCompilerTool"/>
  41. <Tool
  42. Name="VCWebServiceProxyGeneratorTool"/>
  43. <Tool
  44. Name="VCXMLDataGeneratorTool"/>
  45. <Tool
  46. Name="VCManagedWrapperGeneratorTool"/>
  47. <Tool
  48. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  49. </Configuration>
  50. <Configuration
  51. Name="BCheckerD|Win32"
  52. OutputDirectory=".\..\..\objs\BCheckerD\soundengine"
  53. IntermediateDirectory=".\..\..\objs\BCheckerD\soundengine"
  54. ConfigurationType="4"
  55. UseOfMFC="0"
  56. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  57. <Tool
  58. Name="VCCLCompilerTool"
  59. AdditionalIncludeDirectories="../Inc;../ZLib"
  60. PreprocessorDefinitions="_AFXDLL;WIN32;_WINDOWS;STRICT"
  61. ExceptionHandling="TRUE"
  62. RuntimeLibrary="2"
  63. RuntimeTypeInfo="TRUE"/>
  64. <Tool
  65. Name="VCCustomBuildTool"/>
  66. <Tool
  67. Name="VCLibrarianTool"/>
  68. <Tool
  69. Name="VCMIDLTool"/>
  70. <Tool
  71. Name="VCPostBuildEventTool"/>
  72. <Tool
  73. Name="VCPreBuildEventTool"/>
  74. <Tool
  75. Name="VCPreLinkEventTool"/>
  76. <Tool
  77. Name="VCResourceCompilerTool"/>
  78. <Tool
  79. Name="VCWebServiceProxyGeneratorTool"/>
  80. <Tool
  81. Name="VCXMLDataGeneratorTool"/>
  82. <Tool
  83. Name="VCManagedWrapperGeneratorTool"/>
  84. <Tool
  85. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  86. </Configuration>
  87. <Configuration
  88. Name="BChecker|Win32"
  89. OutputDirectory=".\..\..\objs\BChecker\soundengine"
  90. IntermediateDirectory=".\..\..\objs\BChecker\soundengine"
  91. ConfigurationType="4"
  92. UseOfMFC="0"
  93. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  94. <Tool
  95. Name="VCCLCompilerTool"
  96. AdditionalIncludeDirectories="../Inc;../ZLib"
  97. PreprocessorDefinitions="_AFXDLL;WIN32;_WINDOWS;STRICT"
  98. ExceptionHandling="TRUE"
  99. RuntimeLibrary="2"
  100. RuntimeTypeInfo="TRUE"/>
  101. <Tool
  102. Name="VCCustomBuildTool"/>
  103. <Tool
  104. Name="VCLibrarianTool"/>
  105. <Tool
  106. Name="VCMIDLTool"/>
  107. <Tool
  108. Name="VCPostBuildEventTool"/>
  109. <Tool
  110. Name="VCPreBuildEventTool"/>
  111. <Tool
  112. Name="VCPreLinkEventTool"/>
  113. <Tool
  114. Name="VCResourceCompilerTool"/>
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"/>
  117. <Tool
  118. Name="VCXMLDataGeneratorTool"/>
  119. <Tool
  120. Name="VCManagedWrapperGeneratorTool"/>
  121. <Tool
  122. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  123. </Configuration>
  124. <Configuration
  125. Name="ICapD|Win32"
  126. OutputDirectory=".\..\..\objs\ICapD\soundengine"
  127. IntermediateDirectory=".\..\..\objs\ICapD\soundengine"
  128. ConfigurationType="4"
  129. UseOfMFC="0"
  130. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  131. <Tool
  132. Name="VCCLCompilerTool"
  133. AdditionalIncludeDirectories="../Inc;../ZLib"
  134. PreprocessorDefinitions="_AFXDLL;WIN32;_WINDOWS;STRICT"
  135. ExceptionHandling="TRUE"
  136. RuntimeLibrary="2"
  137. RuntimeTypeInfo="TRUE"/>
  138. <Tool
  139. Name="VCCustomBuildTool"/>
  140. <Tool
  141. Name="VCLibrarianTool"/>
  142. <Tool
  143. Name="VCMIDLTool"/>
  144. <Tool
  145. Name="VCPostBuildEventTool"/>
  146. <Tool
  147. Name="VCPreBuildEventTool"/>
  148. <Tool
  149. Name="VCPreLinkEventTool"/>
  150. <Tool
  151. Name="VCResourceCompilerTool"/>
  152. <Tool
  153. Name="VCWebServiceProxyGeneratorTool"/>
  154. <Tool
  155. Name="VCXMLDataGeneratorTool"/>
  156. <Tool
  157. Name="VCManagedWrapperGeneratorTool"/>
  158. <Tool
  159. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  160. </Configuration>
  161. <Configuration
  162. Name="Test|Win32"
  163. OutputDirectory=".\..\..\objs\Test\soundengine"
  164. IntermediateDirectory=".\..\..\objs\Test\soundengine"
  165. ConfigurationType="4"
  166. UseOfMFC="0"
  167. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  168. <Tool
  169. Name="VCCLCompilerTool"
  170. AdditionalIncludeDirectories="../Inc;../ZLib"
  171. PreprocessorDefinitions="_AFXDLL;WIN32;_WINDOWS;STRICT"
  172. ExceptionHandling="TRUE"
  173. RuntimeLibrary="2"
  174. RuntimeTypeInfo="TRUE"/>
  175. <Tool
  176. Name="VCCustomBuildTool"/>
  177. <Tool
  178. Name="VCLibrarianTool"/>
  179. <Tool
  180. Name="VCMIDLTool"/>
  181. <Tool
  182. Name="VCPostBuildEventTool"/>
  183. <Tool
  184. Name="VCPreBuildEventTool"/>
  185. <Tool
  186. Name="VCPreLinkEventTool"/>
  187. <Tool
  188. Name="VCResourceCompilerTool"/>
  189. <Tool
  190. Name="VCWebServiceProxyGeneratorTool"/>
  191. <Tool
  192. Name="VCXMLDataGeneratorTool"/>
  193. <Tool
  194. Name="VCManagedWrapperGeneratorTool"/>
  195. <Tool
  196. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  197. </Configuration>
  198. <Configuration
  199. Name="TrueTimeD|Win32"
  200. OutputDirectory=".\..\..\objs\TrueTimeD\soundengine"
  201. IntermediateDirectory=".\..\..\objs\TrueTimeD\soundengine"
  202. ConfigurationType="4"
  203. UseOfMFC="0"
  204. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  205. <Tool
  206. Name="VCCLCompilerTool"
  207. AdditionalIncludeDirectories="../Inc;../ZLib"
  208. PreprocessorDefinitions="_AFXDLL;WIN32;_WINDOWS;STRICT"
  209. ExceptionHandling="TRUE"
  210. RuntimeLibrary="2"
  211. RuntimeTypeInfo="TRUE"/>
  212. <Tool
  213. Name="VCCustomBuildTool"/>
  214. <Tool
  215. Name="VCLibrarianTool"/>
  216. <Tool
  217. Name="VCMIDLTool"/>
  218. <Tool
  219. Name="VCPostBuildEventTool"/>
  220. <Tool
  221. Name="VCPreBuildEventTool"/>
  222. <Tool
  223. Name="VCPreLinkEventTool"/>
  224. <Tool
  225. Name="VCResourceCompilerTool"/>
  226. <Tool
  227. Name="VCWebServiceProxyGeneratorTool"/>
  228. <Tool
  229. Name="VCXMLDataGeneratorTool"/>
  230. <Tool
  231. Name="VCManagedWrapperGeneratorTool"/>
  232. <Tool
  233. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  234. </Configuration>
  235. <Configuration
  236. Name="ICap|Win32"
  237. OutputDirectory=".\..\..\objs\ICap\soundengine"
  238. IntermediateDirectory=".\..\..\objs\ICap\soundengine"
  239. ConfigurationType="4"
  240. UseOfMFC="0"
  241. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  242. <Tool
  243. Name="VCCLCompilerTool"
  244. AdditionalIncludeDirectories="../Inc;../ZLib"
  245. PreprocessorDefinitions="_AFXDLL;WIN32;_WINDOWS;STRICT"
  246. ExceptionHandling="TRUE"
  247. RuntimeLibrary="2"
  248. RuntimeTypeInfo="TRUE"/>
  249. <Tool
  250. Name="VCCustomBuildTool"/>
  251. <Tool
  252. Name="VCLibrarianTool"/>
  253. <Tool
  254. Name="VCMIDLTool"/>
  255. <Tool
  256. Name="VCPostBuildEventTool"/>
  257. <Tool
  258. Name="VCPreBuildEventTool"/>
  259. <Tool
  260. Name="VCPreLinkEventTool"/>
  261. <Tool
  262. Name="VCResourceCompilerTool"/>
  263. <Tool
  264. Name="VCWebServiceProxyGeneratorTool"/>
  265. <Tool
  266. Name="VCXMLDataGeneratorTool"/>
  267. <Tool
  268. Name="VCManagedWrapperGeneratorTool"/>
  269. <Tool
  270. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  271. </Configuration>
  272. <Configuration
  273. Name="Retail|Win32"
  274. OutputDirectory=".\..\..\objs\Retail\soundengine"
  275. IntermediateDirectory=".\..\..\objs\Retail\soundengine"
  276. ConfigurationType="4"
  277. UseOfMFC="0"
  278. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  279. <Tool
  280. Name="VCCLCompilerTool"
  281. AdditionalIncludeDirectories="../Inc;../ZLib"
  282. PreprocessorDefinitions="_AFXDLL;WIN32;_WINDOWS;STRICT"
  283. ExceptionHandling="TRUE"
  284. RuntimeLibrary="2"
  285. RuntimeTypeInfo="TRUE"/>
  286. <Tool
  287. Name="VCCustomBuildTool"/>
  288. <Tool
  289. Name="VCLibrarianTool"/>
  290. <Tool
  291. Name="VCMIDLTool"/>
  292. <Tool
  293. Name="VCPostBuildEventTool"/>
  294. <Tool
  295. Name="VCPreBuildEventTool"/>
  296. <Tool
  297. Name="VCPreLinkEventTool"/>
  298. <Tool
  299. Name="VCResourceCompilerTool"/>
  300. <Tool
  301. Name="VCWebServiceProxyGeneratorTool"/>
  302. <Tool
  303. Name="VCXMLDataGeneratorTool"/>
  304. <Tool
  305. Name="VCManagedWrapperGeneratorTool"/>
  306. <Tool
  307. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  308. </Configuration>
  309. <Configuration
  310. Name="Debug|Win32"
  311. OutputDirectory=".\..\..\objs\Debug\soundengine"
  312. IntermediateDirectory=".\..\..\objs\Debug\soundengine"
  313. ConfigurationType="4"
  314. UseOfMFC="0"
  315. ATLMinimizesCRunTimeLibraryUsage="FALSE">
  316. <Tool
  317. Name="VCCLCompilerTool"
  318. AdditionalIncludeDirectories="../Inc;../ZLib"
  319. PreprocessorDefinitions="_AFXDLL;WIN32;_WINDOWS;STRICT;_DEBUG"
  320. ExceptionHandling="TRUE"
  321. RuntimeLibrary="3"
  322. RuntimeTypeInfo="TRUE"/>
  323. <Tool
  324. Name="VCCustomBuildTool"/>
  325. <Tool
  326. Name="VCLibrarianTool"/>
  327. <Tool
  328. Name="VCMIDLTool"/>
  329. <Tool
  330. Name="VCPostBuildEventTool"/>
  331. <Tool
  332. Name="VCPreBuildEventTool"/>
  333. <Tool
  334. Name="VCPreLinkEventTool"/>
  335. <Tool
  336. Name="VCResourceCompilerTool"/>
  337. <Tool
  338. Name="VCWebServiceProxyGeneratorTool"/>
  339. <Tool
  340. Name="VCXMLDataGeneratorTool"/>
  341. <Tool
  342. Name="VCManagedWrapperGeneratorTool"/>
  343. <Tool
  344. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  345. </Configuration>
  346. </Configurations>
  347. <References>
  348. </References>
  349. <Files>
  350. <File
  351. RelativePath=".\ds3dbuffer.cpp">
  352. </File>
  353. <File
  354. RelativePath=".\ds3dbuffer.h">
  355. </File>
  356. <File
  357. RelativePath=".\ds3dengine.cpp">
  358. </File>
  359. <File
  360. RelativePath=".\ds3dengine.h">
  361. </File>
  362. <File
  363. RelativePath=".\ds3dutil.cpp">
  364. </File>
  365. <File
  366. RelativePath=".\ds3dutil.h">
  367. </File>
  368. <File
  369. RelativePath=".\ds3dvirtualbuffer.cpp">
  370. </File>
  371. <File
  372. RelativePath=".\ds3dvirtualbuffer.h">
  373. </File>
  374. <File
  375. RelativePath=".\dummysound.cpp">
  376. </File>
  377. <File
  378. RelativePath=".\pch.cpp">
  379. </File>
  380. <File
  381. RelativePath=".\pch.h">
  382. </File>
  383. <File
  384. RelativePath=".\redbooksound.cpp">
  385. </File>
  386. <File
  387. RelativePath=".\redbooksound.h">
  388. </File>
  389. <File
  390. RelativePath=".\soundbase.cpp">
  391. </File>
  392. <File
  393. RelativePath=".\soundbase.h">
  394. </File>
  395. <File
  396. RelativePath=".\soundengine.h">
  397. </File>
  398. <File
  399. RelativePath=".\soundtemplates.cpp">
  400. </File>
  401. <File
  402. RelativePath=".\soundtemplates.h">
  403. </File>
  404. <File
  405. RelativePath=".\soundutil.cpp">
  406. </File>
  407. <File
  408. RelativePath=".\soundutil.h">
  409. </File>
  410. </Files>
  411. <Globals>
  412. </Globals>
  413. </VisualStudioProject>