prebuild.xml 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914
  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. <Project name="OpenSim.World" path="OpenSim/OpenSim.World" type="Library">
  401. <Configuration name="Debug">
  402. <Options>
  403. <OutputPath>../../bin/</OutputPath>
  404. </Options>
  405. </Configuration>
  406. <Configuration name="Release">
  407. <Options>
  408. <OutputPath>../../bin/</OutputPath>
  409. </Options>
  410. </Configuration>
  411. <ReferencePath>../../bin/</ReferencePath>
  412. <Reference name="System" localCopy="false"/>
  413. <Reference name="System.Xml"/>
  414. <Reference name="libsecondlife.dll"/>
  415. <Reference name="Axiom.MathLib.dll"/>
  416. <Reference name="Db4objects.Db4o.dll"/>
  417. <Reference name="OpenSim.Terrain.BasicTerrain"/>
  418. <Reference name="OpenSim.Framework"/>
  419. <Reference name="OpenSim.Framework.Console"/>
  420. <Reference name="OpenSim.GenericConfig.Xml"/>
  421. <Reference name="OpenSim.Physics.Manager"/>
  422. <Reference name="OpenSim.Servers"/>
  423. <Reference name="XMLRPC"/>
  424. <Files>
  425. <Match pattern="*.cs" recurse="true"/>
  426. </Files>
  427. </Project>
  428. <!-- OpenSim app -->
  429. <Project name="OpenSim" path="OpenSim/OpenSim" type="Exe">
  430. <Configuration name="Debug">
  431. <Options>
  432. <OutputPath>../../bin/</OutputPath>
  433. </Options>
  434. </Configuration>
  435. <Configuration name="Release">
  436. <Options>
  437. <OutputPath>../../bin/</OutputPath>
  438. </Options>
  439. </Configuration>
  440. <ReferencePath>../../bin/</ReferencePath>
  441. <Reference name="System" localCopy="false"/>
  442. <Reference name="System.Xml"/>
  443. <Reference name="libsecondlife.dll"/>
  444. <Reference name="Axiom.MathLib.dll"/>
  445. <Reference name="Db4objects.Db4o.dll"/>
  446. <Reference name="OpenSim.Terrain.BasicTerrain"/>
  447. <Reference name="OpenSim.Framework"/>
  448. <Reference name="OpenSim.Framework.Console"/>
  449. <Reference name="OpenSim.Physics.Manager"/>
  450. <Reference name="OpenSim.Servers"/>
  451. <Reference name="OpenSim.RegionServer"/>
  452. <Reference name="OpenSim.GenericConfig.Xml"/>
  453. <Reference name="XMLRPC"/>
  454. <Files>
  455. <Match pattern="*.cs" recurse="true"/>
  456. </Files>
  457. </Project>
  458. </Solution>
  459. <Solution name="OpenGridServices" activeConfig="Debug" path="./">
  460. <Configuration name="Debug">
  461. <Options>
  462. <CompilerDefines>TRACE;DEBUG</CompilerDefines>
  463. <OptimizeCode>false</OptimizeCode>
  464. <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
  465. <AllowUnsafe>false</AllowUnsafe>
  466. <WarningLevel>4</WarningLevel>
  467. <WarningsAsErrors>false</WarningsAsErrors>
  468. <SuppressWarnings></SuppressWarnings>
  469. <OutputPath>bin</OutputPath>
  470. <DebugInformation>true</DebugInformation>
  471. <IncrementalBuild>true</IncrementalBuild>
  472. <NoStdLib>false</NoStdLib>
  473. </Options>
  474. </Configuration>
  475. <Configuration name="Release">
  476. <Options>
  477. <CompilerDefines>TRACE</CompilerDefines>
  478. <OptimizeCode>true</OptimizeCode>
  479. <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
  480. <AllowUnsafe>false</AllowUnsafe>
  481. <WarningLevel>4</WarningLevel>
  482. <WarningsAsErrors>false</WarningsAsErrors>
  483. <SuppressWarnings></SuppressWarnings>
  484. <OutputPath>bin</OutputPath>
  485. <DebugInformation>false</DebugInformation>
  486. <IncrementalBuild>true</IncrementalBuild>
  487. <NoStdLib>false</NoStdLib>
  488. </Options>
  489. </Configuration>
  490. <!-- OpenGrid Data Services -->
  491. <Project name="OpenGrid.Framework.Data" path="OpenGridServices/OpenGrid.Framework.Data" type="Library">
  492. <Configuration name="Debug">
  493. <Options>
  494. <OutputPath>../../bin/</OutputPath>
  495. </Options>
  496. </Configuration>
  497. <Configuration name="Release">
  498. <Options>
  499. <OutputPath>../../bin/</OutputPath>
  500. </Options>
  501. </Configuration>
  502. <ReferencePath>../../bin/</ReferencePath>
  503. <Reference name="System" localCopy="false"/>
  504. <Reference name="System.Xml"/>
  505. <Reference name="System.Data"/>
  506. <Reference name="libsecondlife.dll"/>
  507. <Files>
  508. <Match pattern="*.cs" recurse="true"/>
  509. </Files>
  510. </Project>
  511. <Project name="OpenGrid.Framework.Data.MySQL" path="OpenGridServices/OpenGrid.Framework.Data.MySQL" type="Library">
  512. <Configuration name="Debug">
  513. <Options>
  514. <OutputPath>../../bin/</OutputPath>
  515. </Options>
  516. </Configuration>
  517. <Configuration name="Release">
  518. <Options>
  519. <OutputPath>../../bin/</OutputPath>
  520. </Options>
  521. </Configuration>
  522. <ReferencePath>../../bin/</ReferencePath>
  523. <Reference name="System" localCopy="false"/>
  524. <Reference name="System.Xml"/>
  525. <Reference name="System.Data"/>
  526. <Reference name="OpenGrid.Framework.Data"/>
  527. <Reference name="libsecondlife.dll"/>
  528. <Reference name="MySql.Data.dll"/>
  529. <Files>
  530. <Match pattern="*.cs" recurse="true"/>
  531. </Files>
  532. </Project>
  533. <Project name="OpenGrid.Framework.Data.DB4o" path="OpenGridServices/OpenGrid.Framework.Data.DB4o" type="Library">
  534. <Configuration name="Debug">
  535. <Options>
  536. <OutputPath>../../bin/</OutputPath>
  537. </Options>
  538. </Configuration>
  539. <Configuration name="Release">
  540. <Options>
  541. <OutputPath>../../bin/</OutputPath>
  542. </Options>
  543. </Configuration>
  544. <ReferencePath>../../bin/</ReferencePath>
  545. <Reference name="System" localCopy="false"/>
  546. <Reference name="System.Xml"/>
  547. <Reference name="System.Data"/>
  548. <Reference name="OpenGrid.Framework.Data"/>
  549. <Reference name="libsecondlife.dll"/>
  550. <Reference name="Db4objects.Db4o.dll"/>
  551. <Files>
  552. <Match pattern="*.cs" recurse="true"/>
  553. </Files>
  554. </Project>
  555. <Project name="OpenGrid.Framework.Data.MSSQL" path="OpenGridServices/OpenGrid.Framework.Data.MSSQL" type="Library">
  556. <Configuration name="Debug">
  557. <Options>
  558. <OutputPath>../../bin/</OutputPath>
  559. </Options>
  560. </Configuration>
  561. <Configuration name="Release">
  562. <Options>
  563. <OutputPath>../../bin/</OutputPath>
  564. </Options>
  565. </Configuration>
  566. <ReferencePath>../../bin/</ReferencePath>
  567. <Reference name="System" localCopy="false"/>
  568. <Reference name="System.Xml"/>
  569. <Reference name="System.Data"/>
  570. <Reference name="OpenGrid.Framework.Data"/>
  571. <Reference name="libsecondlife.dll"/>
  572. <Files>
  573. <Match pattern="*.cs" recurse="true"/>
  574. </Files>
  575. </Project>
  576. <Project name="OpenGrid.Framework.Data.SQLite" path="OpenGridServices/OpenGrid.Framework.Data.SQLite" type="Library">
  577. <Configuration name="Debug">
  578. <Options>
  579. <OutputPath>../../bin/</OutputPath>
  580. </Options>
  581. </Configuration>
  582. <Configuration name="Release">
  583. <Options>
  584. <OutputPath>../../bin/</OutputPath>
  585. </Options>
  586. </Configuration>
  587. <ReferencePath>../../bin/</ReferencePath>
  588. <Reference name="System" localCopy="false"/>
  589. <Reference name="System.Xml"/>
  590. <Reference name="System.Data"/>
  591. <Reference name="System.Data.SQLite.dll"/>
  592. <Reference name="OpenGrid.Framework.Data"/>
  593. <Reference name="libsecondlife.dll"/>
  594. <Files>
  595. <Match pattern="*.cs" recurse="true"/>
  596. </Files>
  597. </Project>
  598. <!-- OGS projects -->
  599. <Project name="OpenGrid.Framework.Manager" path="OpenGridServices/OpenGrid.Framework.Manager" type="Library">
  600. <Configuration name="Debug">
  601. <Options>
  602. <OutputPath>../../bin/</OutputPath>
  603. </Options>
  604. </Configuration>
  605. <Configuration name="Release">
  606. <Options>
  607. <OutputPath>../../bin/</OutputPath>
  608. </Options>
  609. </Configuration>
  610. <ReferencePath>../../bin/</ReferencePath>
  611. <Reference name="System" localCopy="false"/>
  612. <Reference name="OpenSim.Framework"/>
  613. <Reference name="OpenSim.Servers"/>
  614. <Reference name="libsecondlife.dll"/>
  615. <Reference name="XMLRPC"/>
  616. <Files>
  617. <Match pattern="*.cs" recurse="true"/>
  618. </Files>
  619. </Project>
  620. <Project name="ServiceManager" path="OpenGridServices/ServiceManager" type="Exe">
  621. <Configuration name="Debug">
  622. <Options>
  623. <OutputPath>../../bin/</OutputPath>
  624. </Options>
  625. </Configuration>
  626. <Configuration name="Release">
  627. <Options>
  628. <OutputPath>../../bin/</OutputPath>
  629. </Options>
  630. </Configuration>
  631. <ReferencePath>../../bin/</ReferencePath>
  632. <Reference name="System" localCopy="false"/>
  633. <Reference name="System.ServiceProcess" localCopy="false"/>
  634. <Reference name="System.Xml" localCopy="false"/>
  635. <Files>
  636. <Match pattern="*.cs" recurse="true"/>
  637. </Files>
  638. </Project>
  639. <Project name="OpenGridServices.GridServer" path="OpenGridServices/OpenGridServices.GridServer" type="Exe">
  640. <Configuration name="Debug">
  641. <Options>
  642. <OutputPath>../../bin/</OutputPath>
  643. </Options>
  644. </Configuration>
  645. <Configuration name="Release">
  646. <Options>
  647. <OutputPath>../../bin/</OutputPath>
  648. </Options>
  649. </Configuration>
  650. <ReferencePath>../../bin/</ReferencePath>
  651. <Reference name="System" localCopy="false"/>
  652. <Reference name="System.Data" localCopy="false"/>
  653. <Reference name="System.Xml" localCopy="false"/>
  654. <Reference name="OpenSim.Framework"/>
  655. <Reference name="OpenSim.Framework.Console"/>
  656. <Reference name="OpenSim.Servers"/>
  657. <Reference name="OpenGrid.Framework.Data"/>
  658. <Reference name="OpenGrid.Framework.Manager"/>
  659. <Reference name="OpenSim.GenericConfig.Xml"/>
  660. <Reference name="libsecondlife.dll"/>
  661. <Reference name="Db4objects.Db4o.dll"/>
  662. <Reference name="XMLRPC"/>
  663. <Files>
  664. <Match pattern="*.cs" recurse="true"/>
  665. </Files>
  666. </Project>
  667. <Project name="OpenGridServices.AssetServer" path="OpenGridServices/OpenGridServices.AssetServer" type="Exe">
  668. <Configuration name="Debug">
  669. <Options>
  670. <OutputPath>../../bin/</OutputPath>
  671. </Options>
  672. </Configuration>
  673. <Configuration name="Release">
  674. <Options>
  675. <OutputPath>../../bin/</OutputPath>
  676. </Options>
  677. </Configuration>
  678. <ReferencePath>../../bin/</ReferencePath>
  679. <Reference name="System" localCopy="false"/>
  680. <Reference name="System.Data" localCopy="false"/>
  681. <Reference name="System.Xml" localCopy="false"/>
  682. <Reference name="OpenSim.Framework"/>
  683. <Reference name="OpenSim.Framework.Console"/>
  684. <Reference name="OpenSim.Servers"/>
  685. <Reference name="libsecondlife.dll"/>
  686. <Reference name="Db4objects.Db4o.dll"/>
  687. <Reference name="XMLRPC"/>
  688. <Files>
  689. <Match pattern="*.cs" recurse="true"/>
  690. </Files>
  691. </Project>
  692. <Project name="OpenGridServices.UserServer" path="OpenGridServices/OpenGridServices.UserServer" type="Exe">
  693. <Configuration name="Debug">
  694. <Options>
  695. <OutputPath>../../bin/</OutputPath>
  696. </Options>
  697. </Configuration>
  698. <Configuration name="Release">
  699. <Options>
  700. <OutputPath>../../bin/</OutputPath>
  701. </Options>
  702. </Configuration>
  703. <ReferencePath>../../bin/</ReferencePath>
  704. <Reference name="System" localCopy="false"/>
  705. <Reference name="System.Data" localCopy="false"/>
  706. <Reference name="System.Xml" localCopy="false"/>
  707. <Reference name="OpenSim.Framework"/>
  708. <Reference name="OpenSim.Framework.Console"/>
  709. <Reference name="OpenGrid.Framework.Data"/>
  710. <Reference name="OpenSim.GenericConfig.Xml"/>
  711. <Reference name="OpenSim.Servers"/>
  712. <Reference name="libsecondlife.dll"/>
  713. <Reference name="Db4objects.Db4o.dll"/>
  714. <Reference name="XMLRPC"/>
  715. <Files>
  716. <Match pattern="*.cs" recurse="true"/>
  717. </Files>
  718. </Project>
  719. <Project name="OpenGrid.Config.GridConfigDb4o" path="OpenGridServices/OpenGrid.Config/GridConfigDb4o" type="Library">
  720. <Configuration name="Debug">
  721. <Options>
  722. <OutputPath>../../../bin/</OutputPath>
  723. </Options>
  724. </Configuration>
  725. <Configuration name="Release">
  726. <Options>
  727. <OutputPath>../../../bin/</OutputPath>
  728. </Options>
  729. </Configuration>
  730. <ReferencePath>../../../bin/</ReferencePath>
  731. <Reference name="System" localCopy="false"/>
  732. <Reference name="System.Data.dll"/>
  733. <Reference name="System.Xml"/>
  734. <Reference name="libsecondlife.dll"/>
  735. <Reference name="Db4objects.Db4o.dll"/>
  736. <Reference name="OpenSim.Framework"/>
  737. <Reference name="OpenSim.Framework.Console"/>
  738. <Files>
  739. <Match pattern="*.cs" recurse="true"/>
  740. </Files>
  741. </Project>
  742. <Project name="OpenUser.Config.UserConfigDb4o" path="OpenGridServices/OpenUser.Config/UserConfigDb4o" type="Library">
  743. <Configuration name="Debug">
  744. <Options>
  745. <OutputPath>../../../bin/</OutputPath>
  746. </Options>
  747. </Configuration>
  748. <Configuration name="Release">
  749. <Options>
  750. <OutputPath>../../../bin/</OutputPath>
  751. </Options>
  752. </Configuration>
  753. <ReferencePath>../../../bin/</ReferencePath>
  754. <Reference name="System" localCopy="false"/>
  755. <Reference name="System.Data.dll"/>
  756. <Reference name="System.Xml"/>
  757. <Reference name="libsecondlife.dll"/>
  758. <Reference name="Db4objects.Db4o.dll"/>
  759. <Reference name="OpenSim.Framework"/>
  760. <Reference name="OpenSim.Framework.Console"/>
  761. <Files>
  762. <Match pattern="*.cs" recurse="true"/>
  763. </Files>
  764. </Project>
  765. </Solution>
  766. <!-- Prebuild tool -->
  767. <Solution name="Prebuild" path="Prebuild/" >
  768. <Configuration name="Debug">
  769. <Options>
  770. <CompilerDefines>DEBUG;TRACE</CompilerDefines>
  771. <OptimizeCode>false</OptimizeCode>
  772. <OutputPath>bin/Debug</OutputPath>
  773. <DebugInformation>true</DebugInformation>
  774. <SuppressWarnings>1595</SuppressWarnings>
  775. </Options>
  776. </Configuration>
  777. <Configuration name="Release">
  778. <Options>
  779. <CompilerDefines>TRACE</CompilerDefines>
  780. <OutputPath>bin/Release</OutputPath>
  781. <OptimizeCode>true</OptimizeCode>
  782. <DebugInformation>false</DebugInformation>
  783. <SuppressWarnings>1595</SuppressWarnings>
  784. </Options>
  785. </Configuration>
  786. <Project name="Prebuild" path="src/" language="C#" assemblyName="prebuild" icon="App.ico" type="Exe" rootNamespace="Prebuild" startupObject="Prebuild.Prebuild">
  787. <Configuration name="Debug">
  788. <Options>
  789. <CompilerDefines>DEBUG;TRACE</CompilerDefines>
  790. <OptimizeCode>false</OptimizeCode>
  791. <OutputPath>..\..\bin\</OutputPath>
  792. <DebugInformation>true</DebugInformation>
  793. <KeyFile>Prebuild.snk</KeyFile>
  794. <SuppressWarnings>1595</SuppressWarnings>
  795. </Options>
  796. </Configuration>
  797. <Configuration name="Release">
  798. <Options>
  799. <CompilerDefines>TRACE</CompilerDefines>
  800. <OutputPath>..\..\bin\</OutputPath>
  801. <OptimizeCode>true</OptimizeCode>
  802. <DebugInformation>false</DebugInformation>
  803. <KeyFile>Prebuild.snk</KeyFile>
  804. <SuppressWarnings>1595</SuppressWarnings>
  805. </Options>
  806. </Configuration>
  807. <ReferencePath>../../bin/</ReferencePath>
  808. <Reference name="System.EnterpriseServices" />
  809. <Reference name="System.Xml" />
  810. <Reference name="System" />
  811. <Files>
  812. <Match pattern="App.ico" buildAction="EmbeddedResource"/>
  813. <Match path="data" pattern="prebuild-1.7.xsd" buildAction="EmbeddedResource"/>
  814. <Match pattern="*.cs" recurse="true"/>
  815. </Files>
  816. </Project>
  817. </Solution>
  818. </Prebuild>