/src/b00bs.vcproj

https://bitbucket.org/vivkin/gam3b00bs/ · MSBuild · 375 lines · 375 code · 0 blank · 0 comment · 0 complexity · 61a432c3b1e379a51b302236c3c04c10 MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="b00bs"
  6. ProjectGUID="{DC26E9D9-CE5A-4D6D-9652-98D34E825608}"
  7. RootNamespace="b00bs"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="0"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="$(SolutionDir)\..\game\bin"
  22. IntermediateDirectory="$(SolutionDir)\..\build\$(ProjectName)\$(ConfigurationName)\"
  23. ConfigurationType="1"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. />
  31. <Tool
  32. Name="VCXMLDataGeneratorTool"
  33. />
  34. <Tool
  35. Name="VCWebServiceProxyGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCMIDLTool"
  39. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. Optimization="0"
  43. AdditionalIncludeDirectories="&quot;$(SolutionDir)&quot;;&quot;$(SolutionDir)shared&quot;;&quot;$(SolutionDir)middleware&quot;"
  44. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="3"
  48. UsePrecompiledHeader="0"
  49. WarningLevel="4"
  50. DebugInformationFormat="3"
  51. />
  52. <Tool
  53. Name="VCManagedResourceCompilerTool"
  54. />
  55. <Tool
  56. Name="VCResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCPreLinkEventTool"
  60. />
  61. <Tool
  62. Name="VCLinkerTool"
  63. AdditionalDependencies="ws2_32.lib winmm.lib d3d9.lib d3dx9.lib"
  64. OutputFile="$(OutDir)\$(ProjectName)_d.exe"
  65. LinkIncremental="2"
  66. GenerateDebugInformation="true"
  67. SubSystem="2"
  68. TargetMachine="1"
  69. />
  70. <Tool
  71. Name="VCALinkTool"
  72. />
  73. <Tool
  74. Name="VCManifestTool"
  75. />
  76. <Tool
  77. Name="VCXDCMakeTool"
  78. />
  79. <Tool
  80. Name="VCBscMakeTool"
  81. />
  82. <Tool
  83. Name="VCFxCopTool"
  84. />
  85. <Tool
  86. Name="VCAppVerifierTool"
  87. />
  88. <Tool
  89. Name="VCPostBuildEventTool"
  90. />
  91. </Configuration>
  92. <Configuration
  93. Name="Release|Win32"
  94. OutputDirectory="$(SolutionDir)\..\game\bin"
  95. IntermediateDirectory="$(SolutionDir)\..\build\$(ProjectName)\$(ConfigurationName)\"
  96. ConfigurationType="1"
  97. >
  98. <Tool
  99. Name="VCPreBuildEventTool"
  100. />
  101. <Tool
  102. Name="VCCustomBuildTool"
  103. />
  104. <Tool
  105. Name="VCXMLDataGeneratorTool"
  106. />
  107. <Tool
  108. Name="VCWebServiceProxyGeneratorTool"
  109. />
  110. <Tool
  111. Name="VCMIDLTool"
  112. />
  113. <Tool
  114. Name="VCCLCompilerTool"
  115. EnableIntrinsicFunctions="true"
  116. AdditionalIncludeDirectories="&quot;$(SolutionDir)&quot;;&quot;$(SolutionDir)shared&quot;;&quot;$(SolutionDir)middleware&quot;"
  117. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;"
  118. RuntimeLibrary="2"
  119. UsePrecompiledHeader="0"
  120. WarningLevel="4"
  121. DebugInformationFormat="3"
  122. />
  123. <Tool
  124. Name="VCManagedResourceCompilerTool"
  125. />
  126. <Tool
  127. Name="VCResourceCompilerTool"
  128. />
  129. <Tool
  130. Name="VCPreLinkEventTool"
  131. />
  132. <Tool
  133. Name="VCLinkerTool"
  134. AdditionalDependencies="ws2_32.lib winmm.lib d3d9.lib d3dx9.lib"
  135. LinkIncremental="0"
  136. GenerateDebugInformation="true"
  137. SubSystem="2"
  138. OptimizeReferences="2"
  139. EnableCOMDATFolding="2"
  140. TargetMachine="1"
  141. />
  142. <Tool
  143. Name="VCALinkTool"
  144. />
  145. <Tool
  146. Name="VCManifestTool"
  147. />
  148. <Tool
  149. Name="VCXDCMakeTool"
  150. />
  151. <Tool
  152. Name="VCBscMakeTool"
  153. />
  154. <Tool
  155. Name="VCFxCopTool"
  156. />
  157. <Tool
  158. Name="VCAppVerifierTool"
  159. />
  160. <Tool
  161. Name="VCPostBuildEventTool"
  162. />
  163. </Configuration>
  164. </Configurations>
  165. <References>
  166. </References>
  167. <Files>
  168. <Filter
  169. Name="network"
  170. >
  171. <File
  172. RelativePath=".\network\network.cpp"
  173. >
  174. </File>
  175. <File
  176. RelativePath=".\network\network.h"
  177. >
  178. </File>
  179. <File
  180. RelativePath=".\network\server.cpp"
  181. >
  182. </File>
  183. <File
  184. RelativePath=".\network\server.h"
  185. >
  186. </File>
  187. </Filter>
  188. <Filter
  189. Name="memory"
  190. >
  191. <File
  192. RelativePath=".\memory\memoryarena.cpp"
  193. >
  194. </File>
  195. <File
  196. RelativePath=".\memory\memoryarena.h"
  197. >
  198. </File>
  199. <Filter
  200. Name="tlsf"
  201. >
  202. <File
  203. RelativePath=".\memory\tlsf\tlsf.c"
  204. >
  205. <FileConfiguration
  206. Name="Debug|Win32"
  207. >
  208. <Tool
  209. Name="VCCLCompilerTool"
  210. CompileAs="2"
  211. />
  212. </FileConfiguration>
  213. <FileConfiguration
  214. Name="Release|Win32"
  215. >
  216. <Tool
  217. Name="VCCLCompilerTool"
  218. CompileAs="2"
  219. />
  220. </FileConfiguration>
  221. </File>
  222. <File
  223. RelativePath=".\memory\tlsf\tlsf.h"
  224. >
  225. </File>
  226. <File
  227. RelativePath=".\memory\tlsf\tlsfbits.h"
  228. >
  229. </File>
  230. </Filter>
  231. </Filter>
  232. <Filter
  233. Name="shared"
  234. >
  235. <File
  236. RelativePath=".\shared\common.h"
  237. >
  238. </File>
  239. <File
  240. RelativePath=".\shared\config.h"
  241. >
  242. </File>
  243. <File
  244. RelativePath=".\shared\load_data.cpp"
  245. >
  246. </File>
  247. <File
  248. RelativePath=".\shared\load_data.h"
  249. >
  250. </File>
  251. <File
  252. RelativePath=".\shared\log.cpp"
  253. >
  254. </File>
  255. <File
  256. RelativePath=".\shared\log.h"
  257. >
  258. </File>
  259. <File
  260. RelativePath=".\shared\types.h"
  261. >
  262. </File>
  263. </Filter>
  264. <Filter
  265. Name="bindings"
  266. >
  267. <File
  268. RelativePath=".\bindings\bind_all.h"
  269. >
  270. </File>
  271. <File
  272. RelativePath=".\bindings\bind_app.cpp"
  273. >
  274. </File>
  275. <File
  276. RelativePath=".\bindings\bind_input.cpp"
  277. >
  278. </File>
  279. <File
  280. RelativePath=".\bindings\bind_main.cpp"
  281. >
  282. </File>
  283. <File
  284. RelativePath=".\bindings\bind_renderer.cpp"
  285. >
  286. </File>
  287. </Filter>
  288. <Filter
  289. Name="app"
  290. >
  291. <File
  292. RelativePath=".\app\app.cpp"
  293. >
  294. </File>
  295. <File
  296. RelativePath=".\app\app.h"
  297. >
  298. </File>
  299. </Filter>
  300. <Filter
  301. Name="renderer"
  302. >
  303. <File
  304. RelativePath=".\renderer\camera.cpp"
  305. >
  306. </File>
  307. <File
  308. RelativePath=".\renderer\camera.h"
  309. >
  310. </File>
  311. <File
  312. RelativePath=".\renderer\device.cpp"
  313. >
  314. </File>
  315. <File
  316. RelativePath=".\renderer\device.h"
  317. >
  318. </File>
  319. <File
  320. RelativePath=".\renderer\mesh.cpp"
  321. >
  322. </File>
  323. <File
  324. RelativePath=".\renderer\mesh.h"
  325. >
  326. </File>
  327. <File
  328. RelativePath=".\renderer\particles.cpp"
  329. >
  330. </File>
  331. <File
  332. RelativePath=".\renderer\particles.h"
  333. >
  334. </File>
  335. <File
  336. RelativePath=".\renderer\render.cpp"
  337. >
  338. </File>
  339. <File
  340. RelativePath=".\renderer\visual.cpp"
  341. >
  342. </File>
  343. <File
  344. RelativePath=".\renderer\visual.h"
  345. >
  346. </File>
  347. </Filter>
  348. <Filter
  349. Name="math"
  350. >
  351. <File
  352. RelativePath=".\math\math.h"
  353. >
  354. </File>
  355. </Filter>
  356. <Filter
  357. Name="sound"
  358. >
  359. <File
  360. RelativePath=".\sound\sound.cpp"
  361. >
  362. </File>
  363. <File
  364. RelativePath=".\sound\sound.h"
  365. >
  366. </File>
  367. </Filter>
  368. <File
  369. RelativePath=".\main.cpp"
  370. >
  371. </File>
  372. </Files>
  373. <Globals>
  374. </Globals>
  375. </VisualStudioProject>