aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorlbsa712007-03-27 08:10:15 +0000
committerlbsa712007-03-27 08:10:15 +0000
commita4fc6b5fbba7fd9a7b147b11a0d1c3ded1834d54 (patch)
tree560961306b9d80636d8ec976c05fcb8b54304f33 /prebuild.xml
parentHeightfield needs fixing, or i'll re-implement it (probably actually the coll... (diff)
downloadopensim-SC_OLD-a4fc6b5fbba7fd9a7b147b11a0d1c3ded1834d54.zip
opensim-SC_OLD-a4fc6b5fbba7fd9a7b147b11a0d1c3ded1834d54.tar.gz
opensim-SC_OLD-a4fc6b5fbba7fd9a7b147b11a0d1c3ded1834d54.tar.bz2
opensim-SC_OLD-a4fc6b5fbba7fd9a7b147b11a0d1c3ded1834d54.tar.xz
* Now there's one Console class, and instead the apps responds to cmd's and show's
* Removed Golden Future TCP/SimChat options * Moved Ode.NET.dll to bin and changed prebuild accordingly (due to Prebuild limitations) * Normalized some namespaces * Added FxCop project * Added (temp disabled) Servers project (for great justice)
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml63
1 files changed, 42 insertions, 21 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 179e7e9..ee8a2ac 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -34,7 +34,7 @@
34 34
35 <!-- Core OpenSim Projects --> 35 <!-- Core OpenSim Projects -->
36 36
37 <Project name="OpenSim.Framework" path="./OpenSim.Framework" type="Library"> 37 <Project name="OpenSim.Framework" path="OpenSim.Framework" type="Library">
38 <Configuration name="Debug"> 38 <Configuration name="Debug">
39 <Options> 39 <Options>
40 <OutputPath>../bin/</OutputPath> 40 <OutputPath>../bin/</OutputPath>
@@ -55,7 +55,7 @@
55 </Files> 55 </Files>
56 </Project> 56 </Project>
57 57
58 <Project name="OpenSim.Framework.Console" path="./OpenSim.Framework.Console" type="Library"> 58 <Project name="OpenSim.Framework.Console" path="OpenSim.Framework.Console" type="Library">
59 <Configuration name="Debug"> 59 <Configuration name="Debug">
60 <Options> 60 <Options>
61 <OutputPath>../bin/</OutputPath> 61 <OutputPath>../bin/</OutputPath>
@@ -74,8 +74,7 @@
74 </Files> 74 </Files>
75 </Project> 75 </Project>
76 76
77 <!-- OGS stuff --> 77 <Project name="OpenSim.Framework" path="OpenSim.Framework" type="Library">
78 <Project name="OpenGridServices.ServerConsole" path="./OpenGridServices.ServerConsole" type="Library">
79 <Configuration name="Debug"> 78 <Configuration name="Debug">
80 <Options> 79 <Options>
81 <OutputPath>../bin/</OutputPath> 80 <OutputPath>../bin/</OutputPath>
@@ -87,18 +86,42 @@
87 </Options> 86 </Options>
88 </Configuration> 87 </Configuration>
89 88
90 <ReferencePath>../bin/</ReferencePath> 89 <ReferencePath>../bin/</ReferencePath>
91 <Reference name="System" localCopy="false"/> 90 <Reference name="System"/>
92 <Reference name="System.Data" localCopy="false"/> 91 <Reference name="System.Xml"/>
93 <Reference name="System.Xml" localCopy="false"/> 92 <Reference name="libsecondlife.dll"/>
93 <Files>
94 <Match pattern="*.cs" recurse="true"/>
95 </Files>
96 </Project>
97
98 <!-- Project name="OpenSim.Servers" path="Servers" type="Library">
99 <Configuration name="Debug">
100 <Options>
101 <OutputPath>../bin/</OutputPath>
102 </Options>
103 </Configuration>
104 <Configuration name="Release">
105 <Options>
106 <OutputPath>../bin/</OutputPath>
107 </Options>
108 </Configuration>
109
110 <ReferencePath>../bin/</ReferencePath>
111 <Reference name="System"/>
112 <Reference name="System.Xml"/>
94 <Reference name="OpenSim.Framework.dll"/> 113 <Reference name="OpenSim.Framework.dll"/>
114 <Reference name="OpenSim.Framework.Console.dll"/>
115 <Reference name="libsecondlife.dll"/>
95 116
96 <Files> 117 <Files>
97 <Match pattern="*.cs" recurse="true"/> 118 <Match pattern="*.cs" recurse="true"/>
98 </Files> 119 </Files>
99 </Project> 120 </Project -->
121
122 <!-- OGS projects -->
100 123
101 <Project name="OpenGridServices.GridServer" path="./OpenGridServices.GridServer" type="Exe"> 124 <Project name="OpenGridServices.GridServer" path="OpenGridServices.GridServer" type="Exe">
102 <Configuration name="Debug"> 125 <Configuration name="Debug">
103 <Options> 126 <Options>
104 <OutputPath>../bin/</OutputPath> 127 <OutputPath>../bin/</OutputPath>
@@ -116,7 +139,6 @@
116 <Reference name="System.Xml" localCopy="false"/> 139 <Reference name="System.Xml" localCopy="false"/>
117 <Reference name="OpenSim.Framework.dll"/> 140 <Reference name="OpenSim.Framework.dll"/>
118 <Reference name="OpenSim.Framework.Console.dll"/> 141 <Reference name="OpenSim.Framework.Console.dll"/>
119 <Reference name="OpenGridServices.ServerConsole.dll"/>
120 <Reference name="libsecondlife.dll"/> 142 <Reference name="libsecondlife.dll"/>
121 143
122 <Files> 144 <Files>
@@ -124,7 +146,7 @@
124 </Files> 146 </Files>
125 </Project> 147 </Project>
126 148
127 <Project name="OpenGridServices.UserServer" path="./OpenGridServices.UserServer" type="Exe"> 149 <Project name="OpenGridServices.UserServer" path="OpenGridServices.UserServer" type="Exe">
128 <Configuration name="Debug"> 150 <Configuration name="Debug">
129 <Options> 151 <Options>
130 <OutputPath>../bin/</OutputPath> 152 <OutputPath>../bin/</OutputPath>
@@ -142,7 +164,6 @@
142 <Reference name="System.Xml" localCopy="false"/> 164 <Reference name="System.Xml" localCopy="false"/>
143 <Reference name="OpenSim.Framework.dll"/> 165 <Reference name="OpenSim.Framework.dll"/>
144 <Reference name="OpenSim.Framework.Console.dll"/> 166 <Reference name="OpenSim.Framework.Console.dll"/>
145 <Reference name="OpenGridServices.ServerConsole.dll"/>
146 <Reference name="libsecondlife.dll"/> 167 <Reference name="libsecondlife.dll"/>
147 168
148 <Files> 169 <Files>
@@ -151,7 +172,7 @@
151 </Project> 172 </Project>
152 173
153 174
154 <Project name="OpenSim.Physics.Manager" path="./OpenSim.Physics/Manager" type="Library"> 175 <Project name="OpenSim.Physics.Manager" path="OpenSim.Physics/Manager" type="Library">
155 <Configuration name="Debug"> 176 <Configuration name="Debug">
156 <Options> 177 <Options>
157 <OutputPath>../../bin/</OutputPath> 178 <OutputPath>../../bin/</OutputPath>
@@ -174,7 +195,7 @@
174 </Project> 195 </Project>
175 196
176 <!-- Config Plug-ins --> 197 <!-- Config Plug-ins -->
177 <Project name="OpenSim.Config.SimConfigDb4o" path="./OpenSim.Config/SimConfigDb4o" type="Library"> 198 <Project name="OpenSim.Config.SimConfigDb4o" path="OpenSim.Config/SimConfigDb4o" type="Library">
178 <Configuration name="Debug"> 199 <Configuration name="Debug">
179 <Options> 200 <Options>
180 <OutputPath>../../bin/</OutputPath> 201 <OutputPath>../../bin/</OutputPath>
@@ -307,7 +328,7 @@
307 <Reference name="System" localCopy="false"/> 328 <Reference name="System" localCopy="false"/>
308 <Reference name="Axiom.MathLib.dll" localCopy="false"/> 329 <Reference name="Axiom.MathLib.dll" localCopy="false"/>
309 <Reference name="OpenSim.Physics.Manager" localCopy="false"/> 330 <Reference name="OpenSim.Physics.Manager" localCopy="false"/>
310 <Reference name="../lib/Ode.NET.dll" localCopy="false"/> 331 <Reference name="Ode.NET.dll" localCopy="false" />
311 332
312 <Files> 333 <Files>
313 <Match pattern="*.cs" recurse="true"/> 334 <Match pattern="*.cs" recurse="true"/>
@@ -406,7 +427,7 @@
406 427
407 428
408 <!-- Prebuild tool --> 429 <!-- Prebuild tool -->
409 <Solution name="Prebuild" path="./Prebuild/" > 430 <Solution name="Prebuild" path="Prebuild/" >
410 <Configuration name="Debug"> 431 <Configuration name="Debug">
411 <Options> 432 <Options>
412 <CompilerDefines>DEBUG;TRACE</CompilerDefines> 433 <CompilerDefines>DEBUG;TRACE</CompilerDefines>
@@ -446,7 +467,7 @@
446 <SuppressWarnings>1595</SuppressWarnings> 467 <SuppressWarnings>1595</SuppressWarnings>
447 </Options> 468 </Options>
448 </Configuration> 469 </Configuration>
449 <ReferencePath>../bin/</ReferencePath> 470 <ReferencePath>../../bin/</ReferencePath>
450 <Reference name="System.EnterpriseServices" /> 471 <Reference name="System.EnterpriseServices" />
451 <Reference name="System.Xml" /> 472 <Reference name="System.Xml" />
452 <Reference name="System" /> 473 <Reference name="System" />