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