prebuild.xml 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937
  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.Console" path="Common/OpenSim.Framework.Console" 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" localCopy="false"/>
  67. <Files>
  68. <Match pattern="*.cs" recurse="true"/>
  69. </Files>
  70. </Project>
  71. <Project name="OpenSim.Framework" path="Common/OpenSim.Framework" type="Library">
  72. <Configuration name="Debug">
  73. <Options>
  74. <OutputPath>../../bin/</OutputPath>
  75. </Options>
  76. </Configuration>
  77. <Configuration name="Release">
  78. <Options>
  79. <OutputPath>../../bin/</OutputPath>
  80. </Options>
  81. </Configuration>
  82. <ReferencePath>../../bin/</ReferencePath>
  83. <Reference name="System"/>
  84. <Reference name="System.Xml"/>
  85. <Reference name="libsecondlife.dll"/>
  86. <Reference name="Db4objects.Db4o.dll"/>
  87. <Reference name="XMLRPC"/>
  88. <Reference name="OpenSim.Framework.Console"/>
  89. <Files>
  90. <Match pattern="*.cs" recurse="true"/>
  91. </Files>
  92. </Project>
  93. <Project name="OpenSim.Servers" path="Common/OpenSim.Servers" type="Library">
  94. <Configuration name="Debug">
  95. <Options>
  96. <OutputPath>../../bin/</OutputPath>
  97. </Options>
  98. </Configuration>
  99. <Configuration name="Release">
  100. <Options>
  101. <OutputPath>../../bin/</OutputPath>
  102. </Options>
  103. </Configuration>
  104. <ReferencePath>../../bin/</ReferencePath>
  105. <Reference name="System"/>
  106. <Reference name="System.Xml"/>
  107. <Reference name="OpenSim.Framework"/>
  108. <Reference name="OpenSim.Framework.Console"/>
  109. <Reference name="libsecondlife.dll"/>
  110. <Reference name="XMLRPC"/>
  111. <Files>
  112. <Match pattern="*.cs" recurse="true"/>
  113. </Files>
  114. </Project>
  115. <!-- OpenGridFrameWork.Communications" -->
  116. <Project name="OpenGrid.Framework.Communications" path="Common/OpenGrid.Framework.Communications" type="Library">
  117. <Configuration name="Debug">
  118. <Options>
  119. <OutputPath>../../bin/</OutputPath>
  120. </Options>
  121. </Configuration>
  122. <Configuration name="Release">
  123. <Options>
  124. <OutputPath>../../bin/</OutputPath>
  125. </Options>
  126. </Configuration>
  127. <ReferencePath>../../bin/</ReferencePath>
  128. <Reference name="System"/>
  129. <Reference name="System.Xml"/>
  130. <Reference name="OpenSim.Framework"/>
  131. <Reference name="libsecondlife.dll"/>
  132. <Files>
  133. <Match pattern="*.cs" recurse="true"/>
  134. </Files>
  135. </Project>
  136. <Project name="OpenSim.LocalCommunications" path="OpenSim/OpenSim.LocalCommunications" type="Library">
  137. <Configuration name="Debug">
  138. <Options>
  139. <OutputPath>../../bin/</OutputPath>
  140. </Options>
  141. </Configuration>
  142. <Configuration name="Release">
  143. <Options>
  144. <OutputPath>../../bin/</OutputPath>
  145. </Options>
  146. </Configuration>
  147. <ReferencePath>../../bin/</ReferencePath>
  148. <Reference name="System"/>
  149. <Reference name="System.Xml"/>
  150. <Reference name="OpenGrid.Framework.Communications"/>
  151. <Reference name="libsecondlife.dll"/>
  152. <Reference name="OpenSim.Framework"/>
  153. <Files>
  154. <Match pattern="*.cs" recurse="true"/>
  155. </Files>
  156. </Project>
  157. <Project name="OpenSim.Caches" path="OpenSim/OpenSim.Caches" type="Library">
  158. <Configuration name="Debug">
  159. <Options>
  160. <OutputPath>../../bin/</OutputPath>
  161. </Options>
  162. </Configuration>
  163. <Configuration name="Release">
  164. <Options>
  165. <OutputPath>../../bin/</OutputPath>
  166. </Options>
  167. </Configuration>
  168. <ReferencePath>../../bin/</ReferencePath>
  169. <Reference name="System"/>
  170. <Reference name="System.Xml"/>
  171. <Reference name="libsecondlife.dll"/>
  172. <Reference name="OpenSim.Framework"/>
  173. <Files>
  174. <Match pattern="*.cs" recurse="true"/>
  175. </Files>
  176. </Project>
  177. <!-- Storage Plug-ins -->
  178. <Project name="OpenSim.Storage.LocalStorageDb4o" path="OpenSim/OpenSim.Storage/LocalStorageDb4o" type="Library">
  179. <Configuration name="Debug">
  180. <Options>
  181. <OutputPath>../../../bin/</OutputPath>
  182. </Options>
  183. </Configuration>
  184. <Configuration name="Release">
  185. <Options>
  186. <OutputPath>../../../bin/</OutputPath>
  187. </Options>
  188. </Configuration>
  189. <ReferencePath>../../../bin/</ReferencePath>
  190. <Reference name="System" localCopy="false"/>
  191. <Reference name="System.Xml"/>
  192. <Reference name="Db4objects.Db4o.dll"/>
  193. <Reference name="libsecondlife.dll"/>
  194. <Reference name="OpenSim.Framework"/>
  195. <Reference name="OpenSim.Framework.Console"/>
  196. <Files>
  197. <Match pattern="*.cs" recurse="true"/>
  198. </Files>
  199. </Project>
  200. <Project name="OpenSim.Storage.LocalStorageSQLite" path="OpenSim/OpenSim.Storage/LocalStorageSQLite" type="Library">
  201. <Configuration name="Debug">
  202. <Options>
  203. <OutputPath>../../../bin/</OutputPath>
  204. </Options>
  205. </Configuration>
  206. <Configuration name="Release">
  207. <Options>
  208. <OutputPath>../../../bin/</OutputPath>
  209. </Options>
  210. </Configuration>
  211. <ReferencePath>../../../bin/</ReferencePath>
  212. <Reference name="System" localCopy="false"/>
  213. <Reference name="System.Xml"/>
  214. <Reference name="System.Data"/>
  215. <Reference name="System.Data.SQLite.dll"/>
  216. <Reference name="libsecondlife.dll"/>
  217. <Reference name="OpenSim.Framework"/>
  218. <Reference name="OpenSim.Framework.Console"/>
  219. <Files>
  220. <Match pattern="*.cs" recurse="true"/>
  221. </Files>
  222. </Project>
  223. <Project name="OpenSim.Storage.LocalStorageBerkeleyDB" path="OpenSim/OpenSim.Storage/LocalStorageBerkeleyDB" type="Library">
  224. <Configuration name="Debug">
  225. <Options>
  226. <OutputPath>../../../bin/</OutputPath>
  227. </Options>
  228. </Configuration>
  229. <Configuration name="Release">
  230. <Options>
  231. <OutputPath>../../../bin/</OutputPath>
  232. </Options>
  233. </Configuration>
  234. <ReferencePath>../../../bin/</ReferencePath>
  235. <Reference name="System" localCopy="false"/>
  236. <Reference name="System.Xml"/>
  237. <Reference name="System.Data"/>
  238. <Reference name="Kds.Serialization.dll"/>
  239. <Reference name="libdb_dotNET43.dll"/>
  240. <Reference name="libsecondlife.dll"/>
  241. <Reference name="OpenSim.Framework"/>
  242. <Reference name="OpenSim.Framework.Console"/>
  243. <Files>
  244. <Match pattern="*.cs" recurse="true"/>
  245. </Files>
  246. </Project>
  247. <!-- Grid Server Plug-ins -->
  248. <Project name="OpenSim.GridInterfaces.Local" path="OpenSim/OpenSim.GridInterfaces/Local" type="Library">
  249. <Configuration name="Debug">
  250. <Options>
  251. <OutputPath>../../../bin/</OutputPath>
  252. </Options>
  253. </Configuration>
  254. <Configuration name="Release">
  255. <Options>
  256. <OutputPath>../../../bin/</OutputPath>
  257. </Options>
  258. </Configuration>
  259. <ReferencePath>../../../bin/</ReferencePath>
  260. <Reference name="System" localCopy="false"/>
  261. <Reference name="System.Xml"/>
  262. <Reference name="Db4objects.Db4o.dll"/>
  263. <Reference name="libsecondlife.dll"/>
  264. <Reference name="OpenSim.Framework"/>
  265. <Reference name="OpenSim.Framework.Console"/>
  266. <Files>
  267. <Match pattern="*.cs" recurse="true"/>
  268. </Files>
  269. </Project>
  270. <Project name="OpenSim.GridInterfaces.Remote" path="OpenSim/OpenSim.GridInterfaces/Remote" type="Library">
  271. <Configuration name="Debug">
  272. <Options>
  273. <OutputPath>../../../bin/</OutputPath>
  274. </Options>
  275. </Configuration>
  276. <Configuration name="Release">
  277. <Options>
  278. <OutputPath>../../../bin/</OutputPath>
  279. </Options>
  280. </Configuration>
  281. <ReferencePath>../../../bin/</ReferencePath>
  282. <Reference name="System" localCopy="false"/>
  283. <Reference name="System.Xml"/>
  284. <Reference name="libsecondlife.dll"/>
  285. <Reference name="OpenSim.Framework"/>
  286. <Reference name="OpenSim.Framework.Console"/>
  287. <Reference name="XMLRPC"/>
  288. <Files>
  289. <Match pattern="*.cs" recurse="true"/>
  290. </Files>
  291. </Project>
  292. <Project name="OpenSim.Physics.Manager" path="OpenSim/OpenSim.Physics/Manager" type="Library">
  293. <Configuration name="Debug">
  294. <Options>
  295. <OutputPath>../../../bin/</OutputPath>
  296. </Options>
  297. </Configuration>
  298. <Configuration name="Release">
  299. <Options>
  300. <OutputPath>../../../bin/</OutputPath>
  301. </Options>
  302. </Configuration>
  303. <ReferencePath>../../../bin/</ReferencePath>
  304. <Reference name="System" localCopy="false"/>
  305. <Reference name="System.Xml" localCopy="false" />
  306. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  307. <Reference name="OpenSim.Framework" localCopy="false"/>
  308. <Reference name="OpenSim.Framework.Console" localCopy="false"/>
  309. <Files>
  310. <Match pattern="*.cs" recurse="false"/>
  311. </Files>
  312. </Project>
  313. <!-- Physics Plug-ins -->
  314. <Project name="OpenSim.Physics.BasicPhysicsPlugin" path="OpenSim/OpenSim.Physics/BasicPhysicsPlugin" type="Library">
  315. <Configuration name="Debug">
  316. <Options>
  317. <OutputPath>../../../bin/Physics/</OutputPath>
  318. </Options>
  319. </Configuration>
  320. <ReferencePath>../../../bin/</ReferencePath>
  321. <Reference name="System" localCopy="false"/>
  322. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  323. <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
  324. <Files>
  325. <Match pattern="*.cs" recurse="true"/>
  326. </Files>
  327. </Project>
  328. <Project name="OpenSim.Physics.PhysXPlugin" path="OpenSim/OpenSim.Physics/PhysXPlugin" type="Library">
  329. <Configuration name="Debug">
  330. <Options>
  331. <OutputPath>../../../bin/Physics/</OutputPath>
  332. </Options>
  333. </Configuration>
  334. <ReferencePath>../../../bin/</ReferencePath>
  335. <Reference name="System" localCopy="false"/>
  336. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  337. <Reference name="PhysX_Wrapper_Dotnet.dll" localCopy="false"/>
  338. <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
  339. <Files>
  340. <Match pattern="*.cs" recurse="true"/>
  341. </Files>
  342. </Project>
  343. <Project name="OpenSim.Physics.OdePlugin" path="OpenSim/OpenSim.Physics/OdePlugin" type="Library">
  344. <Configuration name="Debug">
  345. <Options>
  346. <OutputPath>../../../bin/Physics/</OutputPath>
  347. </Options>
  348. </Configuration>
  349. <ReferencePath>../../../bin/</ReferencePath>
  350. <Reference name="System" localCopy="false"/>
  351. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  352. <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
  353. <Reference name="Ode.NET.dll" localCopy="false" />
  354. <Files>
  355. <Match pattern="*.cs" recurse="true"/>
  356. </Files>
  357. </Project>
  358. <!-- Xml Config Dll -->
  359. <Project name="OpenSim.GenericConfig.Xml" path="Common/OpenSim.GenericConfig/Xml" type="Library">
  360. <Configuration name="Debug">
  361. <Options>
  362. <OutputPath>../../../bin/</OutputPath>
  363. </Options>
  364. </Configuration>
  365. <ReferencePath>../../../bin/</ReferencePath>
  366. <Reference name="System"/>
  367. <Reference name="System.Xml"/>
  368. <Reference name="OpenSim.Framework"/>
  369. <Files>
  370. <Match pattern="*.cs" recurse="true"/>
  371. </Files>
  372. </Project>
  373. <!-- Terrain engine -->
  374. <Project name="OpenSim.Terrain.BasicTerrain" path="OpenSim/OpenSim.Terrain.BasicTerrain" type="Library">
  375. <Configuration name="Debug">
  376. <Options>
  377. <OutputPath>../../bin/</OutputPath>
  378. </Options>
  379. </Configuration>
  380. <ReferencePath>../../bin/</ReferencePath>
  381. <Reference name="System"/>
  382. <Reference name="System.Drawing"/>
  383. <Reference name="System.Data"/>
  384. <Reference name="System.Xml"/>
  385. <Reference name="libTerrain-BSD.dll"/>
  386. <Reference name="openjpegnet.dll" />
  387. <Files>
  388. <Match pattern="*.cs" recurse="true"/>
  389. </Files>
  390. </Project>
  391. <Project name="OpenSim.RegionServer" path="OpenSim/OpenSim.RegionServer" type="Library">
  392. <Configuration name="Debug">
  393. <Options>
  394. <OutputPath>../../bin/</OutputPath>
  395. </Options>
  396. </Configuration>
  397. <ReferencePath>../../bin/</ReferencePath>
  398. <Reference name="System" localCopy="false"/>
  399. <Reference name="System.Xml"/>
  400. <Reference name="libsecondlife.dll"/>
  401. <Reference name="Axiom.MathLib.dll"/>
  402. <Reference name="Db4objects.Db4o.dll"/>
  403. <Reference name="OpenSim.Terrain.BasicTerrain"/>
  404. <Reference name="OpenSim.Framework"/>
  405. <Reference name="OpenSim.Framework.Console"/>
  406. <Reference name="OpenSim.GenericConfig.Xml"/>
  407. <Reference name="OpenSim.Physics.Manager"/>
  408. <Reference name="OpenSim.Servers"/>
  409. <Reference name="OpenSim.Caches"/>
  410. <Reference name="XMLRPC"/>
  411. <Files>
  412. <Match pattern="*.cs" recurse="true"/>
  413. </Files>
  414. </Project>
  415. <Project name="OpenSim.Region" path="OpenSim/OpenSim.Region" type="Library">
  416. <Configuration name="Debug">
  417. <Options>
  418. <OutputPath>../../bin/</OutputPath>
  419. </Options>
  420. </Configuration>
  421. <ReferencePath>../../bin/</ReferencePath>
  422. <Reference name="System" localCopy="false"/>
  423. <Reference name="System.Xml"/>
  424. <Reference name="libsecondlife.dll"/>
  425. <Reference name="Axiom.MathLib.dll"/>
  426. <Reference name="Db4objects.Db4o.dll"/>
  427. <Reference name="OpenSim.Terrain.BasicTerrain"/>
  428. <Reference name="OpenSim.Framework"/>
  429. <Reference name="OpenSim.Framework.Console"/>
  430. <Reference name="OpenSim.GenericConfig.Xml"/>
  431. <Reference name="OpenSim.Physics.Manager"/>
  432. <Reference name="OpenSim.Servers"/>
  433. <Reference name="OpenSim.Caches"/>
  434. <Reference name="XMLRPC"/>
  435. <Reference name="OpenGrid.Framework.Communications"/>
  436. <Files>
  437. <Match pattern="*.cs" recurse="true"/>
  438. </Files>
  439. </Project>
  440. <!-- OpenSim app -->
  441. <Project name="OpenSim" path="OpenSim/OpenSim" type="Exe">
  442. <Configuration name="Debug">
  443. <Options>
  444. <OutputPath>../../bin/</OutputPath>
  445. </Options>
  446. </Configuration>
  447. <ReferencePath>../../bin/</ReferencePath>
  448. <Reference name="System" localCopy="false"/>
  449. <Reference name="System.Xml"/>
  450. <Reference name="libsecondlife.dll"/>
  451. <Reference name="Axiom.MathLib.dll"/>
  452. <Reference name="Db4objects.Db4o.dll"/>
  453. <Reference name="OpenSim.Terrain.BasicTerrain"/>
  454. <Reference name="OpenSim.Framework"/>
  455. <Reference name="OpenSim.Framework.Console"/>
  456. <Reference name="OpenSim.Physics.Manager"/>
  457. <Reference name="OpenSim.Servers"/>
  458. <Reference name="OpenSim.Region"/>
  459. <Reference name="OpenSim.RegionServer"/>
  460. <Reference name="OpenSim.GenericConfig.Xml"/>
  461. <Reference name="OpenGrid.Framework.Communications"/>
  462. <Reference name="OpenSim.Caches"/>
  463. <Reference name="XMLRPC"/>
  464. <Reference name="OpenSim.LocalCommunications"/>
  465. <Files>
  466. <Match pattern="*.cs" recurse="true"/>
  467. </Files>
  468. </Project>
  469. <!-- Scene Server API Example Apps -->
  470. <Project name="SimpleApp" path="OpenSim/Examples/SimpleApp" type="Exe">
  471. <Configuration name="Debug">
  472. <Options>
  473. <OutputPath>../../../bin/</OutputPath>
  474. </Options>
  475. </Configuration>
  476. <ReferencePath>../../../bin/</ReferencePath>
  477. <Reference name="libsecondlife.dll"/>
  478. <Reference name="System" localCopy="false"/>
  479. <Reference name="System.Data.dll"/>
  480. <Reference name="System.Xml"/>
  481. <Reference name="OpenSim.Framework.Console"/>
  482. <Reference name="OpenSim.Framework"/>
  483. <Reference name="XMLRPC"/>
  484. <Reference name="OpenSim.GridInterfaces.Local"/>
  485. <Reference name="OpenSim.Servers"/>
  486. <Reference name="OpenSim.Caches"/>
  487. <Reference name="OpenSim.RegionServer"/>
  488. <Files>
  489. <Match pattern="*.cs" recurse="true"/>
  490. </Files>
  491. </Project>
  492. <Project name="SimpleApp2" path="OpenSim/Examples/SimpleApp2" type="Exe">
  493. <Configuration name="Debug">
  494. <Options>
  495. <OutputPath>../../../bin/</OutputPath>
  496. </Options>
  497. </Configuration>
  498. <ReferencePath>../../../bin/</ReferencePath>
  499. <Reference name="libsecondlife.dll"/>
  500. <Reference name="System" localCopy="false"/>
  501. <Reference name="System.Data.dll"/>
  502. <Reference name="System.Xml"/>
  503. <Reference name="OpenSim.Framework.Console"/>
  504. <Reference name="OpenSim.Framework"/>
  505. <Reference name="XMLRPC"/>
  506. <Reference name="OpenSim.GridInterfaces.Local"/>
  507. <Reference name="OpenSim.Servers"/>
  508. <Reference name="OpenSim.Caches"/>
  509. <Reference name="OpenSim.RegionServer"/>
  510. <Files>
  511. <Match pattern="*.cs" recurse="true"/>
  512. </Files>
  513. </Project>
  514. </Solution>
  515. <Solution name="OpenGridServices" activeConfig="Debug" path="./">
  516. <Configuration name="Debug">
  517. <Options>
  518. <CompilerDefines>TRACE;DEBUG</CompilerDefines>
  519. <OptimizeCode>false</OptimizeCode>
  520. <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
  521. <AllowUnsafe>false</AllowUnsafe>
  522. <WarningLevel>4</WarningLevel>
  523. <WarningsAsErrors>false</WarningsAsErrors>
  524. <SuppressWarnings></SuppressWarnings>
  525. <OutputPath>bin</OutputPath>
  526. <DebugInformation>true</DebugInformation>
  527. <IncrementalBuild>true</IncrementalBuild>
  528. <NoStdLib>false</NoStdLib>
  529. </Options>
  530. </Configuration>
  531. <Configuration name="Release">
  532. <Options>
  533. <CompilerDefines>TRACE</CompilerDefines>
  534. <OptimizeCode>true</OptimizeCode>
  535. <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
  536. <AllowUnsafe>false</AllowUnsafe>
  537. <WarningLevel>4</WarningLevel>
  538. <WarningsAsErrors>false</WarningsAsErrors>
  539. <SuppressWarnings></SuppressWarnings>
  540. <OutputPath>bin</OutputPath>
  541. <DebugInformation>false</DebugInformation>
  542. <IncrementalBuild>true</IncrementalBuild>
  543. <NoStdLib>false</NoStdLib>
  544. </Options>
  545. </Configuration>
  546. <!-- OpenGrid Data Services -->
  547. <Project name="OpenGrid.Framework.Data" path="OpenGridServices/OpenGrid.Framework.Data" type="Library">
  548. <Configuration name="Debug">
  549. <Options>
  550. <OutputPath>../../bin/</OutputPath>
  551. </Options>
  552. </Configuration>
  553. <Configuration name="Release">
  554. <Options>
  555. <OutputPath>../../bin/</OutputPath>
  556. </Options>
  557. </Configuration>
  558. <ReferencePath>../../bin/</ReferencePath>
  559. <Reference name="System" localCopy="false"/>
  560. <Reference name="System.Xml"/>
  561. <Reference name="System.Data"/>
  562. <Reference name="libsecondlife.dll"/>
  563. <Files>
  564. <Match pattern="*.cs" recurse="true"/>
  565. </Files>
  566. </Project>
  567. <Project name="OpenGrid.Framework.Data.MySQL" path="OpenGridServices/OpenGrid.Framework.Data.MySQL" type="Library">
  568. <Configuration name="Debug">
  569. <Options>
  570. <OutputPath>../../bin/</OutputPath>
  571. </Options>
  572. </Configuration>
  573. <Configuration name="Release">
  574. <Options>
  575. <OutputPath>../../bin/</OutputPath>
  576. </Options>
  577. </Configuration>
  578. <ReferencePath>../../bin/</ReferencePath>
  579. <Reference name="System" localCopy="false"/>
  580. <Reference name="System.Xml"/>
  581. <Reference name="System.Data"/>
  582. <Reference name="OpenGrid.Framework.Data"/>
  583. <Reference name="libsecondlife.dll"/>
  584. <Reference name="MySql.Data.dll"/>
  585. <Files>
  586. <Match pattern="*.cs" recurse="true"/>
  587. </Files>
  588. </Project>
  589. <Project name="OpenGrid.Framework.Data.DB4o" path="OpenGridServices/OpenGrid.Framework.Data.DB4o" type="Library">
  590. <Configuration name="Debug">
  591. <Options>
  592. <OutputPath>../../bin/</OutputPath>
  593. </Options>
  594. </Configuration>
  595. <Configuration name="Release">
  596. <Options>
  597. <OutputPath>../../bin/</OutputPath>
  598. </Options>
  599. </Configuration>
  600. <ReferencePath>../../bin/</ReferencePath>
  601. <Reference name="System" localCopy="false"/>
  602. <Reference name="System.Xml"/>
  603. <Reference name="System.Data"/>
  604. <Reference name="OpenGrid.Framework.Data"/>
  605. <Reference name="libsecondlife.dll"/>
  606. <Reference name="Db4objects.Db4o.dll"/>
  607. <Files>
  608. <Match pattern="*.cs" recurse="true"/>
  609. </Files>
  610. </Project>
  611. <Project name="OpenGrid.Framework.Data.MSSQL" path="OpenGridServices/OpenGrid.Framework.Data.MSSQL" type="Library">
  612. <Configuration name="Debug">
  613. <Options>
  614. <OutputPath>../../bin/</OutputPath>
  615. </Options>
  616. </Configuration>
  617. <Configuration name="Release">
  618. <Options>
  619. <OutputPath>../../bin/</OutputPath>
  620. </Options>
  621. </Configuration>
  622. <ReferencePath>../../bin/</ReferencePath>
  623. <Reference name="System" localCopy="false"/>
  624. <Reference name="System.Xml"/>
  625. <Reference name="System.Data"/>
  626. <Reference name="OpenGrid.Framework.Data"/>
  627. <Reference name="libsecondlife.dll"/>
  628. <Files>
  629. <Match pattern="*.cs" recurse="true"/>
  630. </Files>
  631. </Project>
  632. <Project name="OpenGrid.Framework.Data.SQLite" path="OpenGridServices/OpenGrid.Framework.Data.SQLite" type="Library">
  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="System.Data"/>
  647. <Reference name="System.Data.SQLite.dll"/>
  648. <Reference name="OpenGrid.Framework.Data"/>
  649. <Reference name="libsecondlife.dll"/>
  650. <Files>
  651. <Match pattern="*.cs" recurse="true"/>
  652. </Files>
  653. </Project>
  654. <!-- OGS projects -->
  655. <Project name="OpenGrid.Framework.Manager" path="OpenGridServices/OpenGrid.Framework.Manager" type="Library">
  656. <Configuration name="Debug">
  657. <Options>
  658. <OutputPath>../../bin/</OutputPath>
  659. </Options>
  660. </Configuration>
  661. <Configuration name="Release">
  662. <Options>
  663. <OutputPath>../../bin/</OutputPath>
  664. </Options>
  665. </Configuration>
  666. <ReferencePath>../../bin/</ReferencePath>
  667. <Reference name="System" localCopy="false"/>
  668. <Reference name="OpenSim.Framework"/>
  669. <Reference name="OpenSim.Servers"/>
  670. <Reference name="libsecondlife.dll"/>
  671. <Reference name="XMLRPC"/>
  672. <Files>
  673. <Match pattern="*.cs" recurse="true"/>
  674. </Files>
  675. </Project>
  676. <Project name="OpenGridServices.GridServer" path="OpenGridServices/OpenGridServices.GridServer" type="Exe">
  677. <Configuration name="Debug">
  678. <Options>
  679. <OutputPath>../../bin/</OutputPath>
  680. </Options>
  681. </Configuration>
  682. <Configuration name="Release">
  683. <Options>
  684. <OutputPath>../../bin/</OutputPath>
  685. </Options>
  686. </Configuration>
  687. <ReferencePath>../../bin/</ReferencePath>
  688. <Reference name="System" localCopy="false"/>
  689. <Reference name="System.Data" localCopy="false"/>
  690. <Reference name="System.Xml" localCopy="false"/>
  691. <Reference name="OpenSim.Framework"/>
  692. <Reference name="OpenSim.Framework.Console"/>
  693. <Reference name="OpenSim.Servers"/>
  694. <Reference name="OpenGrid.Framework.Data"/>
  695. <Reference name="OpenGrid.Framework.Manager"/>
  696. <Reference name="OpenSim.GenericConfig.Xml"/>
  697. <Reference name="libsecondlife.dll"/>
  698. <Reference name="Db4objects.Db4o.dll"/>
  699. <Reference name="XMLRPC"/>
  700. <Files>
  701. <Match pattern="*.cs" recurse="true"/>
  702. </Files>
  703. </Project>
  704. <Project name="OpenGridServices.AssetServer" path="OpenGridServices/OpenGridServices.AssetServer" type="Exe">
  705. <Configuration name="Debug">
  706. <Options>
  707. <OutputPath>../../bin/</OutputPath>
  708. </Options>
  709. </Configuration>
  710. <Configuration name="Release">
  711. <Options>
  712. <OutputPath>../../bin/</OutputPath>
  713. </Options>
  714. </Configuration>
  715. <ReferencePath>../../bin/</ReferencePath>
  716. <Reference name="System" localCopy="false"/>
  717. <Reference name="System.Data" localCopy="false"/>
  718. <Reference name="System.Xml" localCopy="false"/>
  719. <Reference name="OpenSim.Framework"/>
  720. <Reference name="OpenSim.Framework.Console"/>
  721. <Reference name="OpenSim.Servers"/>
  722. <Reference name="libsecondlife.dll"/>
  723. <Reference name="Db4objects.Db4o.dll"/>
  724. <Reference name="XMLRPC"/>
  725. <Files>
  726. <Match pattern="*.cs" recurse="true"/>
  727. </Files>
  728. </Project>
  729. <Project name="OpenGridServices.UserServer" path="OpenGridServices/OpenGridServices.UserServer" type="Exe">
  730. <Configuration name="Debug">
  731. <Options>
  732. <OutputPath>../../bin/</OutputPath>
  733. </Options>
  734. </Configuration>
  735. <Configuration name="Release">
  736. <Options>
  737. <OutputPath>../../bin/</OutputPath>
  738. </Options>
  739. </Configuration>
  740. <ReferencePath>../../bin/</ReferencePath>
  741. <Reference name="System" localCopy="false"/>
  742. <Reference name="System.Data" localCopy="false"/>
  743. <Reference name="System.Xml" localCopy="false"/>
  744. <Reference name="OpenSim.Framework"/>
  745. <Reference name="OpenSim.Framework.Console"/>
  746. <Reference name="OpenGrid.Framework.Data"/>
  747. <Reference name="OpenSim.GenericConfig.Xml"/>
  748. <Reference name="OpenSim.Servers"/>
  749. <Reference name="libsecondlife.dll"/>
  750. <Reference name="Db4objects.Db4o.dll"/>
  751. <Reference name="XMLRPC"/>
  752. <Files>
  753. <Match pattern="*.cs" recurse="true"/>
  754. </Files>
  755. </Project>
  756. <Project name="OpenGrid.Config.GridConfigDb4o" path="OpenGridServices/OpenGrid.Config/GridConfigDb4o" type="Library">
  757. <Configuration name="Debug">
  758. <Options>
  759. <OutputPath>../../../bin/</OutputPath>
  760. </Options>
  761. </Configuration>
  762. <Configuration name="Release">
  763. <Options>
  764. <OutputPath>../../../bin/</OutputPath>
  765. </Options>
  766. </Configuration>
  767. <ReferencePath>../../../bin/</ReferencePath>
  768. <Reference name="System" localCopy="false"/>
  769. <Reference name="System.Data.dll"/>
  770. <Reference name="System.Xml"/>
  771. <Reference name="libsecondlife.dll"/>
  772. <Reference name="Db4objects.Db4o.dll"/>
  773. <Reference name="OpenSim.Framework"/>
  774. <Reference name="OpenSim.Framework.Console"/>
  775. <Files>
  776. <Match pattern="*.cs" recurse="true"/>
  777. </Files>
  778. </Project>
  779. <Project name="OpenUser.Config.UserConfigDb4o" path="OpenGridServices/OpenUser.Config/UserConfigDb4o" type="Library">
  780. <Configuration name="Debug">
  781. <Options>
  782. <OutputPath>../../../bin/</OutputPath>
  783. </Options>
  784. </Configuration>
  785. <ReferencePath>../../../bin/</ReferencePath>
  786. <Reference name="System" localCopy="false"/>
  787. <Reference name="System.Data.dll"/>
  788. <Reference name="System.Xml"/>
  789. <Reference name="libsecondlife.dll"/>
  790. <Reference name="Db4objects.Db4o.dll"/>
  791. <Reference name="OpenSim.Framework"/>
  792. <Reference name="OpenSim.Framework.Console"/>
  793. <Files>
  794. <Match pattern="*.cs" recurse="true"/>
  795. </Files>
  796. </Project>
  797. </Solution>
  798. <!-- Prebuild tool -->
  799. <Solution name="Prebuild" path="Prebuild/" >
  800. <Configuration name="Debug">
  801. <Options>
  802. <CompilerDefines>DEBUG;TRACE</CompilerDefines>
  803. <OptimizeCode>false</OptimizeCode>
  804. <OutputPath>bin/Debug</OutputPath>
  805. <DebugInformation>true</DebugInformation>
  806. <SuppressWarnings>1595</SuppressWarnings>
  807. </Options>
  808. </Configuration>
  809. <Project name="Prebuild" path="src/" language="C#" assemblyName="Prebuild" icon="App.ico" type="Exe" rootNamespace="Prebuild" startupObject="Prebuild.Prebuild">
  810. <Configuration name="Debug">
  811. <Options>
  812. <CompilerDefines>DEBUG;TRACE</CompilerDefines>
  813. <OptimizeCode>false</OptimizeCode>
  814. <OutputPath>..\..\bin\</OutputPath>
  815. <DebugInformation>true</DebugInformation>
  816. <KeyFile>Prebuild.snk</KeyFile>
  817. <SuppressWarnings>1595</SuppressWarnings>
  818. </Options>
  819. </Configuration>
  820. <ReferencePath>../../bin/</ReferencePath>
  821. <Reference name="System.EnterpriseServices" />
  822. <Reference name="System.Xml" />
  823. <Reference name="System" />
  824. <Files>
  825. <Match pattern="App.ico" buildAction="EmbeddedResource"/>
  826. <Match path="data" pattern="prebuild-1.7.xsd" buildAction="EmbeddedResource"/>
  827. <Match pattern="*.cs" recurse="true"/>
  828. </Files>
  829. </Project>
  830. </Solution>
  831. </Prebuild>