prebuild.xml 58 KB

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