1
0

prebuild.xml 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916
  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="Common/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="Common/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="Common/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="Common/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/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/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/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/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/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. <Project name="OpenSim.Physics.Manager" path="OpenSim/OpenSim.Physics/Manager" type="Library">
  230. <Configuration name="Debug">
  231. <Options>
  232. <OutputPath>../../../bin/</OutputPath>
  233. </Options>
  234. </Configuration>
  235. <Configuration name="Release">
  236. <Options>
  237. <OutputPath>../../../bin/</OutputPath>
  238. </Options>
  239. </Configuration>
  240. <ReferencePath>../../../bin/</ReferencePath>
  241. <Reference name="System" localCopy="false"/>
  242. <Reference name="System.Xml" localCopy="false" />
  243. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  244. <Reference name="OpenSim.Framework" localCopy="false"/>
  245. <Reference name="OpenSim.Framework.Console" localCopy="false"/>
  246. <Files>
  247. <Match pattern="*.cs" recurse="false"/>
  248. </Files>
  249. </Project>
  250. <!-- Physics Plug-ins -->
  251. <Project name="OpenSim.Physics.BasicPhysicsPlugin" path="OpenSim/OpenSim.Physics/BasicPhysicsPlugin" type="Library">
  252. <Configuration name="Debug">
  253. <Options>
  254. <OutputPath>../../../bin/Physics/</OutputPath>
  255. </Options>
  256. </Configuration>
  257. <Configuration name="Release">
  258. <Options>
  259. <OutputPath>../../../bin/Physics/</OutputPath>
  260. </Options>
  261. </Configuration>
  262. <ReferencePath>../../../bin/</ReferencePath>
  263. <Reference name="System" localCopy="false"/>
  264. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  265. <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
  266. <Files>
  267. <Match pattern="*.cs" recurse="true"/>
  268. </Files>
  269. </Project>
  270. <Project name="OpenSim.Physics.PhysXPlugin" path="OpenSim/OpenSim.Physics/PhysXPlugin" type="Library">
  271. <Configuration name="Debug">
  272. <Options>
  273. <OutputPath>../../../bin/Physics/</OutputPath>
  274. </Options>
  275. </Configuration>
  276. <Configuration name="Release">
  277. <Options>
  278. <OutputPath>../../../bin/Physics/</OutputPath>
  279. </Options>
  280. </Configuration>
  281. <ReferencePath>../../../bin/</ReferencePath>
  282. <Reference name="System" localCopy="false"/>
  283. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  284. <Reference name="PhysX_Wrapper_Dotnet.dll" localCopy="false"/>
  285. <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
  286. <Files>
  287. <Match pattern="*.cs" recurse="true"/>
  288. </Files>
  289. </Project>
  290. <Project name="OpenSim.Physics.OdePlugin" path="OpenSim/OpenSim.Physics/OdePlugin" type="Library">
  291. <Configuration name="Debug">
  292. <Options>
  293. <OutputPath>../../../bin/Physics/</OutputPath>
  294. </Options>
  295. </Configuration>
  296. <Configuration name="Release">
  297. <Options>
  298. <OutputPath>../../../bin/Physics/</OutputPath>
  299. </Options>
  300. </Configuration>
  301. <ReferencePath>../../../bin/</ReferencePath>
  302. <Reference name="System" localCopy="false"/>
  303. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  304. <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
  305. <Reference name="Ode.NET.dll" localCopy="false" />
  306. <Files>
  307. <Match pattern="*.cs" recurse="true"/>
  308. </Files>
  309. </Project>
  310. <!-- Xml Config Dll -->
  311. <Project name="OpenSim.GenericConfig.Xml" path="Common/OpenSim.GenericConfig/Xml" type="Library">
  312. <Configuration name="Debug">
  313. <Options>
  314. <OutputPath>../../../bin/</OutputPath>
  315. </Options>
  316. </Configuration>
  317. <Configuration name="Release">
  318. <Options>
  319. <OutputPath>../../../bin/</OutputPath>
  320. </Options>
  321. </Configuration>
  322. <ReferencePath>../../../bin/</ReferencePath>
  323. <Reference name="System"/>
  324. <Reference name="System.Xml"/>
  325. <Reference name="OpenSim.Framework"/>
  326. <Files>
  327. <Match pattern="*.cs" recurse="true"/>
  328. </Files>
  329. </Project>
  330. <!-- Basic embedded JVM -->
  331. <Project name="OpenSim.Scripting.EmbeddedJVM" path="OpenSim/OpenSim.Scripting/EmbeddedJVM" type="Library">
  332. <Configuration name="Debug">
  333. <Options>
  334. <OutputPath>../../../bin/ScriptEngines/</OutputPath>
  335. </Options>
  336. </Configuration>
  337. <Configuration name="Release">
  338. <Options>
  339. <OutputPath>../../../bin/ScriptEngines/</OutputPath>
  340. </Options>
  341. </Configuration>
  342. <ReferencePath>../../../bin/</ReferencePath>
  343. <Reference name="System"/>
  344. <Reference name="System.Xml"/>
  345. <Reference name="OpenSim.Framework"/>
  346. <Files>
  347. <Match pattern="*.cs" recurse="true"/>
  348. </Files>
  349. </Project>
  350. <!-- Terrain engine -->
  351. <Project name="OpenSim.Terrain.BasicTerrain" path="OpenSim/OpenSim.Terrain.BasicTerrain" 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"/>
  364. <Reference name="System.Drawing"/>
  365. <Reference name="System.Data"/>
  366. <Reference name="System.Xml"/>
  367. <Reference name="libTerrain-BSD.dll"/>
  368. <Files>
  369. <Match pattern="*.cs" recurse="true"/>
  370. </Files>
  371. </Project>
  372. <Project name="OpenSim.RegionServer" path="OpenSim/OpenSim.RegionServer" type="Library">
  373. <Configuration name="Debug">
  374. <Options>
  375. <OutputPath>../../bin/</OutputPath>
  376. </Options>
  377. </Configuration>
  378. <Configuration name="Release">
  379. <Options>
  380. <OutputPath>../../bin/</OutputPath>
  381. </Options>
  382. </Configuration>
  383. <ReferencePath>../../bin/</ReferencePath>
  384. <Reference name="System" localCopy="false"/>
  385. <Reference name="System.Xml"/>
  386. <Reference name="libsecondlife.dll"/>
  387. <Reference name="Axiom.MathLib.dll"/>
  388. <Reference name="Db4objects.Db4o.dll"/>
  389. <Reference name="OpenSim.Terrain.BasicTerrain"/>
  390. <Reference name="OpenSim.Framework"/>
  391. <Reference name="OpenSim.Framework.Console"/>
  392. <Reference name="OpenSim.GenericConfig.Xml"/>
  393. <Reference name="OpenSim.Physics.Manager"/>
  394. <Reference name="OpenSim.Servers"/>
  395. <Reference name="XMLRPC"/>
  396. <Files>
  397. <Match pattern="*.cs" recurse="true"/>
  398. </Files>
  399. </Project>
  400. <!-- OpenSim app -->
  401. <Project name="OpenSim" path="OpenSim/OpenSim" type="Exe">
  402. <Configuration name="Debug">
  403. <Options>
  404. <OutputPath>../../bin/</OutputPath>
  405. </Options>
  406. </Configuration>
  407. <Configuration name="Release">
  408. <Options>
  409. <OutputPath>../../bin/</OutputPath>
  410. </Options>
  411. </Configuration>
  412. <ReferencePath>../../bin/</ReferencePath>
  413. <Reference name="System" localCopy="false"/>
  414. <Reference name="System.Xml"/>
  415. <Reference name="libsecondlife.dll"/>
  416. <Reference name="Axiom.MathLib.dll"/>
  417. <Reference name="Db4objects.Db4o.dll"/>
  418. <Reference name="OpenSim.Terrain.BasicTerrain"/>
  419. <Reference name="OpenSim.Framework"/>
  420. <Reference name="OpenSim.Framework.Console"/>
  421. <Reference name="OpenSim.Physics.Manager"/>
  422. <Reference name="OpenSim.Servers"/>
  423. <Reference name="OpenSim.RegionServer"/>
  424. <Reference name="OpenSim.GenericConfig.Xml"/>
  425. <Reference name="XMLRPC"/>
  426. <Files>
  427. <Match pattern="*.cs" recurse="true"/>
  428. </Files>
  429. </Project>
  430. </Solution>
  431. <Solution name="OpenGridServices" activeConfig="Debug" path="./">
  432. <Configuration name="Debug">
  433. <Options>
  434. <CompilerDefines>TRACE;DEBUG</CompilerDefines>
  435. <OptimizeCode>false</OptimizeCode>
  436. <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
  437. <AllowUnsafe>false</AllowUnsafe>
  438. <WarningLevel>4</WarningLevel>
  439. <WarningsAsErrors>false</WarningsAsErrors>
  440. <SuppressWarnings></SuppressWarnings>
  441. <OutputPath>bin</OutputPath>
  442. <DebugInformation>true</DebugInformation>
  443. <IncrementalBuild>true</IncrementalBuild>
  444. <NoStdLib>false</NoStdLib>
  445. </Options>
  446. </Configuration>
  447. <Configuration name="Release">
  448. <Options>
  449. <CompilerDefines>TRACE</CompilerDefines>
  450. <OptimizeCode>true</OptimizeCode>
  451. <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
  452. <AllowUnsafe>false</AllowUnsafe>
  453. <WarningLevel>4</WarningLevel>
  454. <WarningsAsErrors>false</WarningsAsErrors>
  455. <SuppressWarnings></SuppressWarnings>
  456. <OutputPath>bin</OutputPath>
  457. <DebugInformation>false</DebugInformation>
  458. <IncrementalBuild>true</IncrementalBuild>
  459. <NoStdLib>false</NoStdLib>
  460. </Options>
  461. </Configuration>
  462. <!-- OpenGrid Data Services -->
  463. <Project name="OpenGrid.Framework.Data" path="OpenGridServices/OpenGrid.Framework.Data" type="Library">
  464. <Configuration name="Debug">
  465. <Options>
  466. <OutputPath>../../bin/</OutputPath>
  467. </Options>
  468. </Configuration>
  469. <Configuration name="Release">
  470. <Options>
  471. <OutputPath>../../bin/</OutputPath>
  472. </Options>
  473. </Configuration>
  474. <ReferencePath>../../bin/</ReferencePath>
  475. <Reference name="System" localCopy="false"/>
  476. <Reference name="System.Xml"/>
  477. <Reference name="System.Data"/>
  478. <Reference name="libsecondlife.dll"/>
  479. <Files>
  480. <Match pattern="*.cs" recurse="true"/>
  481. </Files>
  482. </Project>
  483. <Project name="OpenGrid.Framework.Data.MySQL" path="OpenGridServices/OpenGrid.Framework.Data.MySQL" type="Library">
  484. <Configuration name="Debug">
  485. <Options>
  486. <OutputPath>../../bin/</OutputPath>
  487. </Options>
  488. </Configuration>
  489. <Configuration name="Release">
  490. <Options>
  491. <OutputPath>../../bin/</OutputPath>
  492. </Options>
  493. </Configuration>
  494. <ReferencePath>../../bin/</ReferencePath>
  495. <Reference name="System" localCopy="false"/>
  496. <Reference name="System.Xml"/>
  497. <Reference name="System.Data"/>
  498. <Reference name="OpenGrid.Framework.Data"/>
  499. <Reference name="libsecondlife.dll"/>
  500. <Reference name="MySql.Data.dll"/>
  501. <Files>
  502. <Match pattern="*.cs" recurse="true"/>
  503. </Files>
  504. </Project>
  505. <Project name="OpenGrid.Framework.Data.DB4o" path="OpenGridServices/OpenGrid.Framework.Data.DB4o" type="Library">
  506. <Configuration name="Debug">
  507. <Options>
  508. <OutputPath>../../bin/</OutputPath>
  509. </Options>
  510. </Configuration>
  511. <Configuration name="Release">
  512. <Options>
  513. <OutputPath>../../bin/</OutputPath>
  514. </Options>
  515. </Configuration>
  516. <ReferencePath>../../bin/</ReferencePath>
  517. <Reference name="System" localCopy="false"/>
  518. <Reference name="System.Xml"/>
  519. <Reference name="System.Data"/>
  520. <Reference name="OpenGrid.Framework.Data"/>
  521. <Reference name="libsecondlife.dll"/>
  522. <Reference name="Db4objects.Db4o.dll"/>
  523. <Files>
  524. <Match pattern="*.cs" recurse="true"/>
  525. </Files>
  526. </Project>
  527. <Project name="OpenGrid.Framework.Data.MSSQL" path="OpenGridServices/OpenGrid.Framework.Data.MSSQL" type="Library">
  528. <Configuration name="Debug">
  529. <Options>
  530. <OutputPath>../../bin/</OutputPath>
  531. </Options>
  532. </Configuration>
  533. <Configuration name="Release">
  534. <Options>
  535. <OutputPath>../../bin/</OutputPath>
  536. </Options>
  537. </Configuration>
  538. <ReferencePath>../../bin/</ReferencePath>
  539. <Reference name="System" localCopy="false"/>
  540. <Reference name="System.Xml"/>
  541. <Reference name="System.Data"/>
  542. <Reference name="OpenGrid.Framework.Data"/>
  543. <Reference name="libsecondlife.dll"/>
  544. <Files>
  545. <Match pattern="*.cs" recurse="true"/>
  546. </Files>
  547. </Project>
  548. <Project name="OpenGrid.Framework.Data.SQLite" path="OpenGridServices/OpenGrid.Framework.Data.SQLite" type="Library">
  549. <Configuration name="Debug">
  550. <Options>
  551. <OutputPath>../../bin/</OutputPath>
  552. </Options>
  553. </Configuration>
  554. <Configuration name="Release">
  555. <Options>
  556. <OutputPath>../../bin/</OutputPath>
  557. </Options>
  558. </Configuration>
  559. <ReferencePath>../../bin/</ReferencePath>
  560. <Reference name="System" localCopy="false"/>
  561. <Reference name="System.Xml"/>
  562. <Reference name="System.Data"/>
  563. <Reference name="System.Data.SQLite.dll"/>
  564. <Reference name="OpenGrid.Framework.Data"/>
  565. <Reference name="libsecondlife.dll"/>
  566. <Files>
  567. <Match pattern="*.cs" recurse="true"/>
  568. </Files>
  569. </Project>
  570. <!-- OGS projects -->
  571. <Project name="OpenGrid.Framework.Manager" path="OpenGridServices/OpenGrid.Framework.Manager" type="Library">
  572. <Configuration name="Debug">
  573. <Options>
  574. <OutputPath>../../bin/</OutputPath>
  575. </Options>
  576. </Configuration>
  577. <Configuration name="Release">
  578. <Options>
  579. <OutputPath>../../bin/</OutputPath>
  580. </Options>
  581. </Configuration>
  582. <ReferencePath>../../bin/</ReferencePath>
  583. <Reference name="System" localCopy="false"/>
  584. <Reference name="OpenSim.Framework.dll"/>
  585. <Reference name="OpenSim.Servers.dll"/>
  586. <Reference name="libsecondlife.dll"/>
  587. <Reference name="XMLRPC"/>
  588. <Files>
  589. <Match pattern="*.cs" recurse="true"/>
  590. </Files>
  591. </Project>
  592. <Project name="ServiceManager" path="OpenGridServices/ServiceManager" type="Exe">
  593. <Configuration name="Debug">
  594. <Options>
  595. <OutputPath>../../bin/</OutputPath>
  596. </Options>
  597. </Configuration>
  598. <Configuration name="Release">
  599. <Options>
  600. <OutputPath>../../bin/</OutputPath>
  601. </Options>
  602. </Configuration>
  603. <ReferencePath>../../bin/</ReferencePath>
  604. <Reference name="System" localCopy="false"/>
  605. <Reference name="System.ServiceProcess" localCopy="false"/>
  606. <Reference name="System.Xml" localCopy="false"/>
  607. <Reference name="libsecondlife.dll"/>
  608. <Reference name="OpenSim.GenericConfig.Xml"/>
  609. <Reference name="OpenSim.Framework.dll"/>
  610. <Files>
  611. <Match pattern="*.cs" recurse="true"/>
  612. </Files>
  613. </Project>
  614. <Project name="OpenGridServices.GridServer" path="OpenGridServices/OpenGridServices.GridServer" type="Exe">
  615. <Configuration name="Debug">
  616. <Options>
  617. <OutputPath>../../bin/</OutputPath>
  618. </Options>
  619. </Configuration>
  620. <Configuration name="Release">
  621. <Options>
  622. <OutputPath>../../bin/</OutputPath>
  623. </Options>
  624. </Configuration>
  625. <ReferencePath>../../bin/</ReferencePath>
  626. <Reference name="System" localCopy="false"/>
  627. <Reference name="System.Data" localCopy="false"/>
  628. <Reference name="System.Xml" localCopy="false"/>
  629. <Reference name="OpenSim.Framework"/>
  630. <Reference name="OpenSim.Framework.Console"/>
  631. <Reference name="OpenSim.Servers"/>
  632. <Reference name="OpenGrid.Framework.Data"/>
  633. <Reference name="OpenGrid.Framework.Manager"/>
  634. <Reference name="OpenSim.GenericConfig.Xml"/>
  635. <Reference name="libsecondlife.dll"/>
  636. <Reference name="Db4objects.Db4o.dll"/>
  637. <Reference name="XMLRPC"/>
  638. <Files>
  639. <Match pattern="*.cs" recurse="true"/>
  640. </Files>
  641. </Project>
  642. <Project name="OpenGridServices.AssetServer" path="OpenGridServices/OpenGridServices.AssetServer" type="Exe">
  643. <Configuration name="Debug">
  644. <Options>
  645. <OutputPath>../../bin/</OutputPath>
  646. </Options>
  647. </Configuration>
  648. <Configuration name="Release">
  649. <Options>
  650. <OutputPath>../../bin/</OutputPath>
  651. </Options>
  652. </Configuration>
  653. <ReferencePath>../../bin/</ReferencePath>
  654. <Reference name="System" localCopy="false"/>
  655. <Reference name="System.Data" localCopy="false"/>
  656. <Reference name="System.Xml" localCopy="false"/>
  657. <Reference name="OpenSim.Framework"/>
  658. <Reference name="OpenSim.Framework.Console"/>
  659. <Reference name="OpenSim.GridInterfaces.Local"/>
  660. <Reference name="OpenSim.Servers"/>
  661. <Reference name="libsecondlife.dll"/>
  662. <Reference name="Db4objects.Db4o.dll"/>
  663. <Reference name="XMLRPC"/>
  664. <Files>
  665. <Match pattern="*.cs" recurse="true"/>
  666. </Files>
  667. </Project>
  668. <Project name="OpenGridServices.InventoryServer" path="OpenGridServices/OpenGridServices.InventoryServer" type="Exe">
  669. <Configuration name="Debug">
  670. <Options>
  671. <OutputPath>../../bin/</OutputPath>
  672. </Options>
  673. </Configuration>
  674. <Configuration name="Release">
  675. <Options>
  676. <OutputPath>../../bin/</OutputPath>
  677. </Options>
  678. </Configuration>
  679. <ReferencePath>../../bin/</ReferencePath>
  680. <Reference name="System" localCopy="false"/>
  681. <Reference name="System.Data" localCopy="false"/>
  682. <Reference name="System.Xml" localCopy="false"/>
  683. <Reference name="OpenSim.Framework"/>
  684. <Reference name="OpenSim.Framework.Console"/>
  685. <Reference name="OpenSim.GridInterfaces.Local"/>
  686. <Reference name="OpenGrid.Framework.Data"/>
  687. <Reference name="OpenSim.Servers"/>
  688. <Reference name="libsecondlife.dll"/>
  689. <Reference name="Db4objects.Db4o.dll"/>
  690. <Reference name="XMLRPC"/>
  691. <Files>
  692. <Match pattern="*.cs" recurse="true"/>
  693. </Files>
  694. </Project>
  695. <Project name="OpenGridServices.UserServer" path="OpenGridServices/OpenGridServices.UserServer" type="Exe">
  696. <Configuration name="Debug">
  697. <Options>
  698. <OutputPath>../../bin/</OutputPath>
  699. </Options>
  700. </Configuration>
  701. <Configuration name="Release">
  702. <Options>
  703. <OutputPath>../../bin/</OutputPath>
  704. </Options>
  705. </Configuration>
  706. <ReferencePath>../../bin/</ReferencePath>
  707. <Reference name="System" localCopy="false"/>
  708. <Reference name="System.Data" localCopy="false"/>
  709. <Reference name="System.Xml" localCopy="false"/>
  710. <Reference name="OpenSim.Framework"/>
  711. <Reference name="OpenSim.Framework.Console"/>
  712. <Reference name="OpenGrid.Framework.Data"/>
  713. <Reference name="OpenSim.GenericConfig.Xml"/>
  714. <Reference name="OpenSim.Servers"/>
  715. <Reference name="libsecondlife.dll"/>
  716. <Reference name="Db4objects.Db4o.dll"/>
  717. <Reference name="XMLRPC"/>
  718. <Files>
  719. <Match pattern="*.cs" recurse="true"/>
  720. </Files>
  721. </Project>
  722. <Project name="OpenGrid.Config.GridConfigDb4o" path="OpenGridServices/OpenGrid.Config/GridConfigDb4o" type="Library">
  723. <Configuration name="Debug">
  724. <Options>
  725. <OutputPath>../../../bin/</OutputPath>
  726. </Options>
  727. </Configuration>
  728. <Configuration name="Release">
  729. <Options>
  730. <OutputPath>../../../bin/</OutputPath>
  731. </Options>
  732. </Configuration>
  733. <ReferencePath>../../../bin/</ReferencePath>
  734. <Reference name="System" localCopy="false"/>
  735. <Reference name="System.Data.dll"/>
  736. <Reference name="System.Xml"/>
  737. <Reference name="libsecondlife.dll"/>
  738. <Reference name="Db4objects.Db4o.dll"/>
  739. <Reference name="OpenSim.Framework"/>
  740. <Reference name="OpenSim.Framework.Console"/>
  741. <Files>
  742. <Match pattern="*.cs" recurse="true"/>
  743. </Files>
  744. </Project>
  745. <Project name="OpenUser.Config.UserConfigDb4o" path="OpenGridServices/OpenUser.Config/UserConfigDb4o" type="Library">
  746. <Configuration name="Debug">
  747. <Options>
  748. <OutputPath>../../../bin/</OutputPath>
  749. </Options>
  750. </Configuration>
  751. <Configuration name="Release">
  752. <Options>
  753. <OutputPath>../../../bin/</OutputPath>
  754. </Options>
  755. </Configuration>
  756. <ReferencePath>../../../bin/</ReferencePath>
  757. <Reference name="System" localCopy="false"/>
  758. <Reference name="System.Data.dll"/>
  759. <Reference name="System.Xml"/>
  760. <Reference name="libsecondlife.dll"/>
  761. <Reference name="Db4objects.Db4o.dll"/>
  762. <Reference name="OpenSim.Framework"/>
  763. <Reference name="OpenSim.Framework.Console"/>
  764. <Files>
  765. <Match pattern="*.cs" recurse="true"/>
  766. </Files>
  767. </Project>
  768. </Solution>
  769. <!-- Prebuild tool -->
  770. <Solution name="Prebuild" path="Prebuild/" >
  771. <Configuration name="Debug">
  772. <Options>
  773. <CompilerDefines>DEBUG;TRACE</CompilerDefines>
  774. <OptimizeCode>false</OptimizeCode>
  775. <OutputPath>bin/Debug</OutputPath>
  776. <DebugInformation>true</DebugInformation>
  777. <SuppressWarnings>1595</SuppressWarnings>
  778. </Options>
  779. </Configuration>
  780. <Configuration name="Release">
  781. <Options>
  782. <CompilerDefines>TRACE</CompilerDefines>
  783. <OutputPath>bin/Release</OutputPath>
  784. <OptimizeCode>true</OptimizeCode>
  785. <DebugInformation>false</DebugInformation>
  786. <SuppressWarnings>1595</SuppressWarnings>
  787. </Options>
  788. </Configuration>
  789. <Project name="Prebuild" path="src/" language="C#" assemblyName="prebuild" icon="App.ico" type="Exe" rootNamespace="Prebuild" startupObject="Prebuild.Prebuild">
  790. <Configuration name="Debug">
  791. <Options>
  792. <CompilerDefines>DEBUG;TRACE</CompilerDefines>
  793. <OptimizeCode>false</OptimizeCode>
  794. <OutputPath>..\..\bin\</OutputPath>
  795. <DebugInformation>true</DebugInformation>
  796. <KeyFile>Prebuild.snk</KeyFile>
  797. <SuppressWarnings>1595</SuppressWarnings>
  798. </Options>
  799. </Configuration>
  800. <Configuration name="Release">
  801. <Options>
  802. <CompilerDefines>TRACE</CompilerDefines>
  803. <OutputPath>..\..\bin\</OutputPath>
  804. <OptimizeCode>true</OptimizeCode>
  805. <DebugInformation>false</DebugInformation>
  806. <KeyFile>Prebuild.snk</KeyFile>
  807. <SuppressWarnings>1595</SuppressWarnings>
  808. </Options>
  809. </Configuration>
  810. <ReferencePath>../../bin/</ReferencePath>
  811. <Reference name="System.EnterpriseServices" />
  812. <Reference name="System.Xml" />
  813. <Reference name="System" />
  814. <Files>
  815. <Match pattern="App.ico" buildAction="EmbeddedResource"/>
  816. <Match path="data" pattern="prebuild-1.7.xsd" buildAction="EmbeddedResource"/>
  817. <Match pattern="*.cs" recurse="true"/>
  818. </Files>
  819. </Project>
  820. </Solution>
  821. </Prebuild>