RocketInvaders.vcproj 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="RocketInvaders"
  6. ProjectGUID="{3C58D3B5-9478-4221-954A-01E3C4F1FA89}"
  7. TargetFrameworkVersion="131072"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Debug|Win32"
  19. OutputDirectory="$(ProjectDir)$(ConfigurationName)"
  20. IntermediateDirectory="$(ConfigurationName)"
  21. ConfigurationType="1"
  22. >
  23. <Tool
  24. Name="VCPreBuildEventTool"
  25. />
  26. <Tool
  27. Name="VCCustomBuildTool"
  28. />
  29. <Tool
  30. Name="VCXMLDataGeneratorTool"
  31. />
  32. <Tool
  33. Name="VCWebServiceProxyGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCMIDLTool"
  37. />
  38. <Tool
  39. Name="VCCLCompilerTool"
  40. Optimization="0"
  41. AdditionalIncludeDirectories="..\shell\include;..\..\Include"
  42. PreprocessorDefinitions="WIN32"
  43. RuntimeLibrary="3"
  44. WarningLevel="4"
  45. DebugInformationFormat="3"
  46. />
  47. <Tool
  48. Name="VCManagedResourceCompilerTool"
  49. />
  50. <Tool
  51. Name="VCResourceCompilerTool"
  52. />
  53. <Tool
  54. Name="VCPreLinkEventTool"
  55. />
  56. <Tool
  57. Name="VCLinkerTool"
  58. AdditionalDependencies="RocketCore_d.lib RocketDebugger_d.lib RocketControls_d.lib opengl32.lib"
  59. OutputFile="..\..\bin\$(ProjectName)_d.exe"
  60. AdditionalLibraryDirectories="..\shell\libpng; ..\..\bin"
  61. GenerateDebugInformation="true"
  62. SubSystem="2"
  63. RandomizedBaseAddress="1"
  64. DataExecutionPrevention="0"
  65. />
  66. <Tool
  67. Name="VCALinkTool"
  68. />
  69. <Tool
  70. Name="VCManifestTool"
  71. EmbedManifest="true"
  72. />
  73. <Tool
  74. Name="VCXDCMakeTool"
  75. />
  76. <Tool
  77. Name="VCBscMakeTool"
  78. />
  79. <Tool
  80. Name="VCFxCopTool"
  81. />
  82. <Tool
  83. Name="VCAppVerifierTool"
  84. />
  85. <Tool
  86. Name="VCPostBuildEventTool"
  87. />
  88. </Configuration>
  89. <Configuration
  90. Name="Release|Win32"
  91. OutputDirectory="$(ProjectDir)$(ConfigurationName)"
  92. IntermediateDirectory="$(ConfigurationName)"
  93. ConfigurationType="1"
  94. >
  95. <Tool
  96. Name="VCPreBuildEventTool"
  97. />
  98. <Tool
  99. Name="VCCustomBuildTool"
  100. />
  101. <Tool
  102. Name="VCXMLDataGeneratorTool"
  103. />
  104. <Tool
  105. Name="VCWebServiceProxyGeneratorTool"
  106. />
  107. <Tool
  108. Name="VCMIDLTool"
  109. />
  110. <Tool
  111. Name="VCCLCompilerTool"
  112. AdditionalIncludeDirectories="..\shell\include;..\..\Include"
  113. PreprocessorDefinitions="WIN32"
  114. RuntimeLibrary="2"
  115. WarningLevel="4"
  116. DebugInformationFormat="3"
  117. />
  118. <Tool
  119. Name="VCManagedResourceCompilerTool"
  120. />
  121. <Tool
  122. Name="VCResourceCompilerTool"
  123. />
  124. <Tool
  125. Name="VCPreLinkEventTool"
  126. />
  127. <Tool
  128. Name="VCLinkerTool"
  129. AdditionalDependencies="RocketCore.lib RocketDebugger.lib RocketControls.lib opengl32.lib"
  130. OutputFile="..\..\bin\$(ProjectName).exe"
  131. AdditionalLibraryDirectories="..\shell\libpng; ..\..\bin"
  132. GenerateDebugInformation="true"
  133. SubSystem="2"
  134. RandomizedBaseAddress="1"
  135. DataExecutionPrevention="0"
  136. />
  137. <Tool
  138. Name="VCALinkTool"
  139. />
  140. <Tool
  141. Name="VCManifestTool"
  142. />
  143. <Tool
  144. Name="VCXDCMakeTool"
  145. />
  146. <Tool
  147. Name="VCBscMakeTool"
  148. />
  149. <Tool
  150. Name="VCFxCopTool"
  151. />
  152. <Tool
  153. Name="VCAppVerifierTool"
  154. />
  155. <Tool
  156. Name="VCPostBuildEventTool"
  157. />
  158. </Configuration>
  159. </Configurations>
  160. <References>
  161. </References>
  162. <Files>
  163. <Filter
  164. Name="Event"
  165. >
  166. <File
  167. RelativePath=".\src\Event.cpp"
  168. >
  169. </File>
  170. <File
  171. RelativePath=".\src\Event.h"
  172. >
  173. </File>
  174. <File
  175. RelativePath=".\src\EventHandler.cpp"
  176. >
  177. </File>
  178. <File
  179. RelativePath=".\src\EventHandler.h"
  180. >
  181. </File>
  182. <File
  183. RelativePath=".\src\EventInstancer.cpp"
  184. >
  185. </File>
  186. <File
  187. RelativePath=".\src\EventInstancer.h"
  188. >
  189. </File>
  190. <File
  191. RelativePath=".\src\EventManager.cpp"
  192. >
  193. </File>
  194. <File
  195. RelativePath=".\src\EventManager.h"
  196. >
  197. </File>
  198. <Filter
  199. Name="Event Handlers"
  200. >
  201. <File
  202. RelativePath=".\src\EventHandlerHighScore.cpp"
  203. >
  204. </File>
  205. <File
  206. RelativePath=".\src\EventHandlerHighScore.h"
  207. >
  208. </File>
  209. <File
  210. RelativePath=".\src\EventHandlerOptions.cpp"
  211. >
  212. </File>
  213. <File
  214. RelativePath=".\src\EventHandlerOptions.h"
  215. >
  216. </File>
  217. <File
  218. RelativePath=".\src\EventHandlerStartGame.cpp"
  219. >
  220. </File>
  221. <File
  222. RelativePath=".\src\EventHandlerStartGame.h"
  223. >
  224. </File>
  225. </Filter>
  226. </Filter>
  227. <Filter
  228. Name="Game"
  229. >
  230. <File
  231. RelativePath=".\src\Defender.cpp"
  232. >
  233. </File>
  234. <File
  235. RelativePath=".\src\Defender.h"
  236. >
  237. </File>
  238. <File
  239. RelativePath=".\src\ElementGame.cpp"
  240. >
  241. </File>
  242. <File
  243. RelativePath=".\src\ElementGame.h"
  244. >
  245. </File>
  246. <File
  247. RelativePath=".\src\Game.cpp"
  248. >
  249. </File>
  250. <File
  251. RelativePath=".\src\Game.h"
  252. >
  253. </File>
  254. <File
  255. RelativePath=".\src\GameDetails.cpp"
  256. >
  257. </File>
  258. <File
  259. RelativePath=".\src\GameDetails.h"
  260. >
  261. </File>
  262. <File
  263. RelativePath=".\src\Invader.cpp"
  264. >
  265. </File>
  266. <File
  267. RelativePath=".\src\Invader.h"
  268. >
  269. </File>
  270. <File
  271. RelativePath=".\src\Mothership.cpp"
  272. >
  273. </File>
  274. <File
  275. RelativePath=".\src\Mothership.h"
  276. >
  277. </File>
  278. <File
  279. RelativePath=".\src\Shield.cpp"
  280. >
  281. </File>
  282. <File
  283. RelativePath=".\src\Shield.h"
  284. >
  285. </File>
  286. <File
  287. RelativePath=".\src\Sprite.cpp"
  288. >
  289. </File>
  290. <File
  291. RelativePath=".\src\Sprite.h"
  292. >
  293. </File>
  294. <Filter
  295. Name="High Scores"
  296. >
  297. <File
  298. RelativePath=".\src\DecoratorDefender.cpp"
  299. >
  300. </File>
  301. <File
  302. RelativePath=".\src\DecoratorDefender.h"
  303. >
  304. </File>
  305. <File
  306. RelativePath=".\src\DecoratorInstancerDefender.cpp"
  307. >
  308. </File>
  309. <File
  310. RelativePath=".\src\DecoratorInstancerDefender.h"
  311. >
  312. </File>
  313. <File
  314. RelativePath=".\src\HighScores.cpp"
  315. >
  316. </File>
  317. <File
  318. RelativePath=".\src\HighScores.h"
  319. >
  320. </File>
  321. <File
  322. RelativePath=".\src\HighScoresNameFormatter.cpp"
  323. >
  324. </File>
  325. <File
  326. RelativePath=".\src\HighScoresNameFormatter.h"
  327. >
  328. </File>
  329. <File
  330. RelativePath=".\src\HighScoresShipFormatter.cpp"
  331. >
  332. </File>
  333. <File
  334. RelativePath=".\src\HighScoresShipFormatter.h"
  335. >
  336. </File>
  337. </Filter>
  338. </Filter>
  339. <Filter
  340. Name="Starfield"
  341. >
  342. <File
  343. RelativePath=".\src\DecoratorInstancerStarfield.cpp"
  344. >
  345. </File>
  346. <File
  347. RelativePath=".\src\DecoratorInstancerStarfield.h"
  348. >
  349. </File>
  350. <File
  351. RelativePath=".\src\DecoratorStarfield.cpp"
  352. >
  353. </File>
  354. <File
  355. RelativePath=".\src\DecoratorStarfield.h"
  356. >
  357. </File>
  358. </Filter>
  359. <File
  360. RelativePath=".\src\main.cpp"
  361. >
  362. </File>
  363. </Files>
  364. <Globals>
  365. </Globals>
  366. </VisualStudioProject>