PyRocketInvaders.vcproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="PyRocketInvaders"
  6. ProjectGUID="{D343E357-BF62-424F-B22A-16D7B8A6422B}"
  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;..\..\..\support\python\include;..\..\..\support\python\pc;..\..\..\support\boost"
  42. PreprocessorDefinitions="WIN32"
  43. RuntimeLibrary="3"
  44. DebugInformationFormat="3"
  45. />
  46. <Tool
  47. Name="VCManagedResourceCompilerTool"
  48. />
  49. <Tool
  50. Name="VCResourceCompilerTool"
  51. />
  52. <Tool
  53. Name="VCPreLinkEventTool"
  54. />
  55. <Tool
  56. Name="VCLinkerTool"
  57. AdditionalDependencies="RocketCore_d.lib RocketDebugger_d.lib RocketControls_d.lib opengl32.lib boost_python-vc90-mt-gyd-1_44.lib"
  58. OutputFile="..\..\bin\$(ProjectName)_d.exe"
  59. AdditionalLibraryDirectories="..\..\bin;..\..\..\support\lib"
  60. GenerateDebugInformation="true"
  61. SubSystem="2"
  62. RandomizedBaseAddress="1"
  63. DataExecutionPrevention="0"
  64. />
  65. <Tool
  66. Name="VCALinkTool"
  67. />
  68. <Tool
  69. Name="VCManifestTool"
  70. />
  71. <Tool
  72. Name="VCXDCMakeTool"
  73. />
  74. <Tool
  75. Name="VCBscMakeTool"
  76. />
  77. <Tool
  78. Name="VCFxCopTool"
  79. />
  80. <Tool
  81. Name="VCAppVerifierTool"
  82. />
  83. <Tool
  84. Name="VCPostBuildEventTool"
  85. />
  86. </Configuration>
  87. <Configuration
  88. Name="Release|Win32"
  89. OutputDirectory="$(ProjectDir)$(ConfigurationName)"
  90. IntermediateDirectory="$(ConfigurationName)"
  91. ConfigurationType="1"
  92. >
  93. <Tool
  94. Name="VCPreBuildEventTool"
  95. />
  96. <Tool
  97. Name="VCCustomBuildTool"
  98. />
  99. <Tool
  100. Name="VCXMLDataGeneratorTool"
  101. />
  102. <Tool
  103. Name="VCWebServiceProxyGeneratorTool"
  104. />
  105. <Tool
  106. Name="VCMIDLTool"
  107. />
  108. <Tool
  109. Name="VCCLCompilerTool"
  110. AdditionalIncludeDirectories="..\shell\include;..\..\include;..\..\..\support\python\include;..\..\..\support\python\pc;..\..\..\support\boost"
  111. PreprocessorDefinitions="WIN32"
  112. RuntimeLibrary="2"
  113. WarningLevel="3"
  114. DebugInformationFormat="3"
  115. />
  116. <Tool
  117. Name="VCManagedResourceCompilerTool"
  118. />
  119. <Tool
  120. Name="VCResourceCompilerTool"
  121. />
  122. <Tool
  123. Name="VCPreLinkEventTool"
  124. />
  125. <Tool
  126. Name="VCLinkerTool"
  127. AdditionalDependencies="RocketCore.lib RocketDebugger.lib RocketControls.lib opengl32.lib boost_python-vc90-mt-1_44.lib"
  128. OutputFile="..\..\bin\$(ProjectName).exe"
  129. AdditionalLibraryDirectories="..\..\bin;..\..\..\support\lib"
  130. GenerateDebugInformation="true"
  131. SubSystem="2"
  132. RandomizedBaseAddress="1"
  133. DataExecutionPrevention="0"
  134. />
  135. <Tool
  136. Name="VCALinkTool"
  137. />
  138. <Tool
  139. Name="VCManifestTool"
  140. />
  141. <Tool
  142. Name="VCXDCMakeTool"
  143. />
  144. <Tool
  145. Name="VCBscMakeTool"
  146. />
  147. <Tool
  148. Name="VCFxCopTool"
  149. />
  150. <Tool
  151. Name="VCAppVerifierTool"
  152. />
  153. <Tool
  154. Name="VCPostBuildEventTool"
  155. />
  156. </Configuration>
  157. </Configurations>
  158. <References>
  159. </References>
  160. <Files>
  161. <Filter
  162. Name="Game"
  163. >
  164. <File
  165. RelativePath=".\src\Defender.cpp"
  166. >
  167. </File>
  168. <File
  169. RelativePath=".\src\Defender.h"
  170. >
  171. </File>
  172. <File
  173. RelativePath=".\src\ElementGame.cpp"
  174. >
  175. </File>
  176. <File
  177. RelativePath=".\src\ElementGame.h"
  178. >
  179. </File>
  180. <File
  181. RelativePath=".\src\Game.cpp"
  182. >
  183. </File>
  184. <File
  185. RelativePath=".\src\Game.h"
  186. >
  187. </File>
  188. <File
  189. RelativePath=".\src\GameDetails.cpp"
  190. >
  191. </File>
  192. <File
  193. RelativePath=".\src\GameDetails.h"
  194. >
  195. </File>
  196. <File
  197. RelativePath=".\src\Invader.cpp"
  198. >
  199. </File>
  200. <File
  201. RelativePath=".\src\Invader.h"
  202. >
  203. </File>
  204. <File
  205. RelativePath=".\src\Mothership.cpp"
  206. >
  207. </File>
  208. <File
  209. RelativePath=".\src\Mothership.h"
  210. >
  211. </File>
  212. <File
  213. RelativePath=".\src\Shield.cpp"
  214. >
  215. </File>
  216. <File
  217. RelativePath=".\src\Shield.h"
  218. >
  219. </File>
  220. <File
  221. RelativePath=".\src\Sprite.cpp"
  222. >
  223. </File>
  224. <File
  225. RelativePath=".\src\Sprite.h"
  226. >
  227. </File>
  228. <Filter
  229. Name="High Scores"
  230. >
  231. <File
  232. RelativePath=".\src\DecoratorDefender.cpp"
  233. >
  234. </File>
  235. <File
  236. RelativePath=".\src\DecoratorDefender.h"
  237. >
  238. </File>
  239. <File
  240. RelativePath=".\src\DecoratorInstancerDefender.cpp"
  241. >
  242. </File>
  243. <File
  244. RelativePath=".\src\DecoratorInstancerDefender.h"
  245. >
  246. </File>
  247. <File
  248. RelativePath=".\src\HighScores.cpp"
  249. >
  250. </File>
  251. <File
  252. RelativePath=".\src\HighScores.h"
  253. >
  254. </File>
  255. </Filter>
  256. </Filter>
  257. <Filter
  258. Name="Starfield"
  259. >
  260. <File
  261. RelativePath=".\src\DecoratorInstancerStarfield.cpp"
  262. >
  263. </File>
  264. <File
  265. RelativePath=".\src\DecoratorInstancerStarfield.h"
  266. >
  267. </File>
  268. <File
  269. RelativePath=".\src\DecoratorStarfield.cpp"
  270. >
  271. </File>
  272. <File
  273. RelativePath=".\src\DecoratorStarfield.h"
  274. >
  275. </File>
  276. </Filter>
  277. <File
  278. RelativePath=".\src\main.cpp"
  279. >
  280. </File>
  281. <File
  282. RelativePath=".\src\PythonInterface.cpp"
  283. >
  284. </File>
  285. <File
  286. RelativePath=".\src\PythonInterface.h"
  287. >
  288. </File>
  289. </Files>
  290. <Globals>
  291. </Globals>
  292. </VisualStudioProject>