prebuild.xml 61 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758
  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="./" version="0.5.0-$Rev$">
  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. <Reference name="log4net"/>
  49. <Files>
  50. <Match pattern="*.cs" recurse="true"/>
  51. </Files>
  52. </Project>
  53. <Project name="OpenSim.Framework" path="OpenSim/Framework" type="Library">
  54. <Configuration name="Debug">
  55. <Options>
  56. <OutputPath>../../bin/</OutputPath>
  57. </Options>
  58. </Configuration>
  59. <Configuration name="Release">
  60. <Options>
  61. <OutputPath>../../bin/</OutputPath>
  62. </Options>
  63. </Configuration>
  64. <ReferencePath>../../bin/</ReferencePath>
  65. <Reference name="System"/>
  66. <Reference name="System.Xml"/>
  67. <Reference name="System.Data"/>
  68. <Reference name="libsecondlife.dll"/>
  69. <Reference name="Db4objects.Db4o.dll"/>
  70. <Reference name="XMLRPC.dll"/>
  71. <Reference name="OpenSim.Framework.Console"/>
  72. <Reference name="Nini.dll" />
  73. <Reference name="log4net"/>
  74. <Files>
  75. <Match pattern="*.cs" recurse="false"/>
  76. </Files>
  77. </Project>
  78. <Project name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library">
  79. <Configuration name="Debug">
  80. <Options>
  81. <OutputPath>../../../bin/</OutputPath>
  82. </Options>
  83. </Configuration>
  84. <Configuration name="Release">
  85. <Options>
  86. <OutputPath>../../../bin/</OutputPath>
  87. </Options>
  88. </Configuration>
  89. <ReferencePath>../../../bin/</ReferencePath>
  90. <Reference name="System"/>
  91. <Reference name="System.Xml"/>
  92. <Reference name="System.Data"/>
  93. <Reference name="nunit.framework.dll" />
  94. <Reference name="libsecondlife.dll"/>
  95. <Files>
  96. <Match pattern="*.cs" recurse="false"/>
  97. </Files>
  98. </Project>
  99. <Project name="OpenSim.Framework.Tests" path="OpenSim/Tests/OpenSim/Framework" type="Library">
  100. <Configuration name="Debug">
  101. <Options>
  102. <OutputPath>../../../../bin/</OutputPath>
  103. </Options>
  104. </Configuration>
  105. <Configuration name="Release">
  106. <Options>
  107. <OutputPath>../../../../bin/</OutputPath>
  108. </Options>
  109. </Configuration>
  110. <ReferencePath>../../../../bin/</ReferencePath>
  111. <Reference name="System"/>
  112. <Reference name="System.Xml"/>
  113. <Reference name="System.Data"/>
  114. <Reference name="libsecondlife.dll"/>
  115. <Reference name="Db4objects.Db4o.dll"/>
  116. <Reference name="XMLRPC.dll"/>
  117. <Reference name="OpenSim.Framework.Console"/>
  118. <Reference name="OpenSim.Framework"/>
  119. <Reference name="OpenSim.Tests.Common"/>
  120. <Reference name="Nini.dll" />
  121. <Reference name="nunit.framework.dll" />
  122. <Files>
  123. <Match pattern="*.cs" recurse="false"/>
  124. </Files>
  125. </Project>
  126. <Project name="OpenSim.Framework.Statistics" path="OpenSim/Framework/Statistics" type="Library">
  127. <Configuration name="Debug">
  128. <Options>
  129. <OutputPath>../../../bin/</OutputPath>
  130. </Options>
  131. </Configuration>
  132. <Configuration name="Release">
  133. <Options>
  134. <OutputPath>../../../bin/</OutputPath>
  135. </Options>
  136. </Configuration>
  137. <ReferencePath>../../../bin/</ReferencePath>
  138. <Reference name="System"/>
  139. <Reference name="libsecondlife.dll"/>
  140. <Reference name="OpenSim.Framework"/>
  141. <Files>
  142. <Match pattern="*.cs" recurse="true"/>
  143. </Files>
  144. </Project>
  145. <Project name="OpenSim.Framework.Data.Base" path="OpenSim/Framework/Data.Base" type="Library">
  146. <Configuration name="Debug">
  147. <Options>
  148. <OutputPath>../../../bin/</OutputPath>
  149. <KeyFile>OpenSim.Framework.Data.Base.snk</KeyFile>
  150. </Options>
  151. </Configuration>
  152. <Configuration name="Release">
  153. <Options>
  154. <OutputPath>../../../bin/</OutputPath>
  155. <KeyFile>OpenSim.Framework.Data.Base.snk</KeyFile>
  156. </Options>
  157. </Configuration>
  158. <ReferencePath>../../../bin/</ReferencePath>
  159. <Reference name="System" localCopy="false"/>
  160. <Reference name="System.Data"/>
  161. <Files>
  162. <Match pattern="*.cs" recurse="true"/>
  163. </Files>
  164. </Project>
  165. <Project name="OpenSim.Framework.Data" path="OpenSim/Framework/Data" type="Library">
  166. <Configuration name="Debug">
  167. <Options>
  168. <OutputPath>../../../bin/</OutputPath>
  169. </Options>
  170. </Configuration>
  171. <Configuration name="Release">
  172. <Options>
  173. <OutputPath>../../../bin/</OutputPath>
  174. </Options>
  175. </Configuration>
  176. <ReferencePath>../../../bin/</ReferencePath>
  177. <Reference name="System" localCopy="false"/>
  178. <Reference name="System.Xml"/>
  179. <Reference name="System.Data"/>
  180. <Reference name="XMLRPC.dll"/>
  181. <Reference name="libsecondlife.dll"/>
  182. <Reference name="OpenSim.Framework"/>
  183. <Reference name="OpenSim.Framework.Data.Base"/>
  184. <Reference name="log4net"/>
  185. <Files>
  186. <Match pattern="*.cs" recurse="true"/>
  187. </Files>
  188. </Project>
  189. <Project name="OpenSim.Framework.Data.MySQLMapper" path="OpenSim/Framework/Data.MySQLMapper" type="Library">
  190. <Configuration name="Debug">
  191. <Options>
  192. <OutputPath>../../../bin/</OutputPath>
  193. </Options>
  194. </Configuration>
  195. <Configuration name="Release">
  196. <Options>
  197. <OutputPath>../../../bin/</OutputPath>
  198. </Options>
  199. </Configuration>
  200. <ReferencePath>../../../bin/</ReferencePath>
  201. <Reference name="System" localCopy="false"/>
  202. <Reference name="System.Xml"/>
  203. <Reference name="System.Data"/>
  204. <Reference name="OpenSim.Framework"/>
  205. <Reference name="OpenSim.Framework.Data"/>
  206. <Reference name="OpenSim.Framework.Data.Base"/>
  207. <Reference name="libsecondlife.dll"/>
  208. <Reference name="MySql.Data.dll"/>
  209. <Reference name="OpenSim.Framework.Console"/>
  210. <Reference name="log4net"/>
  211. <Files>
  212. <Match pattern="*.cs" recurse="true"/>
  213. </Files>
  214. </Project>
  215. <Project name="OpenSim.Framework.Data.MSSQLMapper" path="OpenSim/Framework/Data.MSSQLMapper" type="Library">
  216. <Configuration name="Debug">
  217. <Options>
  218. <OutputPath>../../../bin/</OutputPath>
  219. </Options>
  220. </Configuration>
  221. <Configuration name="Release">
  222. <Options>
  223. <OutputPath>../../../bin/</OutputPath>
  224. </Options>
  225. </Configuration>
  226. <ReferencePath>../../../bin/</ReferencePath>
  227. <Reference name="System" localCopy="false"/>
  228. <Reference name="System.Xml"/>
  229. <Reference name="System.Data"/>
  230. <Reference name="OpenSim.Framework"/>
  231. <Reference name="OpenSim.Framework.Data"/>
  232. <Reference name="OpenSim.Framework.Data.Base"/>
  233. <Reference name="libsecondlife.dll"/>
  234. <Reference name="OpenSim.Framework.Console"/>
  235. <Reference name="log4net"/>
  236. <Files>
  237. <Match pattern="*.cs" recurse="true"/>
  238. </Files>
  239. </Project>
  240. <Project name="OpenSim.Framework.Data.MapperFactory" path="OpenSim/Framework/Data.MapperFactory" type="Library">
  241. <Configuration name="Debug">
  242. <Options>
  243. <OutputPath>../../../bin/</OutputPath>
  244. </Options>
  245. </Configuration>
  246. <Configuration name="Release">
  247. <Options>
  248. <OutputPath>../../../bin/</OutputPath>
  249. </Options>
  250. </Configuration>
  251. <ReferencePath>../../../bin/</ReferencePath>
  252. <Reference name="System" localCopy="false"/>
  253. <Reference name="System.Xml"/>
  254. <Reference name="System.Data"/>
  255. <Reference name="OpenSim.Framework"/>
  256. <Reference name="OpenSim.Framework.Data"/>
  257. <Reference name="OpenSim.Framework.Data.Base"/>
  258. <Reference name="OpenSim.Framework.Data.MySQLMapper"/>
  259. <Reference name="OpenSim.Framework.Data.MSSQLMapper"/>
  260. <Files>
  261. <Match pattern="*.cs" recurse="true"/>
  262. </Files>
  263. </Project>
  264. <Project name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library">
  265. <Configuration name="Debug">
  266. <Options>
  267. <OutputPath>../../../../bin/</OutputPath>
  268. </Options>
  269. </Configuration>
  270. <Configuration name="Release">
  271. <Options>
  272. <OutputPath>../../../../bin/</OutputPath>
  273. </Options>
  274. </Configuration>
  275. <ReferencePath>../../../../bin/</ReferencePath>
  276. <Reference name="System"/>
  277. <Reference name="System.Xml"/>
  278. <Reference name="libsecondlife.dll"/>
  279. <Reference name="Db4objects.Db4o.dll"/>
  280. <Reference name="XMLRPC.dll"/>
  281. <Reference name="OpenSim.Framework"/>
  282. <Reference name="OpenSim.Framework.Console"/>
  283. <Reference name="OpenSim.Framework.Data"/>
  284. <Files>
  285. <Match pattern="*.cs" recurse="true"/>
  286. </Files>
  287. </Project>
  288. <Project name="OpenSim.Framework.Configuration.HTTP" path="OpenSim/Framework/Configuration/HTTP" type="Library">
  289. <Configuration name="Debug">
  290. <Options>
  291. <OutputPath>../../../../bin/</OutputPath>
  292. </Options>
  293. </Configuration>
  294. <Configuration name="Release">
  295. <Options>
  296. <OutputPath>../../../../bin/</OutputPath>
  297. </Options>
  298. </Configuration>
  299. <ReferencePath>../../../../bin/</ReferencePath>
  300. <Reference name="System"/>
  301. <Reference name="System.Xml"/>
  302. <Reference name="libsecondlife.dll"/>
  303. <Reference name="Db4objects.Db4o.dll"/>
  304. <Reference name="XMLRPC.dll"/>
  305. <Reference name="OpenSim.Framework"/>
  306. <Reference name="OpenSim.Framework.Console"/>
  307. <Reference name="OpenSim.Framework.Configuration.XML"/>
  308. <Reference name="OpenSim.Framework.Data"/>
  309. <Reference name="log4net"/>
  310. <Files>
  311. <Match pattern="*.cs" recurse="true"/>
  312. </Files>
  313. </Project>
  314. <Project name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library">
  315. <Configuration name="Debug">
  316. <Options>
  317. <OutputPath>../../../../bin/</OutputPath>
  318. </Options>
  319. </Configuration>
  320. <Configuration name="Release">
  321. <Options>
  322. <OutputPath>../../../../bin/</OutputPath>
  323. </Options>
  324. </Configuration>
  325. <ReferencePath>../../../../bin/</ReferencePath>
  326. <Reference name="System"/>
  327. <Reference name="System.Xml" localCopy="false"/>
  328. <Reference name="OpenSim.Framework.Console"/>
  329. <Reference name="OpenSim.Framework"/>
  330. <Reference name="libsecondlife.dll"/>
  331. <Reference name="Nini.dll" />
  332. <Reference name="log4net"/>
  333. <Files>
  334. <Match pattern="*.cs" recurse="true"/>
  335. </Files>
  336. </Project>
  337. <Project name="OpenSim.Framework.RegionLoader.Web" path="OpenSim/Framework/RegionLoader/Web" type="Library">
  338. <Configuration name="Debug">
  339. <Options>
  340. <OutputPath>../../../../bin/</OutputPath>
  341. </Options>
  342. </Configuration>
  343. <Configuration name="Release">
  344. <Options>
  345. <OutputPath>../../../../bin/</OutputPath>
  346. </Options>
  347. </Configuration>
  348. <ReferencePath>../../../../bin/</ReferencePath>
  349. <Reference name="System"/>
  350. <Reference name="System.Xml"/>
  351. <Reference name="libsecondlife.dll"/>
  352. <Reference name="Db4objects.Db4o.dll"/>
  353. <Reference name="XMLRPC.dll"/>
  354. <Reference name="OpenSim.Framework"/>
  355. <Reference name="OpenSim.Framework.Console"/>
  356. <Reference name="Nini.dll" />
  357. <Reference name="log4net"/>
  358. <Files>
  359. <Match pattern="*.cs" recurse="true"/>
  360. </Files>
  361. </Project>
  362. <Project name="OpenSim.Framework.RegionLoader.Filesystem" path="OpenSim/Framework/RegionLoader/Filesystem" type="Library">
  363. <Configuration name="Debug">
  364. <Options>
  365. <OutputPath>../../../../bin/</OutputPath>
  366. </Options>
  367. </Configuration>
  368. <Configuration name="Release">
  369. <Options>
  370. <OutputPath>../../../../bin/</OutputPath>
  371. </Options>
  372. </Configuration>
  373. <ReferencePath>../../../../bin/</ReferencePath>
  374. <Reference name="System"/>
  375. <Reference name="System.Xml"/>
  376. <Reference name="libsecondlife.dll"/>
  377. <Reference name="Db4objects.Db4o.dll"/>
  378. <Reference name="XMLRPC.dll"/>
  379. <Reference name="OpenSim.Framework"/>
  380. <Reference name="OpenSim.Framework.Console"/>
  381. <Reference name="Nini.dll" />
  382. <Files>
  383. <Match pattern="*.cs" recurse="true"/>
  384. </Files>
  385. </Project>
  386. <Project name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library">
  387. <Configuration name="Debug">
  388. <Options>
  389. <OutputPath>../../../bin/</OutputPath>
  390. </Options>
  391. </Configuration>
  392. <Configuration name="Release">
  393. <Options>
  394. <OutputPath>../../../bin/</OutputPath>
  395. </Options>
  396. </Configuration>
  397. <ReferencePath>../../../bin/</ReferencePath>
  398. <Reference name="System"/>
  399. <Reference name="System.Xml"/>
  400. <Reference name="OpenSim.Framework"/>
  401. <Reference name="OpenSim.Framework.Console"/>
  402. <Reference name="libsecondlife.dll"/>
  403. <Reference name="XMLRPC.dll"/>
  404. <Reference name="log4net"/>
  405. <Files>
  406. <Match pattern="*.cs" recurse="true"/>
  407. </Files>
  408. </Project>
  409. <Project name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library">
  410. <Configuration name="Debug">
  411. <Options>
  412. <OutputPath>../../../../bin/</OutputPath>
  413. </Options>
  414. </Configuration>
  415. <Configuration name="Release">
  416. <Options>
  417. <OutputPath>../../../../bin/</OutputPath>
  418. </Options>
  419. </Configuration>
  420. <ReferencePath>../../../../bin/</ReferencePath>
  421. <Reference name="System" localCopy="false"/>
  422. <Reference name="System.Xml" localCopy="false" />
  423. <Reference name="libsecondlife.dll"/>
  424. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  425. <Reference name="OpenSim.Framework" localCopy="false"/>
  426. <Reference name="OpenSim.Framework.Console" localCopy="false"/>
  427. <Reference name="nunit.framework.dll" />
  428. <Reference name="Nini.dll" />
  429. <Reference name="log4net"/>
  430. <Files>
  431. <Match pattern="*.cs" recurse="false"/>
  432. </Files>
  433. </Project>
  434. <!-- Physics Plug-ins -->
  435. <Project name="OpenSim.Region.Physics.BasicPhysicsPlugin" path="OpenSim/Region/Physics/BasicPhysicsPlugin" type="Library">
  436. <Configuration name="Debug">
  437. <Options>
  438. <OutputPath>../../../../bin/Physics/</OutputPath>
  439. </Options>
  440. </Configuration>
  441. <Configuration name="Release">
  442. <Options>
  443. <OutputPath>../../../../bin/Physics/</OutputPath>
  444. </Options>
  445. </Configuration>
  446. <ReferencePath>../../../../bin/</ReferencePath>
  447. <Reference name="System" localCopy="false"/>
  448. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  449. <Reference name="OpenSim.Framework"/>
  450. <Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/>
  451. <Files>
  452. <Match pattern="*.cs" recurse="true"/>
  453. </Files>
  454. </Project>
  455. <Project name="OpenSim.Region.Physics.POSPlugin" path="OpenSim/Region/Physics/POSPlugin" type="Library">
  456. <Configuration name="Debug">
  457. <Options>
  458. <OutputPath>../../../../bin/Physics/</OutputPath>
  459. </Options>
  460. </Configuration>
  461. <Configuration name="Release">
  462. <Options>
  463. <OutputPath>../../../../bin/Physics/</OutputPath>
  464. </Options>
  465. </Configuration>
  466. <ReferencePath>../../../../bin/</ReferencePath>
  467. <Reference name="System" localCopy="false"/>
  468. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  469. <Reference name="OpenSim.Framework"/>
  470. <Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/>
  471. <Files>
  472. <Match pattern="*.cs" recurse="true"/>
  473. </Files>
  474. </Project>
  475. <Project name="OpenSim.Region.Physics.PhysXPlugin" path="OpenSim/Region/Physics/PhysXPlugin" type="Library">
  476. <Configuration name="Debug">
  477. <Options>
  478. <OutputPath>../../../../bin/Physics/</OutputPath>
  479. </Options>
  480. </Configuration>
  481. <Configuration name="Release">
  482. <Options>
  483. <OutputPath>../../../../bin/Physics/</OutputPath>
  484. </Options>
  485. </Configuration>
  486. <ReferencePath>../../../../bin/</ReferencePath>
  487. <Reference name="System" localCopy="false"/>
  488. <Reference name="libsecondlife.dll"/>
  489. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  490. <Reference name="PhysX_Wrapper_Dotnet.dll" localCopy="false"/>
  491. <Reference name="OpenSim.Framework"/>
  492. <Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/>
  493. <Files>
  494. <Match pattern="*.cs" recurse="true"/>
  495. </Files>
  496. </Project>
  497. <Project name="OpenSim.Region.Physics.OdePlugin" path="OpenSim/Region/Physics/OdePlugin" type="Library">
  498. <Configuration name="Debug">
  499. <Options>
  500. <OutputPath>../../../../bin/Physics/</OutputPath>
  501. </Options>
  502. </Configuration>
  503. <Configuration name="Release">
  504. <Options>
  505. <OutputPath>../../../../bin/Physics/</OutputPath>
  506. </Options>
  507. </Configuration>
  508. <ReferencePath>../../../../bin/</ReferencePath>
  509. <Reference name="System" localCopy="false"/>
  510. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  511. <Reference name="libsecondlife.dll"/>
  512. <Reference name="OpenSim.Framework"/>
  513. <Reference name="OpenSim.Framework.Console"/>
  514. <Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/>
  515. <Reference name="Ode.NET.dll" localCopy="false" />
  516. <Reference name="nunit.framework.dll" />
  517. <Reference name="log4net"/>
  518. <Files>
  519. <Match pattern="*.cs" recurse="true"/>
  520. </Files>
  521. </Project>
  522. <Project name="OpenSim.Region.Physics.BulletXPlugin" path="OpenSim/Region/Physics/BulletXPlugin" type="Library">
  523. <Configuration name="Debug">
  524. <Options>
  525. <OutputPath>../../../../bin/Physics/</OutputPath>
  526. </Options>
  527. </Configuration>
  528. <Configuration name="Release">
  529. <Options>
  530. <OutputPath>../../../../bin/Physics/</OutputPath>
  531. </Options>
  532. </Configuration>
  533. <ReferencePath>../../../../bin/</ReferencePath>
  534. <Reference name="System" localCopy="false"/>
  535. <Reference name="libsecondlife.dll"/>
  536. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  537. <Reference name="OpenSim.Framework"/>
  538. <Reference name="OpenSim.Framework.Console" localCopy="false"/>
  539. <Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/>
  540. <Reference name="Modified.XnaDevRu.BulletX.dll" localCopy="false" />
  541. <Reference name="MonoXnaCompactMaths.dll" localCopy="false" />
  542. <Reference name="log4net"/>
  543. <Files>
  544. <Match pattern="*.cs" recurse="true"/>
  545. </Files>
  546. </Project>
  547. <Project name="OpenSim.Region.Physics.Meshing" path="OpenSim/Region/Physics/Meshing" type="Library">
  548. <Configuration name="Debug">
  549. <Options>
  550. <OutputPath>../../../../bin/Physics/</OutputPath>
  551. </Options>
  552. </Configuration>
  553. <Configuration name="Release">
  554. <Options>
  555. <OutputPath>../../../../bin/Physics/</OutputPath>
  556. </Options>
  557. </Configuration>
  558. <ReferencePath>../../../../bin/</ReferencePath>
  559. <Reference name="System" localCopy="false"/>
  560. <Reference name="libsecondlife.dll"/>
  561. <Reference name="OpenSim.Framework"/>
  562. <Reference name="OpenSim.Framework.Console"/>
  563. <Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/>
  564. <Reference name="log4net"/>
  565. <Files>
  566. <Match pattern="*.cs" recurse="true"/>
  567. </Files>
  568. </Project>
  569. <!-- Terrain engine -->
  570. <Project name="OpenSim.Region.Terrain.BasicTerrain" path="OpenSim/Region/Terrain.BasicTerrain" type="Library">
  571. <Configuration name="Debug">
  572. <Options>
  573. <OutputPath>../../../bin/</OutputPath>
  574. </Options>
  575. </Configuration>
  576. <Configuration name="Release">
  577. <Options>
  578. <OutputPath>../../../bin/</OutputPath>
  579. </Options>
  580. </Configuration>
  581. <ReferencePath>../../../bin/</ReferencePath>
  582. <Reference name="System"/>
  583. <Reference name="System.Drawing"/>
  584. <Reference name="System.Data"/>
  585. <Reference name="System.Xml"/>
  586. <Reference name="Microsoft.JScript"/>
  587. <Reference name="libsecondlife.dll" />
  588. <Reference name="OpenSim.Framework"/>
  589. <Files>
  590. <Match pattern="*.cs" recurse="true"/>
  591. </Files>
  592. </Project>
  593. <Project name="OpenSim.Framework.Data.DB4o" path="OpenSim/Framework/Data.DB4o" type="Library">
  594. <Configuration name="Debug">
  595. <Options>
  596. <OutputPath>../../../bin/</OutputPath>
  597. </Options>
  598. </Configuration>
  599. <Configuration name="Release">
  600. <Options>
  601. <OutputPath>../../../bin/</OutputPath>
  602. </Options>
  603. </Configuration>
  604. <ReferencePath>../../../bin/</ReferencePath>
  605. <Reference name="System" localCopy="false"/>
  606. <Reference name="System.Xml"/>
  607. <Reference name="System.Data"/>
  608. <Reference name="OpenSim.Framework"/>
  609. <Reference name="OpenSim.Framework.Data"/>
  610. <Reference name="libsecondlife.dll"/>
  611. <Reference name="Db4objects.Db4o.dll"/>
  612. <Reference name="log4net"/>
  613. <Files>
  614. <Match pattern="*.cs" recurse="true"/>
  615. </Files>
  616. </Project>
  617. <!-- OpenSim.Framework.Communications -->
  618. <Project name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" type="Library">
  619. <Configuration name="Debug">
  620. <Options>
  621. <OutputPath>../../../bin/</OutputPath>
  622. </Options>
  623. </Configuration>
  624. <Configuration name="Release">
  625. <Options>
  626. <OutputPath>../../../bin/</OutputPath>
  627. </Options>
  628. </Configuration>
  629. <ReferencePath>../../../bin/</ReferencePath>
  630. <Reference name="System"/>
  631. <Reference name="System.Xml"/>
  632. <Reference name="System.Web"/>
  633. <Reference name="OpenSim.Framework"/>
  634. <Reference name="OpenSim.Framework.AssetLoader.Filesystem"/>
  635. <Reference name="OpenSim.Framework.Data" />
  636. <Reference name="OpenSim.Framework.Servers"/>
  637. <Reference name="OpenSim.Framework.Console"/>
  638. <Reference name="OpenSim.Framework.Statistics"/>
  639. <Reference name="libsecondlife.dll"/>
  640. <Reference name="Db4objects.Db4o.dll"/>
  641. <Reference name="Nini.dll" />
  642. <Reference name="XMLRPC.dll"/>
  643. <Reference name="log4net"/>
  644. <Files>
  645. <Match pattern="*.cs" recurse="true"/>
  646. </Files>
  647. </Project>
  648. <Project name="OpenSim.Region.Communications.Local" path="OpenSim/Region/Communications/Local" type="Library">
  649. <Configuration name="Debug">
  650. <Options>
  651. <OutputPath>../../../../bin/</OutputPath>
  652. </Options>
  653. </Configuration>
  654. <Configuration name="Release">
  655. <Options>
  656. <OutputPath>../../../../bin/</OutputPath>
  657. </Options>
  658. </Configuration>
  659. <ReferencePath>../../../../bin/</ReferencePath>
  660. <Reference name="System"/>
  661. <Reference name="System.Xml"/>
  662. <Reference name="OpenSim.Framework"/>
  663. <Reference name="OpenSim.Framework.Communications"/>
  664. <Reference name="OpenSim.Framework.Console"/>
  665. <Reference name="OpenSim.Framework.Data" />
  666. <Reference name="OpenSim.Framework.Servers"/>
  667. <Reference name="OpenSim.Framework.Statistics"/>
  668. <Reference name="libsecondlife.dll"/>
  669. <Reference name="XMLRPC.dll"/>
  670. <Reference name="log4net"/>
  671. <Files>
  672. <Match pattern="*.cs" recurse="true"/>
  673. </Files>
  674. </Project>
  675. <Project name="OpenSim.Region.Communications.OGS1" path="OpenSim/Region/Communications/OGS1" type="Library">
  676. <Configuration name="Debug">
  677. <Options>
  678. <OutputPath>../../../../bin/</OutputPath>
  679. </Options>
  680. </Configuration>
  681. <Configuration name="Release">
  682. <Options>
  683. <OutputPath>../../../../bin/</OutputPath>
  684. </Options>
  685. </Configuration>
  686. <ReferencePath>../../../../bin/</ReferencePath>
  687. <Reference name="System"/>
  688. <Reference name="System.Xml"/>
  689. <Reference name="System.Data"/>
  690. <Reference name="System.Runtime.Remoting"/>
  691. <Reference name="OpenSim.Framework"/>
  692. <Reference name="OpenSim.Framework.Data" />
  693. <Reference name="OpenSim.Framework.Console"/>
  694. <Reference name="OpenSim.Framework.Servers"/>
  695. <Reference name="OpenSim.Framework.Communications" />
  696. <Reference name="OpenSim.Region.Communications.Local" />
  697. <Reference name="libsecondlife.dll"/>
  698. <Reference name="XMLRPC.dll"/>
  699. <Reference name="log4net"/>
  700. <Files>
  701. <Match pattern="*.cs" recurse="true"/>
  702. </Files>
  703. </Project>
  704. <Project name="OpenSim.Region.Environment" path="OpenSim/Region/Environment" type="Library">
  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.Xml"/>
  718. <Reference name="System.Drawing"/>
  719. <Reference name="libsecondlife.dll"/>
  720. <Reference name="Axiom.MathLib.dll"/>
  721. <Reference name="OpenSim.Region.Terrain.BasicTerrain"/>
  722. <Reference name="OpenSim.Framework"/>
  723. <Reference name="OpenSim.Framework.Data" />
  724. <Reference name="OpenSim.Framework.Console"/>
  725. <Reference name="OpenSim.Region.Physics.Manager"/>
  726. <Reference name="OpenSim.Framework.Servers"/>
  727. <!-- For scripting in funny languages by default -->
  728. <Reference name="Microsoft.JScript"/>
  729. <Reference name="XMLRPC.dll"/>
  730. <Reference name="OpenSim.Framework.Communications"/>
  731. <Reference name="OpenSim.Framework.Data.Base"/>
  732. <Reference name="Nini.dll" />
  733. <Reference name="log4net"/>
  734. <Files>
  735. <Match pattern="*.cs" recurse="true"/>
  736. </Files>
  737. </Project>
  738. <Project name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library">
  739. <Configuration name="Debug">
  740. <Options>
  741. <OutputPath>../../../bin/</OutputPath>
  742. </Options>
  743. </Configuration>
  744. <Configuration name="Release">
  745. <Options>
  746. <OutputPath>../../../bin/</OutputPath>
  747. </Options>
  748. </Configuration>
  749. <ReferencePath>../../../bin/</ReferencePath>
  750. <Reference name="System" localCopy="false"/>
  751. <Reference name="System.Xml"/>
  752. <Reference name="libsecondlife.dll"/>
  753. <Reference name="Axiom.MathLib.dll"/>
  754. <Reference name="Db4objects.Db4o.dll"/>
  755. <Reference name="OpenSim.Region.Terrain.BasicTerrain"/>
  756. <Reference name="OpenSim.Region.Environment"/>
  757. <Reference name="OpenSim.Framework"/>
  758. <Reference name="OpenSim.Framework.Data"/>
  759. <Reference name="OpenSim.Framework.Servers"/>
  760. <Reference name="OpenSim.Framework.Console"/>
  761. <Reference name="OpenSim.Framework.Communications"/>
  762. <Reference name="OpenSim.Framework.Statistics"/>
  763. <Reference name="OpenSim.Region.Communications.Local"/>
  764. <Reference name="OpenSim.Region.Physics.Manager"/>
  765. <Reference name="XMLRPC.dll"/>
  766. <Reference name="Nini.dll" />
  767. <Reference name="log4net"/>
  768. <Files>
  769. <Match pattern="*.cs" recurse="true"/>
  770. </Files>
  771. </Project>
  772. <!-- Datastore Plugins -->
  773. <Project name="OpenSim.DataStore.NullStorage" path="OpenSim/Region/Storage/OpenSim.DataStore.NullStorage" type="Library">
  774. <Configuration name="Debug">
  775. <Options>
  776. <OutputPath>../../../../bin/</OutputPath>
  777. </Options>
  778. </Configuration>
  779. <Configuration name="Release">
  780. <Options>
  781. <OutputPath>../../../../bin/</OutputPath>
  782. </Options>
  783. </Configuration>
  784. <ReferencePath>../../../../bin/</ReferencePath>
  785. <Reference name="System" localCopy="false"/>
  786. <Reference name="System.Xml"/>
  787. <Reference name="libsecondlife.dll"/>
  788. <Reference name="OpenSim.Framework"/>
  789. <Reference name="OpenSim.Region.Environment"/>
  790. <Reference name="OpenSim.Framework.Console"/>
  791. <Reference name="log4net"/>
  792. <Files>
  793. <Match pattern="*.cs" recurse="true"/>
  794. </Files>
  795. </Project>
  796. <Project name="OpenSim.Region.Modules.AvatarFactory" path="OpenSim/Region/Modules/AvatarFactory" type="Library">
  797. <Configuration name="Debug">
  798. <Options>
  799. <OutputPath>../../../../bin/</OutputPath>
  800. </Options>
  801. </Configuration>
  802. <Configuration name="Release">
  803. <Options>
  804. <OutputPath>../../../../bin/</OutputPath>
  805. </Options>
  806. </Configuration>
  807. <ReferencePath>../../../../bin/</ReferencePath>
  808. <Reference name="System" localCopy="false"/>
  809. <Reference name="System.Xml"/>
  810. <Reference name="System.Data"/>
  811. <Reference name="libsecondlife.dll"/>
  812. <Reference name="OpenSim.Framework"/>
  813. <Reference name="OpenSim.Framework.Communications"/>
  814. <Reference name="OpenSim.Framework.Data.Base" />
  815. <Reference name="OpenSim.Region.Environment"/>
  816. <Reference name="OpenSim.Framework.Data.MapperFactory"/>
  817. <Reference name="Nini.dll" />
  818. <Reference name="OpenSim.Framework.Data.MySQLMapper" />
  819. <Files>
  820. <Match pattern="*.cs" recurse="true"/>
  821. </Files>
  822. </Project>
  823. <Project name="OpenSim.DataStore.MSSQL" path="OpenSim/Region/Storage/OpenSim.DataStore.MSSQL" type="Library">
  824. <Configuration name="Debug">
  825. <Options>
  826. <OutputPath>../../../../bin/</OutputPath>
  827. </Options>
  828. </Configuration>
  829. <Configuration name="Release">
  830. <Options>
  831. <OutputPath>../../../../bin/</OutputPath>
  832. </Options>
  833. </Configuration>
  834. <ReferencePath>../../../../bin/</ReferencePath>
  835. <Reference name="System" localCopy="false"/>
  836. <Reference name="System.Xml"/>
  837. <Reference name="System.Data"/>
  838. <Reference name="libsecondlife.dll"/>
  839. <Reference name="OpenSim.Framework"/>
  840. <Reference name="OpenSim.Framework.Data"/>
  841. <Reference name="OpenSim.Region.Environment"/>
  842. <Reference name="OpenSim.Framework.Console"/>
  843. <Reference name="log4net"/>
  844. <Files>
  845. <Match pattern="*.cs" recurse="true"/>
  846. </Files>
  847. </Project>
  848. <Project name="OpenSim.Region.ExtensionsScriptModule" path="OpenSim/Region/ExtensionsScriptModule" type="Library">
  849. <Configuration name="Debug">
  850. <Options>
  851. <OutputPath>../../../bin/</OutputPath>
  852. </Options>
  853. </Configuration>
  854. <Configuration name="Release">
  855. <Options>
  856. <OutputPath>../../../bin/</OutputPath>
  857. </Options>
  858. </Configuration>
  859. <ReferencePath>../../../bin/</ReferencePath>
  860. <Reference name="System"/>
  861. <Reference name="System.Xml"/>
  862. <Reference name="Microsoft.JScript"/>
  863. <Reference name="libsecondlife.dll" />
  864. <Reference name="OpenSim.Framework"/>
  865. <Reference name="OpenSim.Region.Environment"/>
  866. <Reference name="OpenSim.Framework.Console"/>
  867. <Reference name="Axiom.MathLib.dll"/>
  868. <Reference name="Nini.dll"/>
  869. <Reference name="log4net"/>
  870. <Files>
  871. <Match pattern="*.cs" recurse="true"/>
  872. </Files>
  873. </Project>
  874. <!-- OpenSim app -->
  875. <Project name="OpenSim" path="OpenSim/Region/Application" type="Exe">
  876. <Configuration name="Debug">
  877. <Options>
  878. <OutputPath>../../../bin/</OutputPath>
  879. </Options>
  880. </Configuration>
  881. <Configuration name="Release">
  882. <Options>
  883. <OutputPath>../../../bin/</OutputPath>
  884. </Options>
  885. </Configuration>
  886. <ReferencePath>../../../bin/</ReferencePath>
  887. <Reference name="System" localCopy="false"/>
  888. <Reference name="System.Xml"/>
  889. <Reference name="Mono.Addins.dll" />
  890. <Reference name="libsecondlife.dll"/>
  891. <Reference name="Axiom.MathLib.dll"/>
  892. <Reference name="Db4objects.Db4o.dll"/>
  893. <Reference name="OpenSim.Region.Terrain.BasicTerrain"/>
  894. <Reference name="OpenSim.Framework"/>
  895. <Reference name="OpenSim.Framework.Data"/>
  896. <Reference name="OpenSim.Framework.Console"/>
  897. <Reference name="OpenSim.Region.Physics.Manager"/>
  898. <Reference name="OpenSim.Framework.Servers"/>
  899. <Reference name="OpenSim.Framework.Statistics"/>
  900. <Reference name="OpenSim.Region.Environment"/>
  901. <Reference name="OpenSim.Region.ClientStack"/>
  902. <Reference name="OpenSim.Framework.Communications"/>
  903. <Reference name="OpenSim.Region.Communications.OGS1"/>
  904. <Reference name="XMLRPC.dll"/>
  905. <Reference name="OpenSim.Region.Communications.Local"/>
  906. <Reference name="Nini.dll" />
  907. <Reference name="log4net"/>
  908. <Files>
  909. <Match pattern="*.cs" recurse="true"/>
  910. </Files>
  911. </Project>
  912. <Project name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library">
  913. <Configuration name="Debug">
  914. <Options>
  915. <OutputPath>../../../bin/</OutputPath>
  916. </Options>
  917. </Configuration>
  918. <Configuration name="Release">
  919. <Options>
  920. <OutputPath>../../../bin/</OutputPath>
  921. </Options>
  922. </Configuration>
  923. <ReferencePath>../../../bin/</ReferencePath>
  924. <Reference name="Mono.Addins.dll" />
  925. <Reference name="System"/>
  926. <Reference name="System.Xml"/>
  927. <Reference name="libsecondlife.dll" />
  928. <Reference name="Nini.dll" />
  929. <Reference name="OpenSim"/>
  930. <Reference name="OpenSim.Region.ClientStack"/>
  931. <Reference name="OpenSim.Region.Environment"/>
  932. <Reference name="OpenSim.Framework"/>
  933. <Reference name="OpenSim.Framework.Console"/>
  934. <Reference name="OpenSim.Framework.RegionLoader.Filesystem"/>
  935. <Reference name="OpenSim.Framework.RegionLoader.Web"/>
  936. <Reference name="OpenSim.Framework.Servers"/>
  937. <Reference name="log4net"/>
  938. <Files>
  939. <Match pattern="*.cs" recurse="true"/>
  940. </Files>
  941. </Project>
  942. <Project name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library">
  943. <Configuration name="Debug">
  944. <Options>
  945. <OutputPath>../../../bin/</OutputPath>
  946. </Options>
  947. </Configuration>
  948. <Configuration name="Release">
  949. <Options>
  950. <OutputPath>../../../bin/</OutputPath>
  951. </Options>
  952. </Configuration>
  953. <ReferencePath>../../../bin/</ReferencePath>
  954. <Reference name="Mono.Addins.dll" />
  955. <Reference name="System"/>
  956. <Reference name="System.Xml"/>
  957. <Reference name="libsecondlife.dll" />
  958. <Reference name="Nini.dll" />
  959. <Reference name="XMLRPC.dll" />
  960. <Reference name="OpenSim"/>
  961. <Reference name="OpenSim.Region.ClientStack"/>
  962. <Reference name="OpenSim.Region.Environment"/>
  963. <Reference name="OpenSim.Framework"/>
  964. <Reference name="OpenSim.Framework.Servers"/>
  965. <Reference name="OpenSim.Framework.Console"/>
  966. <Reference name="log4net"/>
  967. <Files>
  968. <Match pattern="*.cs" recurse="true"/>
  969. </Files>
  970. </Project>
  971. <!-- Scene Server API Example Apps -->
  972. <Project name="OpenSim.Region.Examples.SimpleModule" path="OpenSim/Region/Examples/SimpleModule" type="Library">
  973. <Configuration name="Debug">
  974. <Options>
  975. <OutputPath>bin/</OutputPath>
  976. </Options>
  977. </Configuration>
  978. <Configuration name="Release">
  979. <Options>
  980. <OutputPath>bin/</OutputPath>
  981. </Options>
  982. </Configuration>
  983. <ReferencePath>../../../../bin/</ReferencePath>
  984. <Reference name="libsecondlife.dll"/>
  985. <Reference name="System" localCopy="false"/>
  986. <Reference name="OpenSim.Framework"/>
  987. <Reference name="OpenSim.Region.Environment"/>
  988. <Reference name="Nini.dll" />
  989. <Reference name="log4net"/>
  990. <Files>
  991. <Match pattern="*.cs" recurse="true"/>
  992. </Files>
  993. </Project>
  994. <Project name="OpenSim.Framework.Data.MySQL" path="OpenSim/Framework/Data.MySQL" type="Library">
  995. <Configuration name="Debug">
  996. <Options>
  997. <OutputPath>../../../bin/</OutputPath>
  998. </Options>
  999. </Configuration>
  1000. <Configuration name="Release">
  1001. <Options>
  1002. <OutputPath>../../../bin/</OutputPath>
  1003. </Options>
  1004. </Configuration>
  1005. <ReferencePath>../../../bin/</ReferencePath>
  1006. <Reference name="System" localCopy="false"/>
  1007. <Reference name="System.Xml"/>
  1008. <Reference name="System.Data"/>
  1009. <Reference name="OpenSim.Framework"/>
  1010. <Reference name="OpenSim.Framework.Data"/>
  1011. <Reference name="libsecondlife.dll"/>
  1012. <Reference name="MySql.Data.dll"/>
  1013. <Reference name="OpenSim.Framework.Console"/>
  1014. <Reference name="OpenSim.Region.Environment"/>
  1015. <Reference name="log4net"/>
  1016. <Files>
  1017. <Match pattern="*.cs" recurse="true"/>
  1018. <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/>
  1019. </Files>
  1020. </Project>
  1021. <Project name="OpenSim.Framework.Data.MSSQL" path="OpenSim/Framework/Data.MSSQL" type="Library">
  1022. <Configuration name="Debug">
  1023. <Options>
  1024. <OutputPath>../../../bin/</OutputPath>
  1025. </Options>
  1026. </Configuration>
  1027. <Configuration name="Release">
  1028. <Options>
  1029. <OutputPath>../../../bin/</OutputPath>
  1030. </Options>
  1031. </Configuration>
  1032. <ReferencePath>../../../bin/</ReferencePath>
  1033. <Reference name="System" localCopy="false"/>
  1034. <Reference name="System.Xml"/>
  1035. <Reference name="System.Data"/>
  1036. <Reference name="OpenSim.Framework"/>
  1037. <Reference name="OpenSim.Framework.Data"/>
  1038. <Reference name="OpenSim.Region.Environment"/>
  1039. <Reference name="OpenSim.Framework.Console"/>
  1040. <Reference name="libsecondlife.dll"/>
  1041. <Reference name="log4net"/>
  1042. <Files>
  1043. <Match pattern="*.cs" recurse="true"/>
  1044. <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/>
  1045. </Files>
  1046. </Project>
  1047. <Project name="OpenSim.Framework.Data.SQLite" path="OpenSim/Framework/Data.SQLite" type="Library">
  1048. <Configuration name="Debug">
  1049. <Options>
  1050. <OutputPath>../../../bin/</OutputPath>
  1051. </Options>
  1052. </Configuration>
  1053. <Configuration name="Release">
  1054. <Options>
  1055. <OutputPath>../../../bin/</OutputPath>
  1056. </Options>
  1057. </Configuration>
  1058. <ReferencePath>../../../bin/</ReferencePath>
  1059. <Reference name="System" localCopy="false"/>
  1060. <Reference name="System.Xml"/>
  1061. <Reference name="System.Data"/>
  1062. <Reference name="System.Data.SQLite.dll"/>
  1063. <Reference name="OpenSim.Framework.Data"/>
  1064. <Reference name="OpenSim.Framework"/>
  1065. <Reference name="OpenSim.Framework.Console"/>
  1066. <Reference name="OpenSim.Region.Environment"/>
  1067. <Reference name="libsecondlife.dll"/>
  1068. <Reference name="Mono.Data.SqliteClient"/>
  1069. <Reference name="log4net"/>
  1070. <Files>
  1071. <Match pattern="*.cs" recurse="true"/>
  1072. <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/>
  1073. </Files>
  1074. </Project>
  1075. <!-- OGS projects -->
  1076. <Project name="OpenSim.Grid.GridServer" path="OpenSim/Grid/GridServer" type="Exe">
  1077. <Configuration name="Debug">
  1078. <Options>
  1079. <OutputPath>../../../bin/</OutputPath>
  1080. </Options>
  1081. </Configuration>
  1082. <Configuration name="Release">
  1083. <Options>
  1084. <OutputPath>../../../bin/</OutputPath>
  1085. </Options>
  1086. </Configuration>
  1087. <ReferencePath>../../../bin/</ReferencePath>
  1088. <Reference name="System" localCopy="false"/>
  1089. <Reference name="System.Data" localCopy="false"/>
  1090. <Reference name="System.Xml" localCopy="false"/>
  1091. <Reference name="Mono.Addins.dll" />
  1092. <Reference name="OpenSim.Framework"/>
  1093. <Reference name="OpenSim.Framework.Console"/>
  1094. <Reference name="OpenSim.Framework.Servers"/>
  1095. <Reference name="OpenSim.Framework.Data"/>
  1096. <Reference name="OpenSim.Framework.Data.MySQL"/>
  1097. <Reference name="libsecondlife.dll"/>
  1098. <Reference name="Db4objects.Db4o.dll"/>
  1099. <Reference name="XMLRPC.dll"/>
  1100. <Reference name="log4net"/>
  1101. <Files>
  1102. <Match pattern="*.cs" recurse="true"/>
  1103. </Files>
  1104. </Project>
  1105. <Project name="OpenSim.Grid.AssetServer" path="OpenSim/Grid/AssetServer" type="Exe">
  1106. <Configuration name="Debug">
  1107. <Options>
  1108. <OutputPath>../../../bin/</OutputPath>
  1109. </Options>
  1110. </Configuration>
  1111. <Configuration name="Release">
  1112. <Options>
  1113. <OutputPath>../../../bin/</OutputPath>
  1114. </Options>
  1115. </Configuration>
  1116. <ReferencePath>../../../bin/</ReferencePath>
  1117. <Reference name="System" localCopy="false"/>
  1118. <Reference name="System.Data" localCopy="false"/>
  1119. <Reference name="System.Xml" localCopy="false"/>
  1120. <Reference name="OpenSim.Framework"/>
  1121. <Reference name="OpenSim.Framework.AssetLoader.Filesystem"/>
  1122. <Reference name="OpenSim.Framework.Console"/>
  1123. <Reference name="OpenSim.Framework.Servers"/>
  1124. <Reference name="OpenSim.Framework.Communications"/>
  1125. <Reference name="OpenSim.Framework.Statistics"/>
  1126. <Reference name="libsecondlife.dll"/>
  1127. <Reference name="log4net"/>
  1128. <Files>
  1129. <Match pattern="*.cs" recurse="true"/>
  1130. </Files>
  1131. </Project>
  1132. <Project name="OpenSim.Grid.UserServer" path="OpenSim/Grid/UserServer" type="Exe">
  1133. <Configuration name="Debug">
  1134. <Options>
  1135. <OutputPath>../../../bin/</OutputPath>
  1136. </Options>
  1137. </Configuration>
  1138. <Configuration name="Release">
  1139. <Options>
  1140. <OutputPath>../../../bin/</OutputPath>
  1141. </Options>
  1142. </Configuration>
  1143. <ReferencePath>../../../bin/</ReferencePath>
  1144. <Reference name="System" localCopy="false"/>
  1145. <Reference name="System.Data" localCopy="false"/>
  1146. <Reference name="System.Xml" localCopy="false"/>
  1147. <Reference name="OpenSim.Framework"/>
  1148. <Reference name="OpenSim.Framework.Console"/>
  1149. <Reference name="OpenSim.Framework.Communications"/>
  1150. <Reference name="OpenSim.Framework.Data"/>
  1151. <Reference name="OpenSim.Framework.Servers"/>
  1152. <Reference name="OpenSim.Framework.Statistics"/>
  1153. <Reference name="libsecondlife.dll"/>
  1154. <Reference name="Db4objects.Db4o.dll"/>
  1155. <Reference name="XMLRPC.dll"/>
  1156. <Reference name="log4net"/>
  1157. <Files>
  1158. <Match pattern="*.cs" recurse="true"/>
  1159. </Files>
  1160. </Project>
  1161. <Project name="OpenSim.Grid.InventoryServer" path="OpenSim/Grid/InventoryServer" type="Exe">
  1162. <Configuration name="Debug">
  1163. <Options>
  1164. <OutputPath>../../../bin/</OutputPath>
  1165. </Options>
  1166. </Configuration>
  1167. <Configuration name="Release">
  1168. <Options>
  1169. <OutputPath>../../../bin/</OutputPath>
  1170. </Options>
  1171. </Configuration>
  1172. <ReferencePath>../../../bin/</ReferencePath>
  1173. <Reference name="System" localCopy="false"/>
  1174. <Reference name="System.Data" localCopy="false"/>
  1175. <Reference name="System.Xml" localCopy="false"/>
  1176. <Reference name="OpenSim.Framework"/>
  1177. <Reference name="OpenSim.Framework.Console"/>
  1178. <Reference name="OpenSim.Framework.Communications"/>
  1179. <Reference name="OpenSim.Framework.Data"/>
  1180. <Reference name="OpenSim.Framework.Servers"/>
  1181. <Reference name="libsecondlife.dll"/>
  1182. <Reference name="log4net"/>
  1183. <Files>
  1184. <Match pattern="*.cs" recurse="true"/>
  1185. </Files>
  1186. </Project>
  1187. <Project name="OpenSim.Grid.MessagingServer" path="OpenSim/Grid/MessagingServer" type="Exe">
  1188. <Configuration name="Debug">
  1189. <Options>
  1190. <OutputPath>../../../bin/</OutputPath>
  1191. </Options>
  1192. </Configuration>
  1193. <Configuration name="Release">
  1194. <Options>
  1195. <OutputPath>../../../bin/</OutputPath>
  1196. </Options>
  1197. </Configuration>
  1198. <ReferencePath>../../../bin/</ReferencePath>
  1199. <Reference name="System" localCopy="false"/>
  1200. <Reference name="System.Data" localCopy="false"/>
  1201. <Reference name="System.Xml" localCopy="false"/>
  1202. <Reference name="OpenSim.Framework"/>
  1203. <Reference name="OpenSim.Framework.Console"/>
  1204. <Reference name="OpenSim.Framework.Communications"/>
  1205. <Reference name="OpenSim.Framework.Data"/>
  1206. <Reference name="OpenSim.Framework.Servers"/>
  1207. <Reference name="libsecondlife.dll"/>
  1208. <Reference name="XMLRPC.dll"/>
  1209. <Reference name="log4net"/>
  1210. <Files>
  1211. <Match pattern="*.cs" recurse="true"/>
  1212. </Files>
  1213. </Project>
  1214. <Project name="OpenSim.Region.ScriptEngine.Common" path="OpenSim/Region/ScriptEngine/Common" type="Library">
  1215. <Configuration name="Debug">
  1216. <Options>
  1217. <OutputPath>../../../../bin/</OutputPath>
  1218. </Options>
  1219. </Configuration>
  1220. <Configuration name="Release">
  1221. <Options>
  1222. <OutputPath>../../../../bin/</OutputPath>
  1223. </Options>
  1224. </Configuration>
  1225. <ReferencePath>../../../../bin/</ReferencePath>
  1226. <ReferencePath>../../../../bin/ScriptEngines/</ReferencePath>
  1227. <Reference name="System" localCopy="false"/>
  1228. <Reference name="System.Data" localCopy="false"/>
  1229. <Reference name="System.Web" localCopy="false"/>
  1230. <Reference name="System.Xml" localCopy="false"/>
  1231. <Reference name="libsecondlife.dll"/>
  1232. <Reference name="OpenSim" />
  1233. <Reference name="OpenSim.Framework"/>
  1234. <Reference name="OpenSim.Framework.Communications"/>
  1235. <Reference name="OpenSim.Region.Environment" />
  1236. <Reference name="OpenSim.Framework.Console"/>
  1237. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  1238. <Reference name="Nini.dll" />
  1239. <Reference name="RAIL.dll"/>
  1240. <Reference name="OpenSim.Framework.Console"/>
  1241. <Reference name="OpenSim.Region.Terrain.BasicTerrain"/>
  1242. <Reference name="Nini.dll" />
  1243. <Reference name="log4net"/>
  1244. <Files>
  1245. <Match pattern="*.cs" recurse="true"/>
  1246. </Files>
  1247. </Project>
  1248. <Project name="OpenSim.Region.ScriptEngine.DotNetEngine" path="OpenSim/Region/ScriptEngine/DotNetEngine" type="Library">
  1249. <Configuration name="Debug">
  1250. <Options>
  1251. <OutputPath>../../../../bin/ScriptEngines/</OutputPath>
  1252. </Options>
  1253. </Configuration>
  1254. <Configuration name="Release">
  1255. <Options>
  1256. <OutputPath>../../../../bin/ScriptEngines/</OutputPath>
  1257. </Options>
  1258. </Configuration>
  1259. <ReferencePath>../../../../bin/</ReferencePath>
  1260. <ReferencePath>../../../../bin/ScriptEngines/</ReferencePath>
  1261. <Reference name="System" localCopy="false"/>
  1262. <Reference name="System.Data" localCopy="false"/>
  1263. <Reference name="System.Xml" localCopy="false"/>
  1264. <Reference name="System.Runtime.Remoting" localCopy="false"/>
  1265. <Reference name="libsecondlife.dll"/>
  1266. <Reference name="RAIL.dll"/>
  1267. <Reference name="OpenSim.Framework"/>
  1268. <Reference name="OpenSim.Framework.Console"/>
  1269. <Reference name="OpenSim.Region.Environment" />
  1270. <Reference name="OpenSim.Region.ScriptEngine.Common"/>
  1271. <Reference name="OpenSim.Region.Terrain.BasicTerrain"/>
  1272. <Reference name="Microsoft.JScript"/>
  1273. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  1274. <Reference name="Nini.dll" />
  1275. <Reference name="log4net"/>
  1276. <Files>
  1277. <Match pattern="*.cs" recurse="true"/>
  1278. </Files>
  1279. </Project>
  1280. <Project name="OpenSim.Region.ScriptEngine.LSOEngine" path="OpenSim/Region/ScriptEngine/LSOEngine" type="Library">
  1281. <Configuration name="Debug">
  1282. <Options>
  1283. <OutputPath>../../../../bin/ScriptEngines/</OutputPath>
  1284. </Options>
  1285. </Configuration>
  1286. <Configuration name="Release">
  1287. <Options>
  1288. <OutputPath>../../../../bin/ScriptEngines/</OutputPath>
  1289. </Options>
  1290. </Configuration>
  1291. <ReferencePath>../../../../bin/</ReferencePath>
  1292. <ReferencePath>../../../../bin/ScriptEngines/</ReferencePath>
  1293. <Reference name="System" localCopy="false"/>
  1294. <Reference name="System.Data" localCopy="false"/>
  1295. <Reference name="System.Xml" localCopy="false"/>
  1296. <Reference name="System.Runtime.Remoting" localCopy="false"/>
  1297. <Reference name="libsecondlife.dll"/>
  1298. <Reference name="RAIL.dll"/>
  1299. <Reference name="OpenSim.Framework"/>
  1300. <Reference name="OpenSim.Framework.Console"/>
  1301. <Reference name="OpenSim.Region.Environment" />
  1302. <Reference name="OpenSim.Region.ScriptEngine.Common"/>
  1303. <Reference name="OpenSim.Region.Terrain.BasicTerrain"/>
  1304. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  1305. <Reference name="Nini.dll" />
  1306. <Reference name="log4net"/>
  1307. <Files>
  1308. <Match pattern="*.cs" recurse="true"/>
  1309. </Files>
  1310. </Project>
  1311. <Project name="OpenSim.Grid.ScriptServer" path="OpenSim/Grid/ScriptServer" type="Exe">
  1312. <Configuration name="Debug">
  1313. <Options>
  1314. <OutputPath>../../../bin/</OutputPath>
  1315. </Options>
  1316. </Configuration>
  1317. <Configuration name="Release">
  1318. <Options>
  1319. <OutputPath>../../../bin/</OutputPath>
  1320. </Options>
  1321. </Configuration>
  1322. <ReferencePath>../../../bin/</ReferencePath>
  1323. <ReferencePath>../../../bin/ScriptEngines/</ReferencePath>
  1324. <Reference name="System" localCopy="false"/>
  1325. <Reference name="System.Data" localCopy="false"/>
  1326. <Reference name="System.Runtime.Remoting" localCopy="false"/>
  1327. <Reference name="System.Xml" localCopy="false"/>
  1328. <Reference name="OpenSim"/>
  1329. <Reference name="OpenSim.Framework"/>
  1330. <Reference name="OpenSim.Framework.Console"/>
  1331. <Reference name="OpenSim.Framework.Communications"/>
  1332. <Reference name="OpenSim.Framework.Servers"/>
  1333. <Reference name="OpenSim.Framework.Data"/>
  1334. <Reference name="OpenSim.Region.Environment" />
  1335. <Reference name="OpenSim.Region.ScriptEngine.Common"/>
  1336. <Reference name="OpenSim.Region.Terrain.BasicTerrain"/>
  1337. <Reference name="libsecondlife.dll"/>
  1338. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  1339. <Reference name="XMLRPC.dll"/>
  1340. <Reference name="Nini.dll" />
  1341. <Reference name="log4net"/>
  1342. <Files>
  1343. <Match pattern="*.cs" recurse="true"/>
  1344. </Files>
  1345. </Project>
  1346. <Project name="OpenSim.Region.ScriptEngine.RemoteServer" path="OpenSim/Region/ScriptEngine/RemoteServer" type="Library">
  1347. <Configuration name="Debug">
  1348. <Options>
  1349. <OutputPath>../../../../bin/ScriptEngines/</OutputPath>
  1350. </Options>
  1351. </Configuration>
  1352. <Configuration name="Release">
  1353. <Options>
  1354. <OutputPath>../../../../bin/ScriptEngines/</OutputPath>
  1355. </Options>
  1356. </Configuration>
  1357. <ReferencePath>../../../../bin/</ReferencePath>
  1358. <ReferencePath>../../../../bin/ScriptEngines/</ReferencePath>
  1359. <Reference name="System" localCopy="false"/>
  1360. <Reference name="System.Data" localCopy="false"/>
  1361. <Reference name="System.Xml" localCopy="false"/>
  1362. <Reference name="System.Runtime.Remoting" localCopy="false"/>
  1363. <Reference name="OpenSim.Region.Environment" />
  1364. <Reference name="libsecondlife.dll"/>
  1365. <Reference name="OpenSim.Framework"/>
  1366. <Reference name="OpenSim.Framework.Console"/>
  1367. <Reference name="OpenSim.Region.ScriptEngine.Common"/>
  1368. <Reference name="OpenSim.Region.ScriptEngine.DotNetEngine"/>
  1369. <Reference name="Nini.dll" />
  1370. <Reference name="log4net"/>
  1371. <!-- Reference name="OpenSim.Grid.ScriptServer"/ -->
  1372. <Files>
  1373. <Match pattern="*.cs" recurse="true"/>
  1374. </Files>
  1375. </Project>
  1376. <!-- Tests -->
  1377. <Project name="OpenSim.Tests.UserServer.Stress" path="OpenSim/Tests/UserServer/Stress" type="Exe">
  1378. <Configuration name="Debug">
  1379. <Options>
  1380. <OutputPath>../../../../bin/tests/stress</OutputPath>
  1381. </Options>
  1382. </Configuration>
  1383. <Configuration name="Release">
  1384. <Options>
  1385. <OutputPath>../../../../bin/tests/stress</OutputPath>
  1386. </Options>
  1387. </Configuration>
  1388. <ReferencePath>../../../../bin</ReferencePath>
  1389. <Reference name="System" localCopy="false"/>
  1390. <Reference name="log4net"/>
  1391. <Files>
  1392. <Match pattern="*.cs" recurse="true"/>
  1393. </Files>
  1394. </Project>
  1395. <!-- Tools -->
  1396. <Project name="OpenSimExport" path="OpenSim/Tools/Export" type="Exe">
  1397. <Configuration name="Debug">
  1398. <Options>
  1399. <OutputPath>../../../bin/</OutputPath>
  1400. </Options>
  1401. </Configuration>
  1402. <Configuration name="Release">
  1403. <Options>
  1404. <OutputPath>../../../bin/</OutputPath>
  1405. </Options>
  1406. </Configuration>
  1407. <ReferencePath>../../../bin/</ReferencePath>
  1408. <Reference name="System" localCopy="false"/>
  1409. <Reference name="System.Xml"/>
  1410. <Reference name="Mono.Addins.dll" />
  1411. <Reference name="libsecondlife.dll"/>
  1412. <Reference name="Axiom.MathLib.dll"/>
  1413. <Reference name="Db4objects.Db4o.dll"/>
  1414. <Reference name="OpenSim.Region.Terrain.BasicTerrain"/>
  1415. <Reference name="OpenSim"/>
  1416. <Reference name="OpenSim.Framework"/>
  1417. <Reference name="OpenSim.Framework.Data"/>
  1418. <Reference name="OpenSim.Framework.Console"/>
  1419. <Reference name="OpenSim.Framework.Statistics"/>
  1420. <Reference name="OpenSim.Region.Physics.Manager"/>
  1421. <Reference name="OpenSim.Framework.Servers"/>
  1422. <Reference name="OpenSim.Region.Environment"/>
  1423. <Reference name="OpenSim.Region.ClientStack"/>
  1424. <Reference name="OpenSim.Framework.Communications"/>
  1425. <Reference name="OpenSim.Region.Communications.OGS1"/>
  1426. <Reference name="XMLRPC.dll"/>
  1427. <Reference name="OpenSim.Region.Communications.Local"/>
  1428. <Reference name="Nini.dll" />
  1429. <Reference name="log4net"/>
  1430. <Files>
  1431. <Match pattern="*.cs" recurse="true"/>
  1432. </Files>
  1433. </Project>
  1434. <Project name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe">
  1435. <Configuration name="Debug">
  1436. <Options>
  1437. <OutputPath>../../../bin/</OutputPath>
  1438. </Options>
  1439. </Configuration>
  1440. <Configuration name="Release">
  1441. <Options>
  1442. <OutputPath>../../../bin/</OutputPath>
  1443. </Options>
  1444. </Configuration>
  1445. <ReferencePath>../../../bin/</ReferencePath>
  1446. <Reference name="System" localCopy="false"/>
  1447. <Reference name="libsecondlife.dll"/>
  1448. <Reference name="OpenSim.Framework"/>
  1449. <Reference name="OpenSim.Framework.Console"/>
  1450. <Reference name="Nini.dll" />
  1451. <Reference name="log4net"/>
  1452. <Files>
  1453. <Match pattern="*.cs" recurse="true"/>
  1454. </Files>
  1455. </Project>
  1456. <Project name="OpenSim.ApplicationPlugins.RegionProxy" path="ThirdParty/3Di/RegionProxy" type="Library">
  1457. <Configuration name="Debug">
  1458. <Options>
  1459. <OutputPath>../../../bin/</OutputPath>
  1460. </Options>
  1461. </Configuration>
  1462. <Configuration name="Release">
  1463. <Options>
  1464. <OutputPath>../../../bin/</OutputPath>
  1465. </Options>
  1466. </Configuration>
  1467. <ReferencePath>../../../bin/</ReferencePath>
  1468. <Reference name="log4net" />
  1469. <Reference name="Mono.Addins.dll" />
  1470. <Reference name="System"/>
  1471. <Reference name="System.Xml"/>
  1472. <Reference name="XMLRPC.dll"/>
  1473. <Reference name="Nini.dll" />
  1474. <Reference name="OpenSim"/>
  1475. <Reference name="OpenSim.Framework"/>
  1476. <Reference name="OpenSim.Framework.Data"/>
  1477. <Reference name="OpenSim.Framework.Servers"/>
  1478. <Reference name="OpenSim.Framework.Console"/>
  1479. <Reference name="OpenSim.Region.ClientStack"/>
  1480. <Files>
  1481. <Match pattern="*.cs" recurse="true"/>
  1482. </Files>
  1483. </Project>
  1484. <Project name="OpenSim.ApplicationPlugins.LoadBalancer" path="ThirdParty/3Di/LoadBalancer" type="Library">
  1485. <Configuration name="Debug">
  1486. <Options>
  1487. <OutputPath>../../../bin/</OutputPath>
  1488. </Options>
  1489. </Configuration>
  1490. <Configuration name="Release">
  1491. <Options>
  1492. <OutputPath>../../../bin/</OutputPath>
  1493. </Options>
  1494. </Configuration>
  1495. <ReferencePath>../../../bin/</ReferencePath>
  1496. <Reference name="log4net" />
  1497. <Reference name="Mono.Addins.dll" />
  1498. <Reference name="System"/>
  1499. <Reference name="System.Xml"/>
  1500. <Reference name="XMLRPC.dll"/>
  1501. <Reference name="Nini.dll" />
  1502. <Reference name="OpenSim"/>
  1503. <Reference name="OpenSim.Framework"/>
  1504. <Reference name="OpenSim.Framework.Data"/>
  1505. <Reference name="OpenSim.Framework.Servers"/>
  1506. <Reference name="OpenSim.Framework.Console"/>
  1507. <Reference name="OpenSim.Region.Environment"/>
  1508. <Reference name="OpenSim.Region.ClientStack"/>
  1509. <Reference name="OpenSim.Region.Physics.Manager"/>
  1510. <Reference name="libsecondlife.dll"/>
  1511. <Files>
  1512. <Match pattern="*.cs" recurse="true"/>
  1513. </Files>
  1514. </Project>
  1515. <!-- Test Suite -->
  1516. <Project name="OpenSim.TestSuite" path="OpenSim/TestSuite" type="Exe">
  1517. <Configuration name="Debug">
  1518. <Options>
  1519. <OutputPath>../../bin/</OutputPath>
  1520. </Options>
  1521. </Configuration>
  1522. <Configuration name="Release">
  1523. <Options>
  1524. <OutputPath>../../bin/</OutputPath>
  1525. </Options>
  1526. </Configuration>
  1527. <ReferencePath>../../bin/</ReferencePath>
  1528. <Reference name="System" localCopy="false"/>
  1529. <Reference name="libsecondlife.dll"/>
  1530. <Reference name="OpenSim.Framework"/>
  1531. <Reference name="OpenSim.Framework.Console"/>
  1532. <Reference name="Nini.dll" />
  1533. <Reference name="log4net"/>
  1534. <Files>
  1535. <Match pattern="*.cs" recurse="true"/>
  1536. </Files>
  1537. </Project>
  1538. </Solution>
  1539. <!-- Prebuild tool -->
  1540. <Solution name="Prebuild" path="Prebuild/" >
  1541. <Configuration name="Debug">
  1542. <Options>
  1543. <CompilerDefines>DEBUG;TRACE</CompilerDefines>
  1544. <OptimizeCode>false</OptimizeCode>
  1545. <OutputPath>bin/Debug</OutputPath>
  1546. <DebugInformation>true</DebugInformation>
  1547. <SuppressWarnings>1595</SuppressWarnings>
  1548. </Options>
  1549. </Configuration>
  1550. <Configuration name="Release">
  1551. <Options>
  1552. <CompilerDefines>TRACE</CompilerDefines>
  1553. <OutputPath>bin/Release</OutputPath>
  1554. <OptimizeCode>true</OptimizeCode>
  1555. <DebugInformation>false</DebugInformation>
  1556. <SuppressWarnings>1595</SuppressWarnings>
  1557. </Options>
  1558. </Configuration>
  1559. <Project name="Prebuild" path="src/" language="C#" assemblyName="Prebuild" icon="App.ico" type="Exe" rootNamespace="Prebuild" startupObject="Prebuild.Prebuild">
  1560. <Configuration name="Debug">
  1561. <Options>
  1562. <CompilerDefines>DEBUG;TRACE</CompilerDefines>
  1563. <OptimizeCode>false</OptimizeCode>
  1564. <OutputPath>..\..\bin\</OutputPath>
  1565. <DebugInformation>true</DebugInformation>
  1566. <KeyFile>Prebuild.snk</KeyFile>
  1567. <SuppressWarnings>1595</SuppressWarnings>
  1568. </Options>
  1569. </Configuration>
  1570. <Configuration name="Release">
  1571. <Options>
  1572. <CompilerDefines>TRACE</CompilerDefines>
  1573. <OutputPath>..\..\bin\</OutputPath>
  1574. <OptimizeCode>true</OptimizeCode>
  1575. <DebugInformation>false</DebugInformation>
  1576. <KeyFile>Prebuild.snk</KeyFile>
  1577. <SuppressWarnings>1595</SuppressWarnings>
  1578. </Options>
  1579. </Configuration>
  1580. <ReferencePath>../../bin/</ReferencePath>
  1581. <Reference name="System.EnterpriseServices" />
  1582. <Reference name="System.Xml" />
  1583. <Reference name="System" />
  1584. <Files>
  1585. <Match pattern="App.ico" buildAction="EmbeddedResource"/>
  1586. <Match path="data" pattern="prebuild-1.7.xsd" buildAction="EmbeddedResource"/>
  1587. <Match pattern="*.cs" recurse="true"/>
  1588. </Files>
  1589. </Project>
  1590. </Solution>
  1591. </Prebuild>