prebuild.xml 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797
  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. <!-- XML-RPC -->
  35. <Project name="XMLRPC" path="XmlRpcCS" 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. <Files>
  50. <Match pattern="*.cs" recurse="true"/>
  51. </Files>
  52. </Project>
  53. <!-- Core OpenSim Projects -->
  54. <Project name="OpenSim.Framework" path="OpenSim.Framework" type="Library">
  55. <Configuration name="Debug">
  56. <Options>
  57. <OutputPath>../bin/</OutputPath>
  58. </Options>
  59. </Configuration>
  60. <Configuration name="Release">
  61. <Options>
  62. <OutputPath>../bin/</OutputPath>
  63. </Options>
  64. </Configuration>
  65. <ReferencePath>../bin/</ReferencePath>
  66. <Reference name="System"/>
  67. <Reference name="System.Xml"/>
  68. <Reference name="libsecondlife.dll"/>
  69. <Reference name="Db4objects.Db4o.dll"/>
  70. <Reference name="XMLRPC"/>
  71. <Files>
  72. <Match pattern="*.cs" recurse="true"/>
  73. </Files>
  74. </Project>
  75. <Project name="OpenSim.Framework.Console" path="OpenSim.Framework.Console" type="Library">
  76. <Configuration name="Debug">
  77. <Options>
  78. <OutputPath>../bin/</OutputPath>
  79. </Options>
  80. </Configuration>
  81. <Configuration name="Release">
  82. <Options>
  83. <OutputPath>../bin/</OutputPath>
  84. </Options>
  85. </Configuration>
  86. <ReferencePath>../bin/</ReferencePath>
  87. <Reference name="System" localCopy="false"/>
  88. <Files>
  89. <Match pattern="*.cs" recurse="true"/>
  90. </Files>
  91. </Project>
  92. <Project name="OpenSim.Servers" path="OpenSim.Servers" type="Library">
  93. <Configuration name="Debug">
  94. <Options>
  95. <OutputPath>../bin/</OutputPath>
  96. </Options>
  97. </Configuration>
  98. <Configuration name="Release">
  99. <Options>
  100. <OutputPath>../bin/</OutputPath>
  101. </Options>
  102. </Configuration>
  103. <ReferencePath>../bin/</ReferencePath>
  104. <Reference name="System"/>
  105. <Reference name="System.Xml"/>
  106. <Reference name="OpenSim.Framework"/>
  107. <Reference name="OpenSim.Framework.Console"/>
  108. <Reference name="libsecondlife.dll"/>
  109. <Reference name="XMLRPC"/>
  110. <Files>
  111. <Match pattern="*.cs" recurse="true"/>
  112. </Files>
  113. </Project>
  114. <!-- Storage Plug-ins -->
  115. <Project name="OpenSim.Storage.LocalStorageDb4o" path="OpenSim.Storage/LocalStorageDb4o" type="Library">
  116. <Configuration name="Debug">
  117. <Options>
  118. <OutputPath>../../bin/</OutputPath>
  119. </Options>
  120. </Configuration>
  121. <Configuration name="Release">
  122. <Options>
  123. <OutputPath>../../bin/</OutputPath>
  124. </Options>
  125. </Configuration>
  126. <ReferencePath>../../bin/</ReferencePath>
  127. <Reference name="System" localCopy="false"/>
  128. <Reference name="System.Xml"/>
  129. <Reference name="Db4objects.Db4o.dll"/>
  130. <Reference name="libsecondlife.dll"/>
  131. <Reference name="OpenSim.Framework"/>
  132. <Reference name="OpenSim.Framework.Console"/>
  133. <Files>
  134. <Match pattern="*.cs" recurse="true"/>
  135. </Files>
  136. </Project>
  137. <Project name="OpenSim.Storage.LocalStorageSQLite" path="OpenSim.Storage/LocalStorageSQLite" type="Library">
  138. <Configuration name="Debug">
  139. <Options>
  140. <OutputPath>../../bin/</OutputPath>
  141. </Options>
  142. </Configuration>
  143. <Configuration name="Release">
  144. <Options>
  145. <OutputPath>../../bin/</OutputPath>
  146. </Options>
  147. </Configuration>
  148. <ReferencePath>../../bin/</ReferencePath>
  149. <Reference name="System" localCopy="false"/>
  150. <Reference name="System.Xml"/>
  151. <Reference name="System.Data"/>
  152. <Reference name="System.Data.SQLite.dll"/>
  153. <Reference name="libsecondlife.dll"/>
  154. <Reference name="OpenSim.Framework"/>
  155. <Reference name="OpenSim.Framework.Console"/>
  156. <Files>
  157. <Match pattern="*.cs" recurse="true"/>
  158. </Files>
  159. </Project>
  160. <Project name="OpenSim.Storage.LocalStorageBerkeleyDB" path="OpenSim.Storage/LocalStorageBerkeleyDB" type="Library">
  161. <Configuration name="Debug">
  162. <Options>
  163. <OutputPath>../../bin/</OutputPath>
  164. </Options>
  165. </Configuration>
  166. <Configuration name="Release">
  167. <Options>
  168. <OutputPath>../../bin/</OutputPath>
  169. </Options>
  170. </Configuration>
  171. <ReferencePath>../../bin/</ReferencePath>
  172. <Reference name="System" localCopy="false"/>
  173. <Reference name="System.Xml"/>
  174. <Reference name="System.Data"/>
  175. <Reference name="Kds.Serialization.dll"/>
  176. <Reference name="libdb_dotNET43.dll"/>
  177. <Reference name="libsecondlife.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. <!-- Grid Server Plug-ins -->
  185. <Project name="OpenSim.GridInterfaces.Local" path="OpenSim.GridInterfaces/Local" type="Library">
  186. <Configuration name="Debug">
  187. <Options>
  188. <OutputPath>../../bin/</OutputPath>
  189. </Options>
  190. </Configuration>
  191. <Configuration name="Release">
  192. <Options>
  193. <OutputPath>../../bin/</OutputPath>
  194. </Options>
  195. </Configuration>
  196. <ReferencePath>../../bin/</ReferencePath>
  197. <Reference name="System" localCopy="false"/>
  198. <Reference name="System.Xml"/>
  199. <Reference name="Db4objects.Db4o.dll"/>
  200. <Reference name="libsecondlife.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. <Project name="OpenSim.GridInterfaces.Remote" path="OpenSim.GridInterfaces/Remote" type="Library">
  208. <Configuration name="Debug">
  209. <Options>
  210. <OutputPath>../../bin/</OutputPath>
  211. </Options>
  212. </Configuration>
  213. <Configuration name="Release">
  214. <Options>
  215. <OutputPath>../../bin/</OutputPath>
  216. </Options>
  217. </Configuration>
  218. <ReferencePath>../../bin/</ReferencePath>
  219. <Reference name="System" localCopy="false"/>
  220. <Reference name="System.Xml"/>
  221. <Reference name="libsecondlife.dll"/>
  222. <Reference name="OpenSim.Framework"/>
  223. <Reference name="OpenSim.Framework.Console"/>
  224. <Reference name="XMLRPC"/>
  225. <Files>
  226. <Match pattern="*.cs" recurse="true"/>
  227. </Files>
  228. </Project>
  229. <!-- OpenGrid Data Services -->
  230. <Project name="OpenGrid.Framework.Data" path="OpenGrid.Framework.Data" 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="System.Data"/>
  245. <Reference name="libsecondlife.dll"/>
  246. <Files>
  247. <Match pattern="*.cs" recurse="true"/>
  248. </Files>
  249. </Project>
  250. <Project name="OpenGrid.Framework.Data.MySQL" path="OpenGrid.Framework.Data.MySQL" type="Library">
  251. <Configuration name="Debug">
  252. <Options>
  253. <OutputPath>../bin/</OutputPath>
  254. </Options>
  255. </Configuration>
  256. <Configuration name="Release">
  257. <Options>
  258. <OutputPath>../bin/</OutputPath>
  259. </Options>
  260. </Configuration>
  261. <ReferencePath>../bin/</ReferencePath>
  262. <Reference name="System" localCopy="false"/>
  263. <Reference name="System.Xml"/>
  264. <Reference name="System.Data"/>
  265. <Reference name="OpenGrid.Framework.Data"/>
  266. <Reference name="libsecondlife.dll"/>
  267. <Reference name="MySql.Data.dll"/>
  268. <Files>
  269. <Match pattern="*.cs" recurse="true"/>
  270. </Files>
  271. </Project>
  272. <Project name="OpenGrid.Framework.Data.DB4o" path="OpenGrid.Framework.Data.DB4o" type="Library">
  273. <Configuration name="Debug">
  274. <Options>
  275. <OutputPath>../bin/</OutputPath>
  276. </Options>
  277. </Configuration>
  278. <Configuration name="Release">
  279. <Options>
  280. <OutputPath>../bin/</OutputPath>
  281. </Options>
  282. </Configuration>
  283. <ReferencePath>../bin/</ReferencePath>
  284. <Reference name="System" localCopy="false"/>
  285. <Reference name="System.Xml"/>
  286. <Reference name="System.Data"/>
  287. <Reference name="OpenGrid.Framework.Data"/>
  288. <Reference name="libsecondlife.dll"/>
  289. <Reference name="Db4objects.Db4o.dll"/>
  290. <Files>
  291. <Match pattern="*.cs" recurse="true"/>
  292. </Files>
  293. </Project>
  294. <Project name="OpenGrid.Framework.Data.MSSQL" path="OpenGrid.Framework.Data.MSSQL" type="Library">
  295. <Configuration name="Debug">
  296. <Options>
  297. <OutputPath>../bin/</OutputPath>
  298. </Options>
  299. </Configuration>
  300. <Configuration name="Release">
  301. <Options>
  302. <OutputPath>../bin/</OutputPath>
  303. </Options>
  304. </Configuration>
  305. <ReferencePath>../bin/</ReferencePath>
  306. <Reference name="System" localCopy="false"/>
  307. <Reference name="System.Xml"/>
  308. <Reference name="System.Data"/>
  309. <Reference name="OpenGrid.Framework.Data"/>
  310. <Reference name="libsecondlife.dll"/>
  311. <Files>
  312. <Match pattern="*.cs" recurse="true"/>
  313. </Files>
  314. </Project>
  315. <Project name="OpenGrid.Framework.Data.SQLite" path="OpenGrid.Framework.Data.SQLite" type="Library">
  316. <Configuration name="Debug">
  317. <Options>
  318. <OutputPath>../bin/</OutputPath>
  319. </Options>
  320. </Configuration>
  321. <Configuration name="Release">
  322. <Options>
  323. <OutputPath>../bin/</OutputPath>
  324. </Options>
  325. </Configuration>
  326. <ReferencePath>../bin/</ReferencePath>
  327. <Reference name="System" localCopy="false"/>
  328. <Reference name="System.Xml"/>
  329. <Reference name="System.Data"/>
  330. <Reference name="System.Data.SQLite.dll"/>
  331. <Reference name="OpenGrid.Framework.Data"/>
  332. <Reference name="libsecondlife.dll"/>
  333. <Files>
  334. <Match pattern="*.cs" recurse="true"/>
  335. </Files>
  336. </Project>
  337. <!-- OGS projects -->
  338. <Project name="OpenGridServices.GridServer" path="OpenGridServices.GridServer" type="Exe">
  339. <Configuration name="Debug">
  340. <Options>
  341. <OutputPath>../bin/</OutputPath>
  342. </Options>
  343. </Configuration>
  344. <Configuration name="Release">
  345. <Options>
  346. <OutputPath>../bin/</OutputPath>
  347. </Options>
  348. </Configuration>
  349. <ReferencePath>../bin/</ReferencePath>
  350. <Reference name="System" localCopy="false"/>
  351. <Reference name="System.Data" localCopy="false"/>
  352. <Reference name="System.Xml" localCopy="false"/>
  353. <Reference name="OpenSim.Framework"/>
  354. <Reference name="OpenSim.Framework.Console"/>
  355. <Reference name="OpenSim.Servers"/>
  356. <Reference name="OpenGrid.Framework.Data"/>
  357. <Reference name="libsecondlife.dll"/>
  358. <Reference name="Db4objects.Db4o.dll"/>
  359. <Reference name="XMLRPC"/>
  360. <Files>
  361. <Match pattern="*.cs" recurse="true"/>
  362. </Files>
  363. </Project>
  364. <Project name="OpenGridServices.AssetServer" path="OpenGridServices.AssetServer" type="Exe">
  365. <Configuration name="Debug">
  366. <Options>
  367. <OutputPath>../bin/</OutputPath>
  368. </Options>
  369. </Configuration>
  370. <Configuration name="Release">
  371. <Options>
  372. <OutputPath>../bin/</OutputPath>
  373. </Options>
  374. </Configuration>
  375. <ReferencePath>../bin/</ReferencePath>
  376. <Reference name="System" localCopy="false"/>
  377. <Reference name="System.Data" localCopy="false"/>
  378. <Reference name="System.Xml" localCopy="false"/>
  379. <Reference name="OpenSim.Framework"/>
  380. <Reference name="OpenSim.Framework.Console"/>
  381. <Reference name="OpenSim.GridInterfaces.Local"/>
  382. <Reference name="OpenSim.Servers"/>
  383. <Reference name="libsecondlife.dll"/>
  384. <Reference name="Db4objects.Db4o.dll"/>
  385. <Reference name="XMLRPC"/>
  386. <Files>
  387. <Match pattern="*.cs" recurse="true"/>
  388. </Files>
  389. </Project>
  390. <Project name="OpenGridServices.UserServer" path="OpenGridServices.UserServer" type="Exe">
  391. <Configuration name="Debug">
  392. <Options>
  393. <OutputPath>../bin/</OutputPath>
  394. </Options>
  395. </Configuration>
  396. <Configuration name="Release">
  397. <Options>
  398. <OutputPath>../bin/</OutputPath>
  399. </Options>
  400. </Configuration>
  401. <ReferencePath>../bin/</ReferencePath>
  402. <Reference name="System" localCopy="false"/>
  403. <Reference name="System.Data" localCopy="false"/>
  404. <Reference name="System.Xml" localCopy="false"/>
  405. <Reference name="OpenSim.Framework"/>
  406. <Reference name="OpenSim.Framework.Console"/>
  407. <Reference name="OpenSim.Servers"/>
  408. <Reference name="libsecondlife.dll"/>
  409. <Reference name="Db4objects.Db4o.dll"/>
  410. <Reference name="XMLRPC"/>
  411. <Files>
  412. <Match pattern="*.cs" recurse="true"/>
  413. </Files>
  414. </Project>
  415. <Project name="OpenSim.Physics.Manager" path="OpenSim.Physics/Manager" type="Library">
  416. <Configuration name="Debug">
  417. <Options>
  418. <OutputPath>../../bin/</OutputPath>
  419. </Options>
  420. </Configuration>
  421. <Configuration name="Release">
  422. <Options>
  423. <OutputPath>../../bin/</OutputPath>
  424. </Options>
  425. </Configuration>
  426. <ReferencePath>../../bin/</ReferencePath>
  427. <Reference name="System" localCopy="false"/>
  428. <Reference name="System.Xml" localCopy="false" />
  429. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  430. <Reference name="OpenSim.Framework" localCopy="false"/>
  431. <Reference name="OpenSim.Framework.Console" localCopy="false"/>
  432. <Files>
  433. <Match pattern="*.cs" recurse="false"/>
  434. </Files>
  435. </Project>
  436. <Project name="OpenGrid.Config.GridConfigDb4o" path="OpenGrid.Config/GridConfigDb4o" type="Library">
  437. <Configuration name="Debug">
  438. <Options>
  439. <OutputPath>../../bin/</OutputPath>
  440. </Options>
  441. </Configuration>
  442. <Configuration name="Release">
  443. <Options>
  444. <OutputPath>../../bin/</OutputPath>
  445. </Options>
  446. </Configuration>
  447. <ReferencePath>../../bin/</ReferencePath>
  448. <Reference name="System" localCopy="false"/>
  449. <Reference name="System.Data.dll"/>
  450. <Reference name="System.Xml"/>
  451. <Reference name="libsecondlife.dll"/>
  452. <Reference name="Db4objects.Db4o.dll"/>
  453. <Reference name="OpenSim.Framework"/>
  454. <Reference name="OpenSim.Framework.Console"/>
  455. <Files>
  456. <Match pattern="*.cs" recurse="true"/>
  457. </Files>
  458. </Project>
  459. <Project name="OpenUser.Config.UserConfigDb4o" path="OpenUser.Config/UserConfigDb4o" type="Library">
  460. <Configuration name="Debug">
  461. <Options>
  462. <OutputPath>../../bin/</OutputPath>
  463. </Options>
  464. </Configuration>
  465. <Configuration name="Release">
  466. <Options>
  467. <OutputPath>../../bin/</OutputPath>
  468. </Options>
  469. </Configuration>
  470. <ReferencePath>../../bin/</ReferencePath>
  471. <Reference name="System" localCopy="false"/>
  472. <Reference name="System.Data.dll"/>
  473. <Reference name="System.Xml"/>
  474. <Reference name="libsecondlife.dll"/>
  475. <Reference name="Db4objects.Db4o.dll"/>
  476. <Reference name="OpenSim.Framework"/>
  477. <Reference name="OpenSim.Framework.Console"/>
  478. <Files>
  479. <Match pattern="*.cs" recurse="true"/>
  480. </Files>
  481. </Project>
  482. <!-- Physics Plug-ins -->
  483. <Project name="OpenSim.Physics.BasicPhysicsPlugin" path="OpenSim.Physics/BasicPhysicsPlugin" type="Library">
  484. <Configuration name="Debug">
  485. <Options>
  486. <OutputPath>../../bin/Physics/</OutputPath>
  487. </Options>
  488. </Configuration>
  489. <Configuration name="Release">
  490. <Options>
  491. <OutputPath>../../bin/Physics/</OutputPath>
  492. </Options>
  493. </Configuration>
  494. <ReferencePath>../../bin/</ReferencePath>
  495. <Reference name="System" localCopy="false"/>
  496. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  497. <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
  498. <Files>
  499. <Match pattern="*.cs" recurse="true"/>
  500. </Files>
  501. </Project>
  502. <Project name="OpenSim.Physics.PhysXPlugin" path="OpenSim.Physics/PhysXPlugin" type="Library">
  503. <Configuration name="Debug">
  504. <Options>
  505. <OutputPath>../../bin/Physics/</OutputPath>
  506. </Options>
  507. </Configuration>
  508. <Configuration name="Release">
  509. <Options>
  510. <OutputPath>../../bin/Physics/</OutputPath>
  511. </Options>
  512. </Configuration>
  513. <ReferencePath>../../bin/</ReferencePath>
  514. <Reference name="System" localCopy="false"/>
  515. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  516. <Reference name="PhysX_Wrapper_Dotnet.dll" localCopy="false"/>
  517. <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
  518. <Files>
  519. <Match pattern="*.cs" recurse="true"/>
  520. </Files>
  521. </Project>
  522. <Project name="OpenSim.Physics.OdePlugin" path="OpenSim.Physics/OdePlugin" type="Library">
  523. <Configuration name="Debug">
  524. <Options>
  525. <OutputPath>../../bin/Physics/</OutputPath>
  526. </Options>
  527. </Configuration>
  528. <Configuration name="Release">
  529. <Options>
  530. <OutputPath>../../bin/Physics/</OutputPath>
  531. </Options>
  532. </Configuration>
  533. <ReferencePath>../../bin/</ReferencePath>
  534. <Reference name="System" localCopy="false"/>
  535. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  536. <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
  537. <Reference name="Ode.NET.dll" localCopy="false" />
  538. <Files>
  539. <Match pattern="*.cs" recurse="true"/>
  540. </Files>
  541. </Project>
  542. <!-- Xml Config Dll -->
  543. <Project name="OpenSim.GenericConfig.Xml" path="OpenSim.GenericConfig/Xml" type="Library">
  544. <Configuration name="Debug">
  545. <Options>
  546. <OutputPath>../../bin/</OutputPath>
  547. </Options>
  548. </Configuration>
  549. <Configuration name="Release">
  550. <Options>
  551. <OutputPath>../../bin/</OutputPath>
  552. </Options>
  553. </Configuration>
  554. <ReferencePath>../../bin/</ReferencePath>
  555. <Reference name="System"/>
  556. <Reference name="System.Xml"/>
  557. <Reference name="OpenSim.Framework"/>
  558. <Files>
  559. <Match pattern="*.cs" recurse="true"/>
  560. </Files>
  561. </Project>
  562. <!-- Basic embedded JVM -->
  563. <Project name="OpenSim.Scripting.EmbeddedJVM" path="OpenSim.Scripting/EmbeddedJVM" type="Library">
  564. <Configuration name="Debug">
  565. <Options>
  566. <OutputPath>../../bin/ScriptEngines/</OutputPath>
  567. </Options>
  568. </Configuration>
  569. <Configuration name="Release">
  570. <Options>
  571. <OutputPath>../../bin/ScriptEngines/</OutputPath>
  572. </Options>
  573. </Configuration>
  574. <ReferencePath>../../bin/</ReferencePath>
  575. <Reference name="System"/>
  576. <Reference name="System.Xml"/>
  577. <Reference name="OpenSim.Framework"/>
  578. <Files>
  579. <Match pattern="*.cs" recurse="true"/>
  580. </Files>
  581. </Project>
  582. <!-- Terrain engine -->
  583. <Project name="OpenSim.Terrain.BasicTerrain" path="OpenSim.Terrain.BasicTerrain" type="Library">
  584. <Configuration name="Debug">
  585. <Options>
  586. <OutputPath>../bin/</OutputPath>
  587. </Options>
  588. </Configuration>
  589. <Configuration name="Release">
  590. <Options>
  591. <OutputPath>../bin/</OutputPath>
  592. </Options>
  593. </Configuration>
  594. <ReferencePath>../bin/</ReferencePath>
  595. <Reference name="libTerrain-BSD.dll"/>
  596. <Reference name="System"/>
  597. <Reference name="System.Data"/>
  598. <Reference name="System.Xml"/>
  599. <Files>
  600. <Match pattern="*.cs" recurse="true"/>
  601. </Files>
  602. </Project>
  603. <Project name="OpenSim.RegionServer" path="OpenSim.RegionServer" type="Library">
  604. <Configuration name="Debug">
  605. <Options>
  606. <OutputPath>../bin/</OutputPath>
  607. </Options>
  608. </Configuration>
  609. <Configuration name="Release">
  610. <Options>
  611. <OutputPath>../bin/</OutputPath>
  612. </Options>
  613. </Configuration>
  614. <ReferencePath>../bin/</ReferencePath>
  615. <Reference name="System" localCopy="false"/>
  616. <Reference name="System.Xml"/>
  617. <Reference name="libsecondlife.dll"/>
  618. <Reference name="Axiom.MathLib.dll"/>
  619. <Reference name="Db4objects.Db4o.dll"/>
  620. <Reference name="OpenSim.Terrain.BasicTerrain"/>
  621. <Reference name="OpenSim.Framework"/>
  622. <Reference name="OpenSim.Framework.Console"/>
  623. <Reference name="OpenSim.GenericConfig.Xml"/>
  624. <Reference name="OpenSim.Physics.Manager"/>
  625. <Reference name="OpenSim.Servers"/>
  626. <Reference name="XMLRPC"/>
  627. <Files>
  628. <Match pattern="*.cs" recurse="true"/>
  629. </Files>
  630. </Project>
  631. <!-- OpenSim app -->
  632. <Project name="OpenSim" path="OpenSim" type="Exe">
  633. <Configuration name="Debug">
  634. <Options>
  635. <OutputPath>../bin/</OutputPath>
  636. </Options>
  637. </Configuration>
  638. <Configuration name="Release">
  639. <Options>
  640. <OutputPath>../bin/</OutputPath>
  641. </Options>
  642. </Configuration>
  643. <ReferencePath>../bin/</ReferencePath>
  644. <Reference name="System" localCopy="false"/>
  645. <Reference name="System.Xml"/>
  646. <Reference name="libsecondlife.dll"/>
  647. <Reference name="Axiom.MathLib.dll"/>
  648. <Reference name="Db4objects.Db4o.dll"/>
  649. <Reference name="OpenSim.Framework"/>
  650. <Reference name="OpenSim.Framework.Console"/>
  651. <Reference name="OpenSim.Physics.Manager"/>
  652. <Reference name="OpenSim.Servers"/>
  653. <Reference name="OpenSim.RegionServer"/>
  654. <Files>
  655. <Match pattern="*.cs" recurse="true"/>
  656. </Files>
  657. </Project>
  658. </Solution>
  659. <!-- Prebuild tool -->
  660. <Solution name="Prebuild" path="Prebuild/" >
  661. <Configuration name="Debug">
  662. <Options>
  663. <CompilerDefines>DEBUG;TRACE</CompilerDefines>
  664. <OptimizeCode>false</OptimizeCode>
  665. <OutputPath>bin/Debug</OutputPath>
  666. <DebugInformation>true</DebugInformation>
  667. <SuppressWarnings>1595</SuppressWarnings>
  668. </Options>
  669. </Configuration>
  670. <Configuration name="Release">
  671. <Options>
  672. <CompilerDefines>TRACE</CompilerDefines>
  673. <OutputPath>bin/Release</OutputPath>
  674. <OptimizeCode>true</OptimizeCode>
  675. <DebugInformation>false</DebugInformation>
  676. <SuppressWarnings>1595</SuppressWarnings>
  677. </Options>
  678. </Configuration>
  679. <Project name="Prebuild" path="src/" language="C#" assemblyName="prebuild" icon="App.ico" type="Exe" rootNamespace="Prebuild" startupObject="Prebuild.Prebuild">
  680. <Configuration name="Debug">
  681. <Options>
  682. <CompilerDefines>DEBUG;TRACE</CompilerDefines>
  683. <OptimizeCode>false</OptimizeCode>
  684. <OutputPath>..\..\bin\</OutputPath>
  685. <DebugInformation>true</DebugInformation>
  686. <KeyFile>Prebuild.snk</KeyFile>
  687. <SuppressWarnings>1595</SuppressWarnings>
  688. </Options>
  689. </Configuration>
  690. <Configuration name="Release">
  691. <Options>
  692. <CompilerDefines>TRACE</CompilerDefines>
  693. <OutputPath>..\..\bin\</OutputPath>
  694. <OptimizeCode>true</OptimizeCode>
  695. <DebugInformation>false</DebugInformation>
  696. <KeyFile>Prebuild.snk</KeyFile>
  697. <SuppressWarnings>1595</SuppressWarnings>
  698. </Options>
  699. </Configuration>
  700. <ReferencePath>../../bin/</ReferencePath>
  701. <Reference name="System.EnterpriseServices" />
  702. <Reference name="System.Xml" />
  703. <Reference name="System" />
  704. <Files>
  705. <Match pattern="App.ico" buildAction="EmbeddedResource"/>
  706. <Match path="data" pattern="prebuild-1.7.xsd" buildAction="EmbeddedResource"/>
  707. <Match pattern="*.cs" recurse="true"/>
  708. </Files>
  709. </Project>
  710. </Solution>
  711. </Prebuild>