prebuild-example1.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Prebuild version="1.6" xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.6.xsd">
  3. <Solution name="RealmForge">
  4. <Configuration name="Debug">
  5. <Options>
  6. <CompilerDefines>TRACE;DEBUG</CompilerDefines>
  7. <OptimizeCode>false</OptimizeCode>
  8. <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
  9. <AllowUnsafe>false</AllowUnsafe>
  10. <WarningLevel>4</WarningLevel>
  11. <WarningsAsErrors>false</WarningsAsErrors>
  12. <SuppressWarnings>1591;219;1573;1572;168</SuppressWarnings>
  13. <OutputPath>..\bin</OutputPath>
  14. <DebugInformation>true</DebugInformation>
  15. <RegisterComInterop>false</RegisterComInterop>
  16. <IncrementalBuild>true</IncrementalBuild>
  17. <BaseAddress>285212672</BaseAddress>
  18. <FileAlignment>4096</FileAlignment>
  19. <NoStdLib>false</NoStdLib>
  20. <XmlDocFile>Docs.xml</XmlDocFile>
  21. </Options>
  22. </Configuration>
  23. <Configuration name="Release">
  24. <Options>
  25. <CompilerDefines>TRACE</CompilerDefines>
  26. <OptimizeCode>true</OptimizeCode>
  27. <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
  28. <AllowUnsafe>false</AllowUnsafe>
  29. <WarningLevel>4</WarningLevel>
  30. <WarningsAsErrors>false</WarningsAsErrors>
  31. <SuppressWarnings>1591;219;1573;1572;168</SuppressWarnings>
  32. <OutputPath>..\bin</OutputPath>
  33. <DebugInformation>false</DebugInformation>
  34. <RegisterComInterop>false</RegisterComInterop>
  35. <IncrementalBuild>true</IncrementalBuild>
  36. <BaseAddress>285212672</BaseAddress>
  37. <FileAlignment>4096</FileAlignment>
  38. <NoStdLib>false</NoStdLib>
  39. <XmlDocFile>Docs.xml</XmlDocFile>
  40. </Options>
  41. </Configuration>
  42. <Project name="RealmForge.Utility" path="Utility" type="Library" assemblyName="RealmForge.Utility" rootNamespace="RealmForge">
  43. <Configuration name="Debug">
  44. <Options>
  45. <OutputPath>..\bin\lib\Utility</OutputPath>
  46. <XmlDocFile>RealmForge.Utility.xml</XmlDocFile>
  47. </Options>
  48. </Configuration>
  49. <Configuration name="Release">
  50. <Options>
  51. <OutputPath>..\bin\lib\Utility</OutputPath>
  52. <XmlDocFile>RealmForge.Utility.xml</XmlDocFile>
  53. </Options>
  54. </Configuration>
  55. <ReferencePath>../bin</ReferencePath>
  56. <Reference name="System"/>
  57. <Reference name="System.Data"/>
  58. <Reference name="System.Drawing"/>
  59. <Reference name="System.Xml"/>
  60. <Reference name="System.Runtime.Serialization.Formatters.Soap"/>
  61. <Reference name="ICSharpCode.SharpZipLib"/>
  62. <Files>
  63. <Match pattern="*.cs" recurse="true"/>
  64. </Files>
  65. </Project>
  66. <Project name="RealmForge.Framework" path="Framework" type="Library" assemblyName="RealmForge.Framework" rootNamespace="RealmForge">
  67. <Configuration name="Debug">
  68. <Options>
  69. <OutputPath>..\bin\lib\Framework</OutputPath>
  70. <XmlDocFile>RealmForge.Framework.xml</XmlDocFile>
  71. </Options>
  72. </Configuration>
  73. <Configuration name="Release">
  74. <Options>
  75. <OutputPath>..\bin\lib\Framework</OutputPath>
  76. <XmlDocFile>RealmForge.Framework.xml</XmlDocFile>
  77. </Options>
  78. </Configuration>
  79. <ReferencePath>../bin</ReferencePath>
  80. <Reference name="System"/>
  81. <Reference name="System.Data"/>
  82. <Reference name="System.Xml"/>
  83. <Reference name="System.Windows.Forms"/>
  84. <Reference name="System.Drawing"/>
  85. <Reference name="Axiom.MathLib"/>
  86. <Reference name="RealmForge.Utility"/>
  87. <Reference name="Tao.OpenAl"/>
  88. <Reference name="ICSharpCode.SharpZipLib"/>
  89. <Reference name="csogg"/>
  90. <Reference name="csvorbis"/>
  91. <Files>
  92. <Match pattern="*.cs" recurse="true"/>
  93. <Match pattern="*.txt" recurse="true"/>
  94. </Files>
  95. </Project>
  96. <Project name="RealmForge.Genres" path="Genres" type="Library" assemblyName="RealmForge.Genres" rootNamespace="RealmForge">
  97. <Configuration name="Debug">
  98. <Options>
  99. <OutputPath>..\bin\lib\Genres</OutputPath>
  100. <XmlDocFile>RealmForge.Genres.xml</XmlDocFile>
  101. </Options>
  102. </Configuration>
  103. <Configuration name="Release">
  104. <Options>
  105. <OutputPath>..\bin\lib\Genres</OutputPath>
  106. <XmlDocFile>RealmForge.Genres.xml</XmlDocFile>
  107. </Options>
  108. </Configuration>
  109. <ReferencePath>../bin</ReferencePath>
  110. <Reference name="System"/>
  111. <Reference name="System.Data"/>
  112. <Reference name="System.Xml"/>
  113. <Reference name="System.Windows.Forms"/>
  114. <Reference name="System.Drawing"/>
  115. <Reference name="Axiom.MathLib"/>
  116. <Reference name="RealmForge.Utility"/>
  117. <Reference name="RealmForge.Framework"/>
  118. <Files>
  119. <Match pattern="*.cs" recurse="true"/>
  120. </Files>
  121. </Project>
  122. <Project name="RealmForge.UI.Forms" path="Forms" type="Library" assemblyName="RealmForge.UI.Forms" rootNamespace="RealmForge">
  123. <Configuration name="Debug">
  124. <Options>
  125. <OutputPath>..\bin\lib\Forms</OutputPath>
  126. <XmlDocFile>RealmForge.UI.Forms.xml</XmlDocFile>
  127. <AllowUnsafe>true</AllowUnsafe>
  128. </Options>
  129. </Configuration>
  130. <Configuration name="Release">
  131. <Options>
  132. <OutputPath>..\bin\lib\Forms</OutputPath>
  133. <XmlDocFile>RealmForge.UI.Forms.xml</XmlDocFile>
  134. <AllowUnsafe>true</AllowUnsafe>
  135. </Options>
  136. </Configuration>
  137. <ReferencePath>../bin</ReferencePath>
  138. <Reference name="System"/>
  139. <Reference name="System.Drawing"/>
  140. <Reference name="System.Data"/>
  141. <Reference name="System.Design"/>
  142. <Reference name="System.Windows.Forms"/>
  143. <Reference name="System.Xml"/>
  144. <Reference name="Axiom.MathLib"/>
  145. <Reference name="wx.NET"/>
  146. <Reference name="RealmForge.Framework"/>
  147. <Reference name="RealmForge.Utility"/>
  148. <Files>
  149. <File buildAction="EmbeddedResource">IDE\Resources\ImagesCaptionIDE.bmp</File>
  150. <File buildAction="EmbeddedResource">IDE\Resources\ImagesCaptionPlain.bmp</File>
  151. <File buildAction="EmbeddedResource">IDE\Resources\ImagesMenuControl.bmp</File>
  152. <File buildAction="EmbeddedResource">IDE\Resources\ImagesPopupMenu.bmp</File>
  153. <File buildAction="EmbeddedResource">IDE\Resources\ImagesTabbedGroups.bmp</File>
  154. <File buildAction="EmbeddedResource">IDE\Resources\ImagesTabControl.bmp</File>
  155. <File buildAction="EmbeddedResource">IDE\Resources\LibraryIcon.ico</File>
  156. <File buildAction="EmbeddedResource">IDE\Resources\TabbedInvalid.cur</File>
  157. <File buildAction="EmbeddedResource">IDE\Resources\TabbedValid.cur</File>
  158. <File buildAction="EmbeddedResource">IDE\Resources\WizardPicture.bmp</File>
  159. <File buildAction="EmbeddedResource">Controls\Trees\tv_minus.bmp</File>
  160. <File buildAction="EmbeddedResource">Controls\Trees\tv_plus.bmp</File>
  161. <File buildAction="EmbeddedResource">Controls\Trees\treeview.bmp</File>
  162. <File buildAction="EmbeddedResource">Controls\Trees\listview.bmp</File>
  163. <File buildAction="EmbeddedResource">IDE\Menus\MenuControl.bmp</File>
  164. <File buildAction="EmbeddedResource">IDE\Controls\InertButton.bmp</File>
  165. <File buildAction="EmbeddedResource">IDE\Controls\TabbedGroups.bmp</File>
  166. <File buildAction="EmbeddedResource">IDE\Controls\TabCOntrol.bmp</File>
  167. <File buildAction="EmbeddedResource">IDE\Controls\WizardControl.bmp</File>
  168. <File buildAction="EmbeddedResource">Forms\IDETest.resx</File>
  169. <File buildAction="EmbeddedResource">Forms\IDEWindow.resx</File>
  170. <File buildAction="EmbeddedResource">Forms\Launcher.resx</File>
  171. <File buildAction="EmbeddedResource">Forms\MainRenderFrame.resx</File>
  172. <Match pattern="*.cs" recurse="true"/>
  173. </Files>
  174. </Project>
  175. <Project name="RealmForge.RAGE" path="RAGE" type="Library" assemblyName="RealmForge.RAGE" rootNamespace="RealmForge">
  176. <Configuration name="Debug">
  177. <Options>
  178. <OutputPath>..\bin\lib\RAGE</OutputPath>
  179. <XmlDocFile>RealmForge.RAGE.xml</XmlDocFile>
  180. </Options>
  181. </Configuration>
  182. <Configuration name="Release">
  183. <Options>
  184. <OutputPath>..\bin\lib\RAGE</OutputPath>
  185. <XmlDocFile>RealmForge.RAGE.xml</XmlDocFile>
  186. </Options>
  187. </Configuration>
  188. <ReferencePath>../bin</ReferencePath>
  189. <ReferencePath>../bin</ReferencePath>
  190. <Reference name="System"/>
  191. <Reference name="System.XML"/>
  192. <Reference name="System.Windows.Forms"/>
  193. <Reference name="System.Drawing"/>
  194. <Reference name="Axiom.Plugins.CgProgramManager"/>
  195. <Reference name="Axiom.Engine"/>
  196. <Reference name="Axiom.MathLib"/>
  197. <Reference name="Axiom.Plugins.ParticleFX"/>
  198. <Reference name="Axiom.Platforms.Win32"/>
  199. <Reference name="Axiom.RenderSystems.DirectX9"/>
  200. <Reference localCopy="false" name="Axiom.RenderSystems.OpenGL"/>
  201. <Reference name="Axiom.SceneManagers.Octree"/>
  202. <Reference name="ICSharpCode.SharpZipLib"/>
  203. <Reference name="System.Data"/>
  204. <Reference name="RealmForge.Framework"/>
  205. <Reference name="RealmForge.Utility"/>
  206. <Reference name="ode"/>
  207. <Files>
  208. <Match pattern="*.cs" recurse="true"/>
  209. </Files>
  210. </Project>
  211. <Project name="RealmForge.ScriptLibrary" path="ScriptLibrary" type="Library" assemblyName="RealmForge.ScriptLibrary" rootNamespace="RSL">
  212. <Configuration name="Debug">
  213. <Options>
  214. <OutputPath>..\bin\ScriptLibrary</OutputPath>
  215. <XmlDocFile>RealmForge.ScriptLibrary.xml</XmlDocFile>
  216. </Options>
  217. </Configuration>
  218. <Configuration name="Release">
  219. <Options>
  220. <OutputPath>..\bin\ScriptLibrary</OutputPath>
  221. <XmlDocFile>RealmForge.ScriptLibrary.xml</XmlDocFile>
  222. </Options>
  223. </Configuration>
  224. <ReferencePath>../bin</ReferencePath>
  225. <Reference name="System"/>
  226. <Reference name="System.XML"/>
  227. <Reference name="System.Windows.Forms"/>
  228. <Reference name="System.Drawing"/>
  229. <Reference name="Axiom.MathLib"/>
  230. <Reference name="wx.NET"/>
  231. <Reference name="RealmForge.UI.Forms"/>
  232. <Reference name="RealmForge.RAGE"/>
  233. <Reference name="RealmForge.Framework"/>
  234. <Reference name="RealmForge.Utility"/>
  235. <Files>
  236. <Match pattern="*.cs" recurse="true"/>
  237. </Files>
  238. </Project>
  239. <Project name="Updater" path="Updater" type="WinExe" icon="..\bin\Updater.ico" assemblyName="Updater" rootNamespace="RealmForge">
  240. <Configuration name="Debug">
  241. <Options>
  242. <OutputPath>..\bin\lib\Updater</OutputPath>
  243. <XmlDocFile>Updater.xml</XmlDocFile>
  244. </Options>
  245. </Configuration>
  246. <Configuration name="Release">
  247. <Options>
  248. <OutputPath>..\bin\lib\Updater</OutputPath>
  249. <XmlDocFile>Updater.xml</XmlDocFile>
  250. </Options>
  251. </Configuration>
  252. <ReferencePath>../bin</ReferencePath>
  253. <Reference name="System"/>
  254. <Reference name="RealmForge.UI.Forms"/>
  255. <Reference name="RealmForge.Framework"/>
  256. <Reference name="RealmForge.Utility"/>
  257. <Files>
  258. <Match pattern="*.cs" recurse="true"/>
  259. </Files>
  260. </Project>
  261. <Project name="DemoGame" path="DemoGame" type="WinExe" icon="..\bin\RealmForge.ico" assemblyName="DemoGame" rootNamespace="RealmForge">
  262. <Configuration name="Debug">
  263. <Options>
  264. <OutputPath>..\bin</OutputPath>
  265. <XmlDocFile>DemoGame.xml</XmlDocFile>
  266. </Options>
  267. </Configuration>
  268. <Configuration name="Release">
  269. <Options>
  270. <OutputPath>..\bin</OutputPath>
  271. <XmlDocFile>DemoGame.xml</XmlDocFile>
  272. </Options>
  273. </Configuration>
  274. <ReferencePath>../bin</ReferencePath>
  275. <Reference name="System"/>
  276. <Reference name="RealmForge.UI.Forms"/>
  277. <Reference name="RealmForge.ScriptLibrary"/>
  278. <Reference name="RealmForge.RAGE"/>
  279. <Reference name="RealmForge.Framework"/>
  280. <Reference name="RealmForge.Utility"/>
  281. <Files>
  282. <Match pattern="*.cs" recurse="true"/>
  283. </Files>
  284. </Project>
  285. </Solution>
  286. </Prebuild>