prebuild.xml 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7">
  3. <Solution name="OpenSim" activeConfig="Debug" path="./">
  4. <Configuration name="Debug">
  5. <Options>
  6. <CompilerDefines>TRACE;DEBUG</CompilerDefines>
  7. <OptimizeCode>false</OptimizeCode>
  8. <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
  9. <AllowUnsafe>false</AllowUnsafe>
  10. <WarningLevel>4</WarningLevel>
  11. <WarningsAsErrors>false</WarningsAsErrors>
  12. <SuppressWarnings></SuppressWarnings>
  13. <OutputPath>bin</OutputPath>
  14. <DebugInformation>true</DebugInformation>
  15. <IncrementalBuild>true</IncrementalBuild>
  16. <NoStdLib>false</NoStdLib>
  17. </Options>
  18. </Configuration>
  19. <Configuration name="Release">
  20. <Options>
  21. <CompilerDefines>TRACE</CompilerDefines>
  22. <OptimizeCode>true</OptimizeCode>
  23. <CheckUnderflowOverflow>false</CheckUnderflowOverflow>
  24. <AllowUnsafe>false</AllowUnsafe>
  25. <WarningLevel>4</WarningLevel>
  26. <WarningsAsErrors>false</WarningsAsErrors>
  27. <SuppressWarnings></SuppressWarnings>
  28. <OutputPath>bin</OutputPath>
  29. <DebugInformation>false</DebugInformation>
  30. <IncrementalBuild>true</IncrementalBuild>
  31. <NoStdLib>false</NoStdLib>
  32. </Options>
  33. </Configuration>
  34. <!-- Core OpenSim Projects -->
  35. <Project name="OpenSim.Framework" path="OpenSim.Framework" type="Library">
  36. <Configuration name="Debug">
  37. <Options>
  38. <OutputPath>../bin/</OutputPath>
  39. </Options>
  40. </Configuration>
  41. <Configuration name="Release">
  42. <Options>
  43. <OutputPath>../bin/</OutputPath>
  44. </Options>
  45. </Configuration>
  46. <ReferencePath>../bin/</ReferencePath>
  47. <Reference name="System"/>
  48. <Reference name="System.Xml"/>
  49. <Reference name="libsecondlife.dll"/>
  50. <Files>
  51. <Match pattern="*.cs" recurse="true"/>
  52. </Files>
  53. </Project>
  54. <Project name="OpenSim.Framework.Console" path="OpenSim.Framework.Console" type="Library">
  55. <Configuration name="Debug">
  56. <Options>
  57. <OutputPath>../bin/</OutputPath>
  58. </Options>
  59. </Configuration>
  60. <Configuration name="Release">
  61. <Options>
  62. <OutputPath>../bin/</OutputPath>
  63. </Options>
  64. </Configuration>
  65. <ReferencePath>../bin/</ReferencePath>
  66. <Reference name="System" localCopy="false"/>
  67. <Files>
  68. <Match pattern="*.cs" recurse="true"/>
  69. </Files>
  70. </Project>
  71. <Project name="OpenSim.Framework" path="OpenSim.Framework" type="Library">
  72. <Configuration name="Debug">
  73. <Options>
  74. <OutputPath>../bin/</OutputPath>
  75. </Options>
  76. </Configuration>
  77. <Configuration name="Release">
  78. <Options>
  79. <OutputPath>../bin/</OutputPath>
  80. </Options>
  81. </Configuration>
  82. <ReferencePath>../bin/</ReferencePath>
  83. <Reference name="System"/>
  84. <Reference name="System.Xml"/>
  85. <Reference name="libsecondlife.dll"/>
  86. <Files>
  87. <Match pattern="*.cs" recurse="true"/>
  88. </Files>
  89. </Project>
  90. <Project name="OpenSim.Servers" path="Servers" type="Library">
  91. <Configuration name="Debug">
  92. <Options>
  93. <OutputPath>../bin/</OutputPath>
  94. </Options>
  95. </Configuration>
  96. <Configuration name="Release">
  97. <Options>
  98. <OutputPath>../bin/</OutputPath>
  99. </Options>
  100. </Configuration>
  101. <ReferencePath>../bin/</ReferencePath>
  102. <Reference name="System"/>
  103. <Reference name="System.Xml"/>
  104. <Reference name="OpenSim.Framework"/>
  105. <Reference name="OpenSim.Framework.Console"/>
  106. <Reference name="libsecondlife.dll"/>
  107. <Files>
  108. <Match pattern="*.cs" recurse="true"/>
  109. </Files>
  110. </Project>
  111. <!-- OGS projects -->
  112. <Project name="OpenGridServices.GridServer" path="OpenGridServices.GridServer" type="Exe">
  113. <Configuration name="Debug">
  114. <Options>
  115. <OutputPath>../bin/</OutputPath>
  116. </Options>
  117. </Configuration>
  118. <Configuration name="Release">
  119. <Options>
  120. <OutputPath>../bin/</OutputPath>
  121. </Options>
  122. </Configuration>
  123. <ReferencePath>../bin/</ReferencePath>
  124. <Reference name="System" localCopy="false"/>
  125. <Reference name="System.Data" localCopy="false"/>
  126. <Reference name="System.Xml" localCopy="false"/>
  127. <Reference name="OpenSim.Framework.dll"/>
  128. <Reference name="OpenSim.Framework.Console"/>
  129. <Reference name="libsecondlife.dll"/>
  130. <Files>
  131. <Match pattern="*.cs" recurse="true"/>
  132. </Files>
  133. </Project>
  134. <Project name="OpenGridServices.UserServer" path="OpenGridServices.UserServer" type="Exe">
  135. <Configuration name="Debug">
  136. <Options>
  137. <OutputPath>../bin/</OutputPath>
  138. </Options>
  139. </Configuration>
  140. <Configuration name="Release">
  141. <Options>
  142. <OutputPath>../bin/</OutputPath>
  143. </Options>
  144. </Configuration>
  145. <ReferencePath>../bin/</ReferencePath>
  146. <Reference name="System" localCopy="false"/>
  147. <Reference name="System.Data" localCopy="false"/>
  148. <Reference name="System.Xml" localCopy="false"/>
  149. <Reference name="OpenSim.Framework.dll"/>
  150. <Reference name="OpenSim.Framework.Console"/>
  151. <Reference name="libsecondlife.dll"/>
  152. <Files>
  153. <Match pattern="*.cs" recurse="true"/>
  154. </Files>
  155. </Project>
  156. <Project name="OpenSim.Physics.Manager" path="OpenSim.Physics/Manager" type="Library">
  157. <Configuration name="Debug">
  158. <Options>
  159. <OutputPath>../../bin/</OutputPath>
  160. </Options>
  161. </Configuration>
  162. <Configuration name="Release">
  163. <Options>
  164. <OutputPath>../../bin/</OutputPath>
  165. </Options>
  166. </Configuration>
  167. <ReferencePath>../../bin/</ReferencePath>
  168. <Reference name="System" localCopy="false"/>
  169. <Reference name="System.Xml" localCopy="false" />
  170. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  171. <Reference name="OpenSim.Framework" localCopy="false"/>
  172. <Reference name="OpenSim.Framework.Console" localCopy="false"/>
  173. <Files>
  174. <Match pattern="*.cs" recurse="false"/>
  175. </Files>
  176. </Project>
  177. <!-- Config Plug-ins -->
  178. <Project name="OpenSim.Config.SimConfigDb4o" path="OpenSim.Config/SimConfigDb4o" type="Library">
  179. <Configuration name="Debug">
  180. <Options>
  181. <OutputPath>../../bin/</OutputPath>
  182. </Options>
  183. </Configuration>
  184. <Configuration name="Release">
  185. <Options>
  186. <OutputPath>../../bin/</OutputPath>
  187. </Options>
  188. </Configuration>
  189. <ReferencePath>../../bin/</ReferencePath>
  190. <Reference name="System" localCopy="false"/>
  191. <Reference name="System.Data.dll"/>
  192. <Reference name="System.Xml"/>
  193. <Reference name="libsecondlife.dll"/>
  194. <Reference name="Db4objects.Db4o.dll"/>
  195. <Reference name="OpenSim.Framework"/>
  196. <Reference name="OpenSim.Framework.Console"/>
  197. <Files>
  198. <Match pattern="*.cs" recurse="true"/>
  199. </Files>
  200. </Project>
  201. <!-- Grid Server Plug-ins -->
  202. <Project name="OpenSim.GridInterfaces.Local" path="OpenSim.GridInterfaces/Local" type="Library">
  203. <Configuration name="Debug">
  204. <Options>
  205. <OutputPath>../../bin/</OutputPath>
  206. </Options>
  207. </Configuration>
  208. <Configuration name="Release">
  209. <Options>
  210. <OutputPath>../../bin/</OutputPath>
  211. </Options>
  212. </Configuration>
  213. <ReferencePath>../../bin/</ReferencePath>
  214. <Reference name="System" localCopy="false"/>
  215. <Reference name="System.Xml"/>
  216. <Reference name="Db4objects.Db4o.dll"/>
  217. <Reference name="libsecondlife.dll"/>
  218. <Reference name="OpenSim.Framework"/>
  219. <Reference name="OpenSim.Framework.Console"/>
  220. <Files>
  221. <Match pattern="*.cs" recurse="true"/>
  222. </Files>
  223. </Project>
  224. <Project name="OpenSim.GridInterfaces.Remote" path="OpenSim.GridInterfaces/Remote" type="Library">
  225. <Configuration name="Debug">
  226. <Options>
  227. <OutputPath>../../bin/</OutputPath>
  228. </Options>
  229. </Configuration>
  230. <Configuration name="Release">
  231. <Options>
  232. <OutputPath>../../bin/</OutputPath>
  233. </Options>
  234. </Configuration>
  235. <ReferencePath>../../bin/</ReferencePath>
  236. <Reference name="System" localCopy="false"/>
  237. <Reference name="System.Xml"/>
  238. <Reference name="libsecondlife.dll"/>
  239. <Reference name="OpenSim.Framework"/>
  240. <Reference name="OpenSim.Framework.Console"/>
  241. <Files>
  242. <Match pattern="*.cs" recurse="true"/>
  243. </Files>
  244. </Project>
  245. <!-- Physics Plug-ins -->
  246. <Project name="OpenSim.Physics.BasicPhysicsPlugin" path="OpenSim.Physics/BasicPhysicsPlugin" type="Library">
  247. <Configuration name="Debug">
  248. <Options>
  249. <OutputPath>../../bin/Physics/</OutputPath>
  250. </Options>
  251. </Configuration>
  252. <Configuration name="Release">
  253. <Options>
  254. <OutputPath>../../bin/Physics/</OutputPath>
  255. </Options>
  256. </Configuration>
  257. <ReferencePath>../../bin/</ReferencePath>
  258. <Reference name="System" localCopy="false"/>
  259. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  260. <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
  261. <Files>
  262. <Match pattern="*.cs" recurse="true"/>
  263. </Files>
  264. </Project>
  265. <Project name="OpenSim.Physics.PhysXPlugin" path="OpenSim.Physics/PhysXPlugin" type="Library">
  266. <Configuration name="Debug">
  267. <Options>
  268. <OutputPath>../../bin/Physics/</OutputPath>
  269. </Options>
  270. </Configuration>
  271. <Configuration name="Release">
  272. <Options>
  273. <OutputPath>../../bin/Physics/</OutputPath>
  274. </Options>
  275. </Configuration>
  276. <ReferencePath>../../bin/</ReferencePath>
  277. <Reference name="System" localCopy="false"/>
  278. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  279. <Reference name="PhysX_Wrapper_Dotnet.dll" localCopy="false"/>
  280. <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
  281. <Files>
  282. <Match pattern="*.cs" recurse="true"/>
  283. </Files>
  284. </Project>
  285. <Project name="OpenSim.Physics.OdePlugin" path="OpenSim.Physics/OdePlugin" type="Library">
  286. <Configuration name="Debug">
  287. <Options>
  288. <OutputPath>../../bin/Physics/</OutputPath>
  289. </Options>
  290. </Configuration>
  291. <Configuration name="Release">
  292. <Options>
  293. <OutputPath>../../bin/Physics/</OutputPath>
  294. </Options>
  295. </Configuration>
  296. <ReferencePath>../../bin/</ReferencePath>
  297. <Reference name="System" localCopy="false"/>
  298. <Reference name="Axiom.MathLib.dll" localCopy="false"/>
  299. <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
  300. <Reference name="Ode.NET.dll" localCopy="false" />
  301. <Files>
  302. <Match pattern="*.cs" recurse="true"/>
  303. </Files>
  304. </Project>
  305. <Project name="OpenSim.RegionServer" path="OpenSim.RegionServer" type="Library">
  306. <Configuration name="Debug">
  307. <Options>
  308. <OutputPath>../bin/</OutputPath>
  309. </Options>
  310. </Configuration>
  311. <Configuration name="Release">
  312. <Options>
  313. <OutputPath>../bin/</OutputPath>
  314. </Options>
  315. </Configuration>
  316. <ReferencePath>../bin/</ReferencePath>
  317. <Reference name="System" localCopy="false"/>
  318. <Reference name="System.Xml"/>
  319. <Reference name="libsecondlife.dll"/>
  320. <Reference name="Axiom.MathLib.dll"/>
  321. <Reference name="Db4objects.Db4o.dll"/>
  322. <Reference name="OpenSim.Framework"/>
  323. <Reference name="OpenSim.Framework.Console"/>
  324. <Reference name="OpenSim.Physics.Manager"/>
  325. <Reference name="OpenSim.Servers"/>
  326. <Files>
  327. <Match pattern="*.cs" recurse="true"/>
  328. </Files>
  329. </Project>
  330. <!-- OpenSim app -->
  331. <Project name="OpenSim" path="OpenSim" type="Exe">
  332. <Configuration name="Debug">
  333. <Options>
  334. <OutputPath>../bin/</OutputPath>
  335. </Options>
  336. </Configuration>
  337. <Configuration name="Release">
  338. <Options>
  339. <OutputPath>../bin/</OutputPath>
  340. </Options>
  341. </Configuration>
  342. <ReferencePath>../bin/</ReferencePath>
  343. <Reference name="System" localCopy="false"/>
  344. <Reference name="System.Xml"/>
  345. <Reference name="libsecondlife.dll"/>
  346. <Reference name="Axiom.MathLib.dll"/>
  347. <Reference name="Db4objects.Db4o.dll"/>
  348. <Reference name="OpenSim.Framework"/>
  349. <Reference name="OpenSim.Framework.Console"/>
  350. <Reference name="OpenSim.Physics.Manager"/>
  351. <Reference name="OpenSim.RegionServer"/>
  352. <Files>
  353. <Match pattern="*.cs" recurse="true"/>
  354. </Files>
  355. </Project>
  356. <!-- Storage Plug-ins -->
  357. <Project name="OpenSim.Storage.LocalStorageDb4o" path="OpenSim.Storage/LocalStorageDb4o" type="Library">
  358. <Configuration name="Debug">
  359. <Options>
  360. <OutputPath>../../bin/</OutputPath>
  361. </Options>
  362. </Configuration>
  363. <Configuration name="Release">
  364. <Options>
  365. <OutputPath>../../bin/</OutputPath>
  366. </Options>
  367. </Configuration>
  368. <ReferencePath>../../bin/</ReferencePath>
  369. <Reference name="System" localCopy="false"/>
  370. <Reference name="System.Xml"/>
  371. <Reference name="Db4objects.Db4o.dll"/>
  372. <Reference name="libsecondlife.dll"/>
  373. <Reference name="OpenSim.Framework"/>
  374. <Reference name="OpenSim.Framework.Console"/>
  375. <Files>
  376. <Match pattern="*.cs" recurse="true"/>
  377. </Files>
  378. </Project>
  379. </Solution>
  380. <!-- Prebuild tool -->
  381. <Solution name="Prebuild" path="Prebuild/" >
  382. <Configuration name="Debug">
  383. <Options>
  384. <CompilerDefines>DEBUG;TRACE</CompilerDefines>
  385. <OptimizeCode>false</OptimizeCode>
  386. <OutputPath>bin/Debug</OutputPath>
  387. <DebugInformation>true</DebugInformation>
  388. <SuppressWarnings>1595</SuppressWarnings>
  389. </Options>
  390. </Configuration>
  391. <Configuration name="Release">
  392. <Options>
  393. <CompilerDefines>TRACE</CompilerDefines>
  394. <OutputPath>bin/Release</OutputPath>
  395. <OptimizeCode>true</OptimizeCode>
  396. <DebugInformation>false</DebugInformation>
  397. <SuppressWarnings>1595</SuppressWarnings>
  398. </Options>
  399. </Configuration>
  400. <Project name="Prebuild" path="src/" language="C#" assemblyName="prebuild" icon="App.ico" type="Exe" rootNamespace="Prebuild" startupObject="Prebuild.Prebuild">
  401. <Configuration name="Debug">
  402. <Options>
  403. <CompilerDefines>DEBUG;TRACE</CompilerDefines>
  404. <OptimizeCode>false</OptimizeCode>
  405. <OutputPath>..\..\bin\</OutputPath>
  406. <DebugInformation>true</DebugInformation>
  407. <KeyFile>Prebuild.snk</KeyFile>
  408. <SuppressWarnings>1595</SuppressWarnings>
  409. </Options>
  410. </Configuration>
  411. <Configuration name="Release">
  412. <Options>
  413. <CompilerDefines>TRACE</CompilerDefines>
  414. <OutputPath>..\..\bin\</OutputPath>
  415. <OptimizeCode>true</OptimizeCode>
  416. <DebugInformation>false</DebugInformation>
  417. <KeyFile>Prebuild.snk</KeyFile>
  418. <SuppressWarnings>1595</SuppressWarnings>
  419. </Options>
  420. </Configuration>
  421. <ReferencePath>../../bin/</ReferencePath>
  422. <Reference name="System.EnterpriseServices" />
  423. <Reference name="System.Xml" />
  424. <Reference name="System" />
  425. <Files>
  426. <Match pattern="App.ico" buildAction="EmbeddedResource"/>
  427. <Match path="data" pattern="prebuild-1.7.xsd" buildAction="EmbeddedResource"/>
  428. <Match pattern="*.cs" recurse="true"/>
  429. </Files>
  430. </Project>
  431. </Solution>
  432. </Prebuild>