1
0

prebuild.xml 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7">
  3. <Solution name="OpenSim" activeConfig="Debug" path="./">
  4. <Configuration name="Debug">
  5. <Options>
  6. <CompilerDefines>TRACE;DEBUG</CompilerDefines>
  7. <OptimizeCode>false</OptimizeCode>
  8. <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
  9. <AllowUnsafe>false</AllowUnsafe>
  10. <WarningLevel>4</WarningLevel>
  11. <WarningsAsErrors>false</WarningsAsErrors>
  12. <SuppressWarnings></SuppressWarnings>
  13. <OutputPath>bin</OutputPath>
  14. <DebugInformation>true</DebugInformation>
  15. <IncrementalBuild>true</IncrementalBuild>
  16. <NoStdLib>false</NoStdLib>
  17. </Options>
  18. </Configuration>
  19. <Configuration name="Release">
  20. <Options>
  21. <CompilerDefines>TRACE</CompilerDefines>
  22. <OptimizeCode>true</OptimizeCode>
  23. <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
  24. <AllowUnsafe>false</AllowUnsafe>
  25. <WarningLevel>4</WarningLevel>
  26. <WarningsAsErrors>false</WarningsAsErrors>
  27. <SuppressWarnings></SuppressWarnings>
  28. <OutputPath>bin</OutputPath>
  29. <DebugInformation>false</DebugInformation>
  30. <IncrementalBuild>true</IncrementalBuild>
  31. <NoStdLib>false</NoStdLib>
  32. </Options>
  33. </Configuration>
  34. <!-- Core OpenSim Projects -->
  35. <Project name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" 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" localCopy="false"/>
  48. <Files>
  49. <Match pattern="*.cs" recurse="true"/>
  50. </Files>
  51. </Project>
  52. <Project name="OpenSim.Framework" path="OpenSim/Framework/General" type="Library">
  53. <Configuration name="Debug">
  54. <Options>
  55. <OutputPath>../../../bin/</OutputPath>
  56. </Options>
  57. </Configuration>
  58. <Configuration name="Release">
  59. <Options>
  60. <OutputPath>../../../bin/</OutputPath>
  61. </Options>
  62. </Configuration>
  63. <ReferencePath>../../../bin/</ReferencePath>
  64. <Reference name="System"/>
  65. <Reference name="System.Xml"/>
  66. <Reference name="libsecondlife.dll"/>
  67. <Reference name="Db4objects.Db4o.dll"/>
  68. <Reference name="XMLRPC.dll"/>
  69. <Reference name="OpenSim.Framework.Configuration"/>
  70. <Reference name="OpenSim.Framework.Console"/>
  71. <Files>
  72. <Match pattern="*.cs" recurse="true"/>
  73. </Files>
  74. </Project>
  75. <Project name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" 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"/>
  88. <Reference name="System.Xml"/>
  89. <Reference name="OpenSim.Framework"/>
  90. <Reference name="OpenSim.Framework.Console"/>
  91. <Reference name="libsecondlife.dll"/>
  92. <Reference name="XMLRPC.dll"/>
  93. <Files>
  94. <Match pattern="*.cs" recurse="true"/>
  95. </Files>
  96. </Project>
  97. <Project name="OpenSim.Framework.Services" path="OpenSim/Framework/Services" type="Library">
  98. <Configuration name="Debug">
  99. <Options>
  100. <OutputPath>../../../bin/</OutputPath>
  101. </Options>
  102. </Configuration>
  103. <Configuration name="Release">
  104. <Options>
  105. <OutputPath>../../../bin/</OutputPath>
  106. </Options>
  107. </Configuration>
  108. <ReferencePath>../../../bin/</ReferencePath>
  109. <Reference name="System"/>
  110. <Reference name="System.Xml"/>
  111. <Files>
  112. <Match pattern="*.cs" recurse="true"/>
  113. </Files>
  114. </Project>
  115. <Project name="OpenSim.Region.Caches" path="OpenSim/Region/Caches" 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"/>
  128. <Reference name="System.Xml"/>
  129. <Reference name="libsecondlife.dll"/>
  130. <Reference name="OpenSim.Framework"/>
  131. <Files>
  132. <Match pattern="*.cs" recurse="true"/>
  133. </Files>
  134. </Project>
  135. <Project name="OpenSim.Region.Capabilities" path="OpenSim/Region/Capabilities" type="Library">
  136. <Configuration name="Debug">
  137. <Options>
  138. <OutputPath>../../../bin/</OutputPath>
  139. </Options>
  140. </Configuration>
  141. <Configuration name="Release">
  142. <Options>
  143. <OutputPath>../../../bin/</OutputPath>
  144. </Options>
  145. </Configuration>
  146. <ReferencePath>../../../bin/</ReferencePath>
  147. <Reference name="System"/>
  148. <Reference name="System.Xml"/>
  149. <Reference name="libsecondlife.dll"/>
  150. <Reference name="OpenSim.Framework"/>
  151. <Reference name="OpenSim.Framework.Servers"/>
  152. <Reference name="OpenSim.Region.Caches"/>
  153. <Reference name="XMLRPC.dll"/>
  154. <Files>
  155. <Match pattern="*.cs" recurse="true"/>
  156. </Files>
  157. </Project>
  158. <!-- Storage Plug-ins -->
  159. <Project name="OpenSim.Region.Storage.LocalStorageDb4o" path="OpenSim/Region/Storage/LocalStorageDb4o" type="Library">
  160. <Configuration name="Debug">
  161. <Options>
  162. <OutputPath>../../../../bin/</OutputPath>
  163. </Options>
  164. </Configuration>
  165. <Configuration name="Release">
  166. <Options>
  167. <OutputPath>../../../../bin/</OutputPath>
  168. </Options>
  169. </Configuration>
  170. <ReferencePath>../../../../bin/</ReferencePath>
  171. <Reference name="System" localCopy="false"/>
  172. <Reference name="System.Xml"/>
  173. <Reference name="Db4objects.Db4o.dll"/>
  174. <Reference name="libsecondlife.dll"/>
  175. <Reference name="OpenSim.Framework"/>
  176. <Reference name="OpenSim.Framework.Console"/>
  177. <Files>
  178. <Match pattern="*.cs" recurse="true"/>
  179. </Files>
  180. </Project>
  181. <Project name="OpenSim.Region.Storage.LocalStorageSQLite" path="OpenSim/Region/Storage/LocalStorageSQLite" type="Library">
  182. <Configuration name="Debug">
  183. <Options>
  184. <OutputPath>../../../../bin/</OutputPath>
  185. </Options>
  186. </Configuration>
  187. <Configuration name="Release">
  188. <Options>
  189. <OutputPath>../../../../bin/</OutputPath>
  190. </Options>
  191. </Configuration>
  192. <ReferencePath>../../../../bin/</ReferencePath>
  193. <Reference name="System" localCopy="false"/>
  194. <Reference name="System.Xml"/>
  195. <Reference name="System.Data"/>
  196. <Reference name="System.Data.SQLite.dll"/>
  197. <Reference name="libsecondlife.dll"/>
  198. <Reference name="OpenSim.Framework"/>
  199. <Reference name="OpenSim.Framework.Console"/>
  200. <Files>
  201. <Match pattern="*.cs" recurse="true"/>
  202. </Files>
  203. </Project>
  204. <Project name="OpenSim.Region.Storage.LocalStorageBerkeleyDB" path="OpenSim/Region/Storage/LocalStorageBerkeleyDB" type="Library">
  205. <Configuration name="Debug">
  206. <Options>
  207. <OutputPath>../../../../bin/</OutputPath>
  208. </Options>
  209. </Configuration>
  210. <Configuration name="Release">
  211. <Options>
  212. <OutputPath>../../../../bin/</OutputPath>
  213. </Options>
  214. </Configuration>
  215. <ReferencePath>../../../../bin/</ReferencePath>
  216. <Reference name="System" localCopy="false"/>
  217. <Reference name="System.Xml"/>
  218. <Reference name="System.Data"/>
  219. <Reference name="Kds.Serialization.dll"/>
  220. <Reference name="libdb_dotNET43.dll"/>
  221. <Reference name="libsecondlife.dll"/>
  222. <Reference name="OpenSim.Framework"/>
  223. <Reference name="OpenSim.Framework.Console"/>
  224. <Files>
  225. <Match pattern="*.cs" recurse="true"/>
  226. </Files>
  227. </Project>
  228. <!-- Grid Server Plug-ins -->
  229. <Project name="OpenSim.Region.GridInterfaces.Local" path="OpenSim/Region/GridInterfaces/Local" 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"/>
  243. <Reference name="Db4objects.Db4o.dll"/>
  244. <Reference name="libsecondlife.dll"/>
  245. <Reference name="OpenSim.Framework"/>
  246. <Reference name="OpenSim.Framework.Console"/>
  247. <Files>
  248. <Match pattern="*.cs" recurse="true"/>
  249. </Files>
  250. </Project>
  251. <Project name="OpenSim.Region.GridInterfaces.Remote" path="OpenSim/Region/GridInterfaces/Remote" type="Library">
  252. <Configuration name="Debug">
  253. <Options>
  254. <OutputPath>../../../../bin/</OutputPath>
  255. </Options>
  256. </Configuration>
  257. <Configuration name="Release">
  258. <Options>
  259. <OutputPath>../../../../bin/</OutputPath>
  260. </Options>
  261. </Configuration>
  262. <ReferencePath>../../../../bin/</ReferencePath>
  263. <Reference name="System" localCopy="false"/>
  264. <Reference name="System.Xml"/>
  265. <Reference name="libsecondlife.dll"/>
  266. <Reference name="OpenSim.Framework"/>
  267. <Reference name="OpenSim.Framework.Console"/>
  268. <Reference name="XMLRPC.dll"/>
  269. <Files>
  270. <Match pattern="*.cs" recurse="true"/>
  271. </Files>
  272. </Project>
  273. <Project name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library">
  274. <Configuration name="Debug">
  275. <Options>
  276. <OutputPath>../../../../bin/</OutputPath>
  277. </Options>
  278. </Configuration>
  279. <Configuration name="Release">
  280. <Options>
  281. <OutputPath>../../../../bin/</OutputPath>
  282. </Options>
  283. </Configuration>
  284. <ReferencePath>../../../../bin/</ReferencePath>
  285. <Reference name="System" localCopy="false"/>
  286. <Reference name="System.Xml" localCopy="false" />
  287. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  288. <Reference name="OpenSim.Framework" localCopy="false"/>
  289. <Reference name="OpenSim.Framework.Console" localCopy="false"/>
  290. <Files>
  291. <Match pattern="*.cs" recurse="false"/>
  292. </Files>
  293. </Project>
  294. <!-- Physics Plug-ins -->
  295. <Project name="OpenSim.Region.Physics.BasicPhysicsPlugin" path="OpenSim/Region/Physics/BasicPhysicsPlugin" type="Library">
  296. <Configuration name="Debug">
  297. <Options>
  298. <OutputPath>../../../../bin/Physics/</OutputPath>
  299. </Options>
  300. </Configuration>
  301. <Configuration name="Release">
  302. <Options>
  303. <OutputPath>../../../../bin/Physics/</OutputPath>
  304. </Options>
  305. </Configuration>
  306. <ReferencePath>../../../../bin/</ReferencePath>
  307. <Reference name="System" localCopy="false"/>
  308. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  309. <Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/>
  310. <Files>
  311. <Match pattern="*.cs" recurse="true"/>
  312. </Files>
  313. </Project>
  314. <Project name="OpenSim.Region.Physics.PhysXPlugin" path="OpenSim/Region/Physics/PhysXPlugin" type="Library">
  315. <Configuration name="Debug">
  316. <Options>
  317. <OutputPath>../../../../bin/Physics/</OutputPath>
  318. </Options>
  319. </Configuration>
  320. <Configuration name="Release">
  321. <Options>
  322. <OutputPath>../../../../bin/Physics/</OutputPath>
  323. </Options>
  324. </Configuration>
  325. <ReferencePath>../../../../bin/</ReferencePath>
  326. <Reference name="System" localCopy="false"/>
  327. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  328. <Reference name="PhysX_Wrapper_Dotnet.dll" localCopy="false"/>
  329. <Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/>
  330. <Files>
  331. <Match pattern="*.cs" recurse="true"/>
  332. </Files>
  333. </Project>
  334. <Project name="OpenSim.Region.Physics.OdePlugin" path="OpenSim/Region/Physics/OdePlugin" type="Library">
  335. <Configuration name="Debug">
  336. <Options>
  337. <OutputPath>../../../../bin/Physics/</OutputPath>
  338. </Options>
  339. </Configuration>
  340. <Configuration name="Release">
  341. <Options>
  342. <OutputPath>../../../../bin/Physics/</OutputPath>
  343. </Options>
  344. </Configuration>
  345. <ReferencePath>../../../../bin/</ReferencePath>
  346. <Reference name="System" localCopy="false"/>
  347. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  348. <Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/>
  349. <Reference name="Ode.NET.dll" localCopy="false" />
  350. <Files>
  351. <Match pattern="*.cs" recurse="true"/>
  352. </Files>
  353. </Project>
  354. <!-- Configuration -->
  355. <Project name="OpenSim.Framework.Configuration" path="OpenSim/Framework/Configuration" type="Library">
  356. <Configuration name="Debug">
  357. <Options>
  358. <OutputPath>../../../bin/</OutputPath>
  359. </Options>
  360. </Configuration>
  361. <Configuration name="Release">
  362. <Options>
  363. <OutputPath>../../../bin/</OutputPath>
  364. </Options>
  365. </Configuration>
  366. <ReferencePath>../../../bin/</ReferencePath>
  367. <Reference name="System"/>
  368. <Reference name="System.Xml"/>
  369. <Reference name="OpenSim.Framework.Console"/>
  370. <Files>
  371. <Match pattern="*.cs" recurse="true"/>
  372. </Files>
  373. </Project>
  374. <!-- Terrain engine -->
  375. <Project name="OpenSim.Region.Terrain.BasicTerrain" path="OpenSim/Region/Terrain.BasicTerrain" type="Library">
  376. <Configuration name="Debug">
  377. <Options>
  378. <OutputPath>../../../bin/</OutputPath>
  379. </Options>
  380. </Configuration>
  381. <Configuration name="Release">
  382. <Options>
  383. <OutputPath>../../../bin/</OutputPath>
  384. </Options>
  385. </Configuration>
  386. <ReferencePath>../../../bin/</ReferencePath>
  387. <Reference name="System"/>
  388. <Reference name="System.Drawing"/>
  389. <Reference name="System.Data"/>
  390. <Reference name="System.Xml"/>
  391. <Reference name="Microsoft.JScript"/>
  392. <Reference name="libTerrain-BSD.dll"/>
  393. <Reference name="openjpegnet.dll" />
  394. <Files>
  395. <Match pattern="*.cs" recurse="true"/>
  396. </Files>
  397. </Project>
  398. <Project name="OpenSim.Framework.Data" path="OpenSim/Framework/Data" type="Library">
  399. <Configuration name="Debug">
  400. <Options>
  401. <OutputPath>../../../bin/</OutputPath>
  402. </Options>
  403. </Configuration>
  404. <Configuration name="Release">
  405. <Options>
  406. <OutputPath>../../../bin/</OutputPath>
  407. </Options>
  408. </Configuration>
  409. <ReferencePath>../../../bin/</ReferencePath>
  410. <Reference name="System" localCopy="false"/>
  411. <Reference name="System.Xml"/>
  412. <Reference name="System.Data"/>
  413. <Reference name="XMLRPC.dll"/>
  414. <Reference name="libsecondlife.dll"/>
  415. <Files>
  416. <Match pattern="*.cs" recurse="true"/>
  417. </Files>
  418. </Project>
  419. <Project name="OpenSim.Framework.Data.DB4o" path="OpenSim/Framework/Data.DB4o" type="Library">
  420. <Configuration name="Debug">
  421. <Options>
  422. <OutputPath>../../../bin/</OutputPath>
  423. </Options>
  424. </Configuration>
  425. <Configuration name="Release">
  426. <Options>
  427. <OutputPath>../../../bin/</OutputPath>
  428. </Options>
  429. </Configuration>
  430. <ReferencePath>../../../bin/</ReferencePath>
  431. <Reference name="System" localCopy="false"/>
  432. <Reference name="System.Xml"/>
  433. <Reference name="System.Data"/>
  434. <Reference name="OpenSim.Framework.Data"/>
  435. <Reference name="libsecondlife.dll"/>
  436. <Reference name="Db4objects.Db4o.dll"/>
  437. <Files>
  438. <Match pattern="*.cs" recurse="true"/>
  439. </Files>
  440. </Project>
  441. <Project name="OpenSim.Framework.UserManagement" path="OpenSim/Framework/UserManager" type="Library">
  442. <Configuration name="Debug">
  443. <Options>
  444. <OutputPath>../../../bin/</OutputPath>
  445. </Options>
  446. </Configuration>
  447. <Configuration name="Release">
  448. <Options>
  449. <OutputPath>../../../bin/</OutputPath>
  450. </Options>
  451. </Configuration>
  452. <ReferencePath>../../../bin/</ReferencePath>
  453. <Reference name="System" localCopy="false"/>
  454. <Reference name="System.Data" localCopy="false"/>
  455. <Reference name="System.Xml" localCopy="false"/>
  456. <Reference name="XMLRPC.dll"/>
  457. <Reference name="OpenSim.Framework"/>
  458. <Reference name="OpenSim.Framework.Console"/>
  459. <Reference name="OpenSim.Framework.Data"/>
  460. <Reference name="OpenSim.Framework.Servers"/>
  461. <Reference name="libsecondlife.dll"/>
  462. <Reference name="Db4objects.Db4o.dll"/>
  463. <Files>
  464. <Match pattern="*.cs" recurse="true"/>
  465. </Files>
  466. </Project>
  467. <!-- OpenSim.Framework.Communications -->
  468. <Project name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" type="Library">
  469. <Configuration name="Debug">
  470. <Options>
  471. <OutputPath>../../../bin/</OutputPath>
  472. </Options>
  473. </Configuration>
  474. <Configuration name="Release">
  475. <Options>
  476. <OutputPath>../../../bin/</OutputPath>
  477. </Options>
  478. </Configuration>
  479. <ReferencePath>../../../bin/</ReferencePath>
  480. <Reference name="System"/>
  481. <Reference name="System.Xml"/>
  482. <Reference name="OpenSim.Framework" />
  483. <Reference name="OpenSim.Framework.Configuration" />
  484. <Reference name="OpenSim.Framework.Data" />
  485. <Reference name="libsecondlife.dll"/>
  486. <Files>
  487. <Match pattern="*.cs" recurse="true"/>
  488. </Files>
  489. </Project>
  490. <Project name="OpenSim.Region.Communications.OGS1" path="OpenSim/Region/Communications/OGS1" type="Library">
  491. <Configuration name="Debug">
  492. <Options>
  493. <OutputPath>../../../../bin/</OutputPath>
  494. </Options>
  495. </Configuration>
  496. <Configuration name="Release">
  497. <Options>
  498. <OutputPath>../../../../bin/</OutputPath>
  499. </Options>
  500. </Configuration>
  501. <ReferencePath>../../../../bin/</ReferencePath>
  502. <Reference name="System"/>
  503. <Reference name="System.Xml"/>
  504. <Reference name="System.Data"/>
  505. <Reference name="System.Runtime.Remoting"/>
  506. <Reference name="OpenSim.Framework"/>
  507. <Reference name="OpenSim.Framework.Console"/>
  508. <Reference name="OpenSim.Framework.Servers"/>
  509. <Reference name="OpenSim.Framework.Configuration" />
  510. <Reference name="OpenSim.Framework.Communications" />
  511. <Reference name="OpenSim.Framework.Data" />
  512. <Reference name="libsecondlife.dll"/>
  513. <Reference name="XMLRPC.dll"/>
  514. <Files>
  515. <Match pattern="*.cs" recurse="true"/>
  516. </Files>
  517. </Project>
  518. <Project name="OpenSim.Region.Communications.Local" path="OpenSim/Region/Communications/Local" type="Library">
  519. <Configuration name="Debug">
  520. <Options>
  521. <OutputPath>../../../../bin/</OutputPath>
  522. </Options>
  523. </Configuration>
  524. <Configuration name="Release">
  525. <Options>
  526. <OutputPath>../../../../bin/</OutputPath>
  527. </Options>
  528. </Configuration>
  529. <ReferencePath>../../../../bin/</ReferencePath>
  530. <Reference name="System"/>
  531. <Reference name="System.Xml"/>
  532. <Reference name="OpenSim.Framework.Configuration" />
  533. <Reference name="OpenSim.Framework.Communications"/>
  534. <Reference name="OpenSim.Framework.UserManagement" />
  535. <Reference name="OpenSim.Framework.Data" />
  536. <Reference name="libsecondlife.dll"/>
  537. <Reference name="OpenSim.Framework"/>
  538. <Files>
  539. <Match pattern="*.cs" recurse="true"/>
  540. </Files>
  541. </Project>
  542. <Project name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library">
  543. <Configuration name="Debug">
  544. <Options>
  545. <OutputPath>../../../bin/</OutputPath>
  546. </Options>
  547. </Configuration>
  548. <Configuration name="Release">
  549. <Options>
  550. <OutputPath>../../../bin/</OutputPath>
  551. </Options>
  552. </Configuration>
  553. <ReferencePath>../../../bin/</ReferencePath>
  554. <Reference name="System" localCopy="false"/>
  555. <Reference name="System.Xml"/>
  556. <Reference name="libsecondlife.dll"/>
  557. <Reference name="Axiom.MathLib.dll"/>
  558. <Reference name="Db4objects.Db4o.dll"/>
  559. <Reference name="OpenSim.Region.Terrain.BasicTerrain"/>
  560. <Reference name="OpenSim.Framework"/>
  561. <Reference name="OpenSim.Framework.Configuration"/>
  562. <Reference name="OpenSim.Framework.Console"/>
  563. <Reference name="OpenSim.Region.Physics.Manager"/>
  564. <Reference name="OpenSim.Framework.Servers"/>
  565. <Reference name="OpenSim.Region.Caches"/>
  566. <Reference name="XMLRPC.dll"/>
  567. <Files>
  568. <Match pattern="*.cs" recurse="true"/>
  569. </Files>
  570. </Project>
  571. <Project name="OpenSim.Region.Environment" path="OpenSim/Region/Environment" 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="System.Xml"/>
  585. <Reference name="libsecondlife.dll"/>
  586. <Reference name="Axiom.MathLib.dll"/>
  587. <Reference name="Db4objects.Db4o.dll"/>
  588. <Reference name="OpenSim.Region.Terrain.BasicTerrain"/>
  589. <Reference name="OpenSim.Framework"/>
  590. <Reference name="OpenSim.Framework.Console"/>
  591. <Reference name="OpenSim.Framework.Configuration" />
  592. <Reference name="OpenSim.Region.Physics.Manager"/>
  593. <Reference name="OpenSim.Framework.Servers"/>
  594. <Reference name="OpenSim.Region.Caches"/>
  595. <Reference name="OpenSim.Region.Capabilities"/>
  596. <!-- For scripting in funny languages by default -->
  597. <Reference name="Microsoft.JScript"/>
  598. <Reference name="XMLRPC.dll"/>
  599. <Reference name="OpenSim.Framework.Communications"/>
  600. <Files>
  601. <Match pattern="*.cs" recurse="true"/>
  602. </Files>
  603. </Project>
  604. <!-- OGS Merge in OpenSim !-->
  605. <Project name="OpenSim.Grid.Services.CoreFunctions.Local" path="OpenSim/Grid/Services/CoreFunctions/Local" type="Library">
  606. <Configuration name="Debug">
  607. <Options>
  608. <OutputPath>../../../../../bin/</OutputPath>
  609. </Options>
  610. </Configuration>
  611. <Configuration name="Release">
  612. <Options>
  613. <OutputPath>../../../../../bin/</OutputPath>
  614. </Options>
  615. </Configuration>
  616. <ReferencePath>../../../../../bin/</ReferencePath>
  617. <Reference name="System" localCopy="false"/>
  618. <Reference name="System.Xml"/>
  619. <Reference name="OpenSim.Framework.Services"/>
  620. <Files>
  621. <Match pattern="*.cs" recurse="true"/>
  622. </Files>
  623. </Project>
  624. <Project name="OpenSim.Grid.Services.CoreFunctions.Remote" path="OpenSim/Grid/Services/CoreFunctions/Remote" type="Library">
  625. <Configuration name="Debug">
  626. <Options>
  627. <OutputPath>../../../../../bin/</OutputPath>
  628. </Options>
  629. </Configuration>
  630. <Configuration name="Release">
  631. <Options>
  632. <OutputPath>../../../../../bin/</OutputPath>
  633. </Options>
  634. </Configuration>
  635. <ReferencePath>../../../../../bin/</ReferencePath>
  636. <Reference name="System" localCopy="false"/>
  637. <Reference name="System.Xml"/>
  638. <Reference name="OpenSim.Framework.Services"/>
  639. <Files>
  640. <Match pattern="*.cs" recurse="true"/>
  641. </Files>
  642. </Project>
  643. <Project name="OpenSim.Grid.Services.Grid" path="OpenSim/Grid/Services/Grid" type="Library">
  644. <Configuration name="Debug">
  645. <Options>
  646. <OutputPath>../../../../bin/</OutputPath>
  647. </Options>
  648. </Configuration>
  649. <Configuration name="Release">
  650. <Options>
  651. <OutputPath>../../../../bin/</OutputPath>
  652. </Options>
  653. </Configuration>
  654. <ReferencePath>../../../../bin/</ReferencePath>
  655. <Reference name="System" localCopy="false"/>
  656. <Reference name="System.Xml"/>
  657. <Reference name="OpenSim.Framework.Configuration"/>
  658. <Reference name="OpenSim.Framework.Servers"/>
  659. <Reference name="OpenSim.Framework.Services"/>
  660. <Reference name="OpenSim.Grid.Services.CoreFunctions.Local"/>
  661. <Reference name="OpenSim.Grid.Services.CoreFunctions.Remote"/>
  662. <Files>
  663. <Match pattern="*.cs" recurse="true"/>
  664. </Files>
  665. </Project>
  666. <Project name="OpenSim.Grid.Services.Asset" path="OpenSim/Grid/Services/Asset" type="Library">
  667. <Configuration name="Debug">
  668. <Options>
  669. <OutputPath>../../../../bin/</OutputPath>
  670. </Options>
  671. </Configuration>
  672. <Configuration name="Release">
  673. <Options>
  674. <OutputPath>../../../../bin/</OutputPath>
  675. </Options>
  676. </Configuration>
  677. <ReferencePath>../../../../bin/</ReferencePath>
  678. <Reference name="System" localCopy="false"/>
  679. <Reference name="System.Xml"/>
  680. <Reference name="OpenSim.Framework.Configuration"/>
  681. <Reference name="OpenSim.Framework.Servers"/>
  682. <Reference name="OpenSim.Framework.Services"/>
  683. <Reference name="OpenSim.Grid.Services.CoreFunctions.Local"/>
  684. <Reference name="OpenSim.Grid.Services.CoreFunctions.Remote"/>
  685. <Files>
  686. <Match pattern="*.cs" recurse="true"/>
  687. </Files>
  688. </Project>
  689. <Project name="OpenSim.Grid.Services.User" path="OpenSim/Grid/Services/User" type="Library">
  690. <Configuration name="Debug">
  691. <Options>
  692. <OutputPath>../../../../bin/</OutputPath>
  693. </Options>
  694. </Configuration>
  695. <Configuration name="Release">
  696. <Options>
  697. <OutputPath>../../../../bin/</OutputPath>
  698. </Options>
  699. </Configuration>
  700. <ReferencePath>../../../../bin/</ReferencePath>
  701. <Reference name="System" localCopy="false"/>
  702. <Reference name="System.Xml"/>
  703. <Reference name="OpenSim.Framework.Configuration"/>
  704. <Reference name="OpenSim.Framework.Servers"/>
  705. <Reference name="OpenSim.Framework.Services"/>
  706. <Reference name="OpenSim.Grid.Services.CoreFunctions.Local"/>
  707. <Reference name="OpenSim.Grid.Services.CoreFunctions.Remote"/>
  708. <Files>
  709. <Match pattern="*.cs" recurse="true"/>
  710. </Files>
  711. </Project>
  712. <!-- OpenSim app -->
  713. <Project name="OpenSim.Grid.UserServer" path="OpenSim/Grid/UserServer" type="Exe">
  714. <Configuration name="Debug">
  715. <Options>
  716. <OutputPath>../../../bin/</OutputPath>
  717. </Options>
  718. </Configuration>
  719. <Configuration name="Release">
  720. <Options>
  721. <OutputPath>../../../bin/</OutputPath>
  722. </Options>
  723. </Configuration>
  724. <ReferencePath>../../../bin/</ReferencePath>
  725. <Reference name="System" localCopy="false"/>
  726. <Reference name="System.Xml"/>
  727. <Reference name="OpenSim.Framework.Configuration"/>
  728. <Reference name="OpenSim.Grid.Services.User"/>
  729. <Files>
  730. <Match pattern="*.cs" recurse="true"/>
  731. </Files>
  732. </Project>
  733. <Project name="OpenSim.Grid.GridServer" path="OpenSim/Grid/GridServer" type="Exe">
  734. <Configuration name="Debug">
  735. <Options>
  736. <OutputPath>../../../bin/</OutputPath>
  737. </Options>
  738. </Configuration>
  739. <Configuration name="Release">
  740. <Options>
  741. <OutputPath>../../../bin/</OutputPath>
  742. </Options>
  743. </Configuration>
  744. <ReferencePath>../../../bin/</ReferencePath>
  745. <Reference name="System" localCopy="false"/>
  746. <Reference name="System.Xml"/>
  747. <Reference name="OpenSim.Framework.Configuration"/>
  748. <Reference name="OpenSim.Grid.Services.Grid"/>
  749. <Files>
  750. <Match pattern="*.cs" recurse="true"/>
  751. </Files>
  752. </Project>
  753. <Project name="OpenSim.Grid.AssetServer" path="OpenSim/Grid/AssetServer" type="Exe">
  754. <Configuration name="Debug">
  755. <Options>
  756. <OutputPath>../../../bin/</OutputPath>
  757. </Options>
  758. </Configuration>
  759. <Configuration name="Release">
  760. <Options>
  761. <OutputPath>../../../bin/</OutputPath>
  762. </Options>
  763. </Configuration>
  764. <ReferencePath>../../../bin/</ReferencePath>
  765. <Reference name="System" localCopy="false"/>
  766. <Reference name="System.Xml"/>
  767. <Reference name="OpenSim.Framework.Configuration"/>
  768. <Reference name="OpenSim.Grid.Services.Asset"/>
  769. <Files>
  770. <Match pattern="*.cs" recurse="true"/>
  771. </Files>
  772. </Project>
  773. <!-- OpenSim app -->
  774. <Project name="OpenSim" path="OpenSim/Region/Application" type="Exe">
  775. <Configuration name="Debug">
  776. <Options>
  777. <OutputPath>../../../bin/</OutputPath>
  778. </Options>
  779. </Configuration>
  780. <Configuration name="Release">
  781. <Options>
  782. <OutputPath>../../../bin/</OutputPath>
  783. </Options>
  784. </Configuration>
  785. <ReferencePath>../../../bin/</ReferencePath>
  786. <Reference name="System" localCopy="false"/>
  787. <Reference name="System.Xml"/>
  788. <Reference name="libsecondlife.dll"/>
  789. <Reference name="Axiom.MathLib.dll"/>
  790. <Reference name="Db4objects.Db4o.dll"/>
  791. <Reference name="OpenSim.Region.Terrain.BasicTerrain"/>
  792. <Reference name="OpenSim.Framework"/>
  793. <Reference name="OpenSim.Framework.Data"/>
  794. <Reference name="OpenSim.Framework.Console"/>
  795. <Reference name="OpenSim.Region.Physics.Manager"/>
  796. <Reference name="OpenSim.Framework.Servers"/>
  797. <Reference name="OpenSim.Region.Environment"/>
  798. <Reference name="OpenSim.Region.ClientStack"/>
  799. <Reference name="OpenSim.Framework.Configuration"/>
  800. <Reference name="OpenSim.Framework.Communications"/>
  801. <Reference name="OpenSim.Region.Communications.OGS1"/>
  802. <Reference name="OpenSim.Region.Caches"/>
  803. <Reference name="XMLRPC.dll"/>
  804. <Reference name="OpenSim.Framework.UserManagement" />
  805. <Reference name="OpenSim.Region.Communications.Local"/>
  806. <Files>
  807. <Match pattern="*.cs" recurse="true"/>
  808. </Files>
  809. </Project>
  810. <!-- Scene Server API Example Apps -->
  811. <Project name="SimpleApp" path="OpenSim/Region/Examples/SimpleApp" type="Exe">
  812. <Configuration name="Debug">
  813. <Options>
  814. <OutputPath>../../../../bin/</OutputPath>
  815. </Options>
  816. </Configuration>
  817. <Configuration name="Release">
  818. <Options>
  819. <OutputPath>../../../../bin/</OutputPath>
  820. </Options>
  821. </Configuration>
  822. <ReferencePath>../../../../bin/</ReferencePath>
  823. <ReferencePath>../../../../bin/Physics/</ReferencePath>
  824. <Reference name="libsecondlife.dll"/>
  825. <Reference name="System" localCopy="false"/>
  826. <Reference name="System.Data.dll"/>
  827. <Reference name="System.Xml"/>
  828. <Reference name="OpenSim.Framework.Console"/>
  829. <Reference name="OpenSim.Framework"/>
  830. <Reference name="OpenSim.Framework.UserManagement"/>
  831. <Reference name="OpenSim.Region.Physics.Manager"/>
  832. <Reference name="OpenSim.Region.Capabilities"/>
  833. <Reference name="XMLRPC.dll"/>
  834. <Reference name="OpenSim.Region.GridInterfaces.Local"/>
  835. <Reference name="OpenSim.Framework.Servers"/>
  836. <Reference name="OpenSim.Framework.Configuration" />
  837. <Reference name="OpenSim.Framework.Communications"/>
  838. <Reference name="OpenSim.Region.Communications.Local"/>
  839. <Reference name="OpenSim.Region.Caches"/>
  840. <Reference name="OpenSim.Region.ClientStack"/>
  841. <Reference name="OpenSim.Region.Environment"/>
  842. <Files>
  843. <Match pattern="*.cs" recurse="true"/>
  844. </Files>
  845. </Project>
  846. </Solution>
  847. <!-- Prebuild tool -->
  848. <Solution name="Prebuild" path="Prebuild/" >
  849. <Configuration name="Debug">
  850. <Options>
  851. <CompilerDefines>DEBUG;TRACE</CompilerDefines>
  852. <OptimizeCode>false</OptimizeCode>
  853. <OutputPath>bin/Debug</OutputPath>
  854. <DebugInformation>true</DebugInformation>
  855. <SuppressWarnings>1595</SuppressWarnings>
  856. </Options>
  857. </Configuration>
  858. <Configuration name="Release">
  859. <Options>
  860. <CompilerDefines>TRACE</CompilerDefines>
  861. <OutputPath>bin/Release</OutputPath>
  862. <OptimizeCode>true</OptimizeCode>
  863. <DebugInformation>false</DebugInformation>
  864. <SuppressWarnings>1595</SuppressWarnings>
  865. </Options>
  866. </Configuration>
  867. <Project name="Prebuild" path="src/" language="C#" assemblyName="Prebuild" icon="App.ico" type="Exe" rootNamespace="Prebuild" startupObject="Prebuild.Prebuild">
  868. <Configuration name="Debug">
  869. <Options>
  870. <CompilerDefines>DEBUG;TRACE</CompilerDefines>
  871. <OptimizeCode>false</OptimizeCode>
  872. <OutputPath>..\..\bin\</OutputPath>
  873. <DebugInformation>true</DebugInformation>
  874. <KeyFile>Prebuild.snk</KeyFile>
  875. <SuppressWarnings>1595</SuppressWarnings>
  876. </Options>
  877. </Configuration>
  878. <Configuration name="Release">
  879. <Options>
  880. <CompilerDefines>TRACE</CompilerDefines>
  881. <OutputPath>..\..\bin\</OutputPath>
  882. <OptimizeCode>true</OptimizeCode>
  883. <DebugInformation>false</DebugInformation>
  884. <KeyFile>Prebuild.snk</KeyFile>
  885. <SuppressWarnings>1595</SuppressWarnings>
  886. </Options>
  887. </Configuration>
  888. <ReferencePath>../../bin/</ReferencePath>
  889. <Reference name="System.EnterpriseServices" />
  890. <Reference name="System.Xml" />
  891. <Reference name="System" />
  892. <Files>
  893. <Match pattern="App.ico" buildAction="EmbeddedResource"/>
  894. <Match path="data" pattern="prebuild-1.7.xsd" buildAction="EmbeddedResource"/>
  895. <Match pattern="*.cs" recurse="true"/>
  896. </Files>
  897. </Project>
  898. </Solution>
  899. </Prebuild>