prebuild.xml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7">
  3. <Solution name="OpenSim" activeConfig="Debug" path="./">
  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></SuppressWarnings>
  13. <OutputPath>bin</OutputPath>
  14. <DebugInformation>true</DebugInformation>
  15. <IncrementalBuild>true</IncrementalBuild>
  16. <NoStdLib>false</NoStdLib>
  17. </Options>
  18. </Configuration>
  19. <Configuration name="Release">
  20. <Options>
  21. <CompilerDefines>TRACE</CompilerDefines>
  22. <OptimizeCode>true</OptimizeCode>
  23. <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
  24. <AllowUnsafe>false</AllowUnsafe>
  25. <WarningLevel>4</WarningLevel>
  26. <WarningsAsErrors>false</WarningsAsErrors>
  27. <SuppressWarnings></SuppressWarnings>
  28. <OutputPath>bin</OutputPath>
  29. <DebugInformation>false</DebugInformation>
  30. <IncrementalBuild>true</IncrementalBuild>
  31. <NoStdLib>false</NoStdLib>
  32. </Options>
  33. </Configuration>
  34. <!-- Core OpenSim Projects -->
  35. <Project name="OpenSim.Framework" path="OpenSim.Framework" type="Library">
  36. <Configuration name="Debug">
  37. <Options>
  38. <OutputPath>../bin/</OutputPath>
  39. </Options>
  40. </Configuration>
  41. <Configuration name="Release">
  42. <Options>
  43. <OutputPath>../bin/</OutputPath>
  44. </Options>
  45. </Configuration>
  46. <ReferencePath>../bin/</ReferencePath>
  47. <Reference name="System"/>
  48. <Reference name="System.Xml"/>
  49. <Reference name="libsecondlife.dll"/>
  50. <Reference name="Db4objects.Db4o.dll"/>
  51. <Files>
  52. <Match pattern="*.cs" recurse="true"/>
  53. </Files>
  54. </Project>
  55. <Project name="OpenSim.Framework.Console" path="OpenSim.Framework.Console" type="Library">
  56. <Configuration name="Debug">
  57. <Options>
  58. <OutputPath>../bin/</OutputPath>
  59. </Options>
  60. </Configuration>
  61. <Configuration name="Release">
  62. <Options>
  63. <OutputPath>../bin/</OutputPath>
  64. </Options>
  65. </Configuration>
  66. <ReferencePath>../bin/</ReferencePath>
  67. <Reference name="System" localCopy="false"/>
  68. <Files>
  69. <Match pattern="*.cs" recurse="true"/>
  70. </Files>
  71. </Project>
  72. <Project name="OpenSim.Servers" path="Servers" type="Library">
  73. <Configuration name="Debug">
  74. <Options>
  75. <OutputPath>../bin/</OutputPath>
  76. </Options>
  77. </Configuration>
  78. <Configuration name="Release">
  79. <Options>
  80. <OutputPath>../bin/</OutputPath>
  81. </Options>
  82. </Configuration>
  83. <ReferencePath>../bin/</ReferencePath>
  84. <Reference name="System"/>
  85. <Reference name="System.Xml"/>
  86. <Reference name="OpenSim.Framework"/>
  87. <Reference name="OpenSim.Framework.Console"/>
  88. <Reference name="libsecondlife.dll"/>
  89. <Files>
  90. <Match pattern="*.cs" recurse="true"/>
  91. </Files>
  92. </Project>
  93. <!-- OGS projects -->
  94. <Project name="OpenGridServices.GridServer" path="OpenGridServices.GridServer" type="Exe">
  95. <Configuration name="Debug">
  96. <Options>
  97. <OutputPath>../bin/</OutputPath>
  98. </Options>
  99. </Configuration>
  100. <Configuration name="Release">
  101. <Options>
  102. <OutputPath>../bin/</OutputPath>
  103. </Options>
  104. </Configuration>
  105. <ReferencePath>../bin/</ReferencePath>
  106. <Reference name="System" localCopy="false"/>
  107. <Reference name="System.Data" localCopy="false"/>
  108. <Reference name="System.Xml" localCopy="false"/>
  109. <Reference name="OpenSim.Framework"/>
  110. <Reference name="OpenSim.Framework.Console"/>
  111. <Reference name="libsecondlife.dll"/>
  112. <Reference name="Db4objects.Db4o.dll"/>
  113. <Files>
  114. <Match pattern="*.cs" recurse="true"/>
  115. </Files>
  116. </Project>
  117. <Project name="OpenGridServices.UserServer" path="OpenGridServices.UserServer" type="Exe">
  118. <Configuration name="Debug">
  119. <Options>
  120. <OutputPath>../bin/</OutputPath>
  121. </Options>
  122. </Configuration>
  123. <Configuration name="Release">
  124. <Options>
  125. <OutputPath>../bin/</OutputPath>
  126. </Options>
  127. </Configuration>
  128. <ReferencePath>../bin/</ReferencePath>
  129. <Reference name="System" localCopy="false"/>
  130. <Reference name="System.Data" localCopy="false"/>
  131. <Reference name="System.Xml" localCopy="false"/>
  132. <Reference name="OpenSim.Framework"/>
  133. <Reference name="OpenSim.Framework.Console"/>
  134. <Reference name="libsecondlife.dll"/>
  135. <Reference name="Db4objects.Db4o.dll"/>
  136. <Files>
  137. <Match pattern="*.cs" recurse="true"/>
  138. </Files>
  139. </Project>
  140. <Project name="OpenSim.Physics.Manager" path="OpenSim.Physics/Manager" type="Library">
  141. <Configuration name="Debug">
  142. <Options>
  143. <OutputPath>../../bin/</OutputPath>
  144. </Options>
  145. </Configuration>
  146. <Configuration name="Release">
  147. <Options>
  148. <OutputPath>../../bin/</OutputPath>
  149. </Options>
  150. </Configuration>
  151. <ReferencePath>../../bin/</ReferencePath>
  152. <Reference name="System" localCopy="false"/>
  153. <Reference name="System.Xml" localCopy="false" />
  154. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  155. <Reference name="OpenSim.Framework" localCopy="false"/>
  156. <Reference name="OpenSim.Framework.Console" localCopy="false"/>
  157. <Files>
  158. <Match pattern="*.cs" recurse="false"/>
  159. </Files>
  160. </Project>
  161. <Project name="OpenGrid.Config.GridConfigDb4o" path="OpenGrid.Config/GridConfigDb4o" type="Library">
  162. <Configuration name="Debug">
  163. <Options>
  164. <OutputPath>../../bin/</OutputPath>
  165. </Options>
  166. </Configuration>
  167. <Configuration name="Release">
  168. <Options>
  169. <OutputPath>../../bin/</OutputPath>
  170. </Options>
  171. </Configuration>
  172. <ReferencePath>../../bin/</ReferencePath>
  173. <Reference name="System" localCopy="false"/>
  174. <Reference name="System.Data.dll"/>
  175. <Reference name="System.Xml"/>
  176. <Reference name="libsecondlife.dll"/>
  177. <Reference name="Db4objects.Db4o.dll"/>
  178. <Reference name="OpenSim.Framework"/>
  179. <Reference name="OpenSim.Framework.Console"/>
  180. <Files>
  181. <Match pattern="*.cs" recurse="true"/>
  182. </Files>
  183. </Project>
  184. <Project name="OpenUser.Config.UserConfigDb4o" path="OpenUser.Config/UserConfigDb4o" type="Library">
  185. <Configuration name="Debug">
  186. <Options>
  187. <OutputPath>../../bin/</OutputPath>
  188. </Options>
  189. </Configuration>
  190. <Configuration name="Release">
  191. <Options>
  192. <OutputPath>../../bin/</OutputPath>
  193. </Options>
  194. </Configuration>
  195. <ReferencePath>../../bin/</ReferencePath>
  196. <Reference name="System" localCopy="false"/>
  197. <Reference name="System.Data.dll"/>
  198. <Reference name="System.Xml"/>
  199. <Reference name="libsecondlife.dll"/>
  200. <Reference name="Db4objects.Db4o.dll"/>
  201. <Reference name="OpenSim.Framework"/>
  202. <Reference name="OpenSim.Framework.Console"/>
  203. <Files>
  204. <Match pattern="*.cs" recurse="true"/>
  205. </Files>
  206. </Project>
  207. <!-- Grid Server Plug-ins -->
  208. <Project name="OpenSim.GridInterfaces.Local" path="OpenSim.GridInterfaces/Local" type="Library">
  209. <Configuration name="Debug">
  210. <Options>
  211. <OutputPath>../../bin/</OutputPath>
  212. </Options>
  213. </Configuration>
  214. <Configuration name="Release">
  215. <Options>
  216. <OutputPath>../../bin/</OutputPath>
  217. </Options>
  218. </Configuration>
  219. <ReferencePath>../../bin/</ReferencePath>
  220. <Reference name="System" localCopy="false"/>
  221. <Reference name="System.Xml"/>
  222. <Reference name="Db4objects.Db4o.dll"/>
  223. <Reference name="libsecondlife.dll"/>
  224. <Reference name="OpenSim.Framework"/>
  225. <Reference name="OpenSim.Framework.Console"/>
  226. <Files>
  227. <Match pattern="*.cs" recurse="true"/>
  228. </Files>
  229. </Project>
  230. <Project name="OpenSim.GridInterfaces.Remote" path="OpenSim.GridInterfaces/Remote" type="Library">
  231. <Configuration name="Debug">
  232. <Options>
  233. <OutputPath>../../bin/</OutputPath>
  234. </Options>
  235. </Configuration>
  236. <Configuration name="Release">
  237. <Options>
  238. <OutputPath>../../bin/</OutputPath>
  239. </Options>
  240. </Configuration>
  241. <ReferencePath>../../bin/</ReferencePath>
  242. <Reference name="System" localCopy="false"/>
  243. <Reference name="System.Xml"/>
  244. <Reference name="libsecondlife.dll"/>
  245. <Reference name="OpenSim.Framework"/>
  246. <Reference name="OpenSim.Framework.Console"/>
  247. <Files>
  248. <Match pattern="*.cs" recurse="true"/>
  249. </Files>
  250. </Project>
  251. <!-- Physics Plug-ins -->
  252. <Project name="OpenSim.Physics.BasicPhysicsPlugin" path="OpenSim.Physics/BasicPhysicsPlugin" type="Library">
  253. <Configuration name="Debug">
  254. <Options>
  255. <OutputPath>../../bin/Physics/</OutputPath>
  256. </Options>
  257. </Configuration>
  258. <Configuration name="Release">
  259. <Options>
  260. <OutputPath>../../bin/Physics/</OutputPath>
  261. </Options>
  262. </Configuration>
  263. <ReferencePath>../../bin/</ReferencePath>
  264. <Reference name="System" localCopy="false"/>
  265. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  266. <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
  267. <Files>
  268. <Match pattern="*.cs" recurse="true"/>
  269. </Files>
  270. </Project>
  271. <Project name="OpenSim.Physics.PhysXPlugin" path="OpenSim.Physics/PhysXPlugin" type="Library">
  272. <Configuration name="Debug">
  273. <Options>
  274. <OutputPath>../../bin/Physics/</OutputPath>
  275. </Options>
  276. </Configuration>
  277. <Configuration name="Release">
  278. <Options>
  279. <OutputPath>../../bin/Physics/</OutputPath>
  280. </Options>
  281. </Configuration>
  282. <ReferencePath>../../bin/</ReferencePath>
  283. <Reference name="System" localCopy="false"/>
  284. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  285. <Reference name="PhysX_Wrapper_Dotnet.dll" localCopy="false"/>
  286. <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
  287. <Files>
  288. <Match pattern="*.cs" recurse="true"/>
  289. </Files>
  290. </Project>
  291. <Project name="OpenSim.Physics.OdePlugin" path="OpenSim.Physics/OdePlugin" type="Library">
  292. <Configuration name="Debug">
  293. <Options>
  294. <OutputPath>../../bin/Physics/</OutputPath>
  295. </Options>
  296. </Configuration>
  297. <Configuration name="Release">
  298. <Options>
  299. <OutputPath>../../bin/Physics/</OutputPath>
  300. </Options>
  301. </Configuration>
  302. <ReferencePath>../../bin/</ReferencePath>
  303. <Reference name="System" localCopy="false"/>
  304. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  305. <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
  306. <Reference name="Ode.NET.dll" localCopy="false" />
  307. <Files>
  308. <Match pattern="*.cs" recurse="true"/>
  309. </Files>
  310. </Project>
  311. <!-- Xml Config Dll -->
  312. <Project name="OpenSim.GenericConfig.Xml" path="OpenSim.GenericConfig/Xml" type="Library">
  313. <Configuration name="Debug">
  314. <Options>
  315. <OutputPath>../bin/</OutputPath>
  316. </Options>
  317. </Configuration>
  318. <Configuration name="Release">
  319. <Options>
  320. <OutputPath>../bin/</OutputPath>
  321. </Options>
  322. </Configuration>
  323. <ReferencePath>../bin/</ReferencePath>
  324. <Reference name="System"/>
  325. <Reference name="System.Xml"/>
  326. <Reference name="OpenSim.Framework"/>
  327. <Files>
  328. <Match pattern="*.cs" recurse="true"/>
  329. </Files>
  330. </Project>
  331. <!-- Terrain engine -->
  332. <Project name="OpenSim.Terrain.BasicTerrain" path="OpenSim.Terrain.BasicTerrain" type="Library">
  333. <Configuration name="Debug">
  334. <Options>
  335. <OutputPath>../bin/</OutputPath>
  336. </Options>
  337. </Configuration>
  338. <Configuration name="Release">
  339. <Options>
  340. <OutputPath>../bin/</OutputPath>
  341. </Options>
  342. </Configuration>
  343. <ReferencePath>../bin/</ReferencePath>
  344. <Reference name="System"/>
  345. <Reference name="System.Data"/>
  346. <Reference name="System.Xml"/>
  347. <Files>
  348. <Match pattern="*.cs" recurse="true"/>
  349. </Files>
  350. </Project>
  351. <Project name="OpenSim.RegionServer" path="OpenSim.RegionServer" type="Library">
  352. <Configuration name="Debug">
  353. <Options>
  354. <OutputPath>../bin/</OutputPath>
  355. </Options>
  356. </Configuration>
  357. <Configuration name="Release">
  358. <Options>
  359. <OutputPath>../bin/</OutputPath>
  360. </Options>
  361. </Configuration>
  362. <ReferencePath>../bin/</ReferencePath>
  363. <Reference name="System" localCopy="false"/>
  364. <Reference name="System.Xml"/>
  365. <Reference name="libsecondlife.dll"/>
  366. <Reference name="Axiom.MathLib.dll"/>
  367. <Reference name="Db4objects.Db4o.dll"/>
  368. <Reference name="OpenSim.Terrain.BasicTerrain"/>
  369. <Reference name="OpenSim.Framework"/>
  370. <Reference name="OpenSim.Framework.Console"/>
  371. <Reference name="OpenSim.GenericConfig.Xml"/>
  372. <Reference name="OpenSim.Physics.Manager"/>
  373. <Reference name="OpenSim.Servers"/>
  374. <Files>
  375. <Match pattern="*.cs" recurse="true"/>
  376. </Files>
  377. </Project>
  378. <!-- OpenSim app -->
  379. <Project name="OpenSim" path="OpenSim" type="Exe">
  380. <Configuration name="Debug">
  381. <Options>
  382. <OutputPath>../bin/</OutputPath>
  383. </Options>
  384. </Configuration>
  385. <Configuration name="Release">
  386. <Options>
  387. <OutputPath>../bin/</OutputPath>
  388. </Options>
  389. </Configuration>
  390. <ReferencePath>../bin/</ReferencePath>
  391. <Reference name="System" localCopy="false"/>
  392. <Reference name="System.Xml"/>
  393. <Reference name="libsecondlife.dll"/>
  394. <Reference name="Axiom.MathLib.dll"/>
  395. <Reference name="Db4objects.Db4o.dll"/>
  396. <Reference name="OpenSim.Framework"/>
  397. <Reference name="OpenSim.Framework.Console"/>
  398. <Reference name="OpenSim.Physics.Manager"/>
  399. <Reference name="OpenSim.Servers"/>
  400. <Reference name="OpenSim.RegionServer"/>
  401. <Files>
  402. <Match pattern="*.cs" recurse="true"/>
  403. </Files>
  404. </Project>
  405. <!-- Storage Plug-ins -->
  406. <Project name="OpenSim.Storage.LocalStorageDb4o" path="OpenSim.Storage/LocalStorageDb4o" type="Library">
  407. <Configuration name="Debug">
  408. <Options>
  409. <OutputPath>../../bin/</OutputPath>
  410. </Options>
  411. </Configuration>
  412. <Configuration name="Release">
  413. <Options>
  414. <OutputPath>../../bin/</OutputPath>
  415. </Options>
  416. </Configuration>
  417. <ReferencePath>../../bin/</ReferencePath>
  418. <Reference name="System" localCopy="false"/>
  419. <Reference name="System.Xml"/>
  420. <Reference name="Db4objects.Db4o.dll"/>
  421. <Reference name="libsecondlife.dll"/>
  422. <Reference name="OpenSim.Framework"/>
  423. <Reference name="OpenSim.Framework.Console"/>
  424. <Files>
  425. <Match pattern="*.cs" recurse="true"/>
  426. </Files>
  427. </Project>
  428. </Solution>
  429. <!-- Prebuild tool -->
  430. <Solution name="Prebuild" path="Prebuild/" >
  431. <Configuration name="Debug">
  432. <Options>
  433. <CompilerDefines>DEBUG;TRACE</CompilerDefines>
  434. <OptimizeCode>false</OptimizeCode>
  435. <OutputPath>bin/Debug</OutputPath>
  436. <DebugInformation>true</DebugInformation>
  437. <SuppressWarnings>1595</SuppressWarnings>
  438. </Options>
  439. </Configuration>
  440. <Configuration name="Release">
  441. <Options>
  442. <CompilerDefines>TRACE</CompilerDefines>
  443. <OutputPath>bin/Release</OutputPath>
  444. <OptimizeCode>true</OptimizeCode>
  445. <DebugInformation>false</DebugInformation>
  446. <SuppressWarnings>1595</SuppressWarnings>
  447. </Options>
  448. </Configuration>
  449. <Project name="Prebuild" path="src/" language="C#" assemblyName="prebuild" icon="App.ico" type="Exe" rootNamespace="Prebuild" startupObject="Prebuild.Prebuild">
  450. <Configuration name="Debug">
  451. <Options>
  452. <CompilerDefines>DEBUG;TRACE</CompilerDefines>
  453. <OptimizeCode>false</OptimizeCode>
  454. <OutputPath>..\..\bin\</OutputPath>
  455. <DebugInformation>true</DebugInformation>
  456. <KeyFile>Prebuild.snk</KeyFile>
  457. <SuppressWarnings>1595</SuppressWarnings>
  458. </Options>
  459. </Configuration>
  460. <Configuration name="Release">
  461. <Options>
  462. <CompilerDefines>TRACE</CompilerDefines>
  463. <OutputPath>..\..\bin\</OutputPath>
  464. <OptimizeCode>true</OptimizeCode>
  465. <DebugInformation>false</DebugInformation>
  466. <KeyFile>Prebuild.snk</KeyFile>
  467. <SuppressWarnings>1595</SuppressWarnings>
  468. </Options>
  469. </Configuration>
  470. <ReferencePath>../../bin/</ReferencePath>
  471. <Reference name="System.EnterpriseServices" />
  472. <Reference name="System.Xml" />
  473. <Reference name="System" />
  474. <Files>
  475. <Match pattern="App.ico" buildAction="EmbeddedResource"/>
  476. <Match path="data" pattern="prebuild-1.7.xsd" buildAction="EmbeddedResource"/>
  477. <Match pattern="*.cs" recurse="true"/>
  478. </Files>
  479. </Project>
  480. </Solution>
  481. </Prebuild>