diff options
Renamed the new Directories. (removed the "-Source" from the end of them)
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 106 |
1 files changed, 53 insertions, 53 deletions
diff --git a/prebuild.xml b/prebuild.xml index e049bd7..8906d71 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -36,16 +36,16 @@ | |||
36 | <Project name="XMLRPC" path="XmlRpcCS" type="Library"> | 36 | <Project name="XMLRPC" path="XmlRpcCS" type="Library"> |
37 | <Configuration name="Debug"> | 37 | <Configuration name="Debug"> |
38 | <Options> | 38 | <Options> |
39 | <OutputPath>../bin/</OutputPath> | 39 | <OutputPath>../../bin/</OutputPath> |
40 | </Options> | 40 | </Options> |
41 | </Configuration> | 41 | </Configuration> |
42 | <Configuration name="Release"> | 42 | <Configuration name="Release"> |
43 | <Options> | 43 | <Options> |
44 | <OutputPath>../bin/</OutputPath> | 44 | <OutputPath>../../bin/</OutputPath> |
45 | </Options> | 45 | </Options> |
46 | </Configuration> | 46 | </Configuration> |
47 | 47 | ||
48 | <ReferencePath>../bin/</ReferencePath> | 48 | <ReferencePath>../../bin/</ReferencePath> |
49 | <Reference name="System"/> | 49 | <Reference name="System"/> |
50 | <Reference name="System.Xml"/> | 50 | <Reference name="System.Xml"/> |
51 | 51 | ||
@@ -59,16 +59,16 @@ | |||
59 | <Project name="OpenSim.Framework" path="OpenSim.Framework" type="Library"> | 59 | <Project name="OpenSim.Framework" path="OpenSim.Framework" type="Library"> |
60 | <Configuration name="Debug"> | 60 | <Configuration name="Debug"> |
61 | <Options> | 61 | <Options> |
62 | <OutputPath>../bin/</OutputPath> | 62 | <OutputPath>../../bin/</OutputPath> |
63 | </Options> | 63 | </Options> |
64 | </Configuration> | 64 | </Configuration> |
65 | <Configuration name="Release"> | 65 | <Configuration name="Release"> |
66 | <Options> | 66 | <Options> |
67 | <OutputPath>../bin/</OutputPath> | 67 | <OutputPath>../../bin/</OutputPath> |
68 | </Options> | 68 | </Options> |
69 | </Configuration> | 69 | </Configuration> |
70 | 70 | ||
71 | <ReferencePath>../bin/</ReferencePath> | 71 | <ReferencePath>../../bin/</ReferencePath> |
72 | <Reference name="System"/> | 72 | <Reference name="System"/> |
73 | <Reference name="System.Xml"/> | 73 | <Reference name="System.Xml"/> |
74 | <Reference name="libsecondlife.dll"/> | 74 | <Reference name="libsecondlife.dll"/> |
@@ -82,16 +82,16 @@ | |||
82 | <Project name="OpenSim.Framework.Console" path="OpenSim.Framework.Console" type="Library"> | 82 | <Project name="OpenSim.Framework.Console" path="OpenSim.Framework.Console" type="Library"> |
83 | <Configuration name="Debug"> | 83 | <Configuration name="Debug"> |
84 | <Options> | 84 | <Options> |
85 | <OutputPath>../bin/</OutputPath> | 85 | <OutputPath>../../bin/</OutputPath> |
86 | </Options> | 86 | </Options> |
87 | </Configuration> | 87 | </Configuration> |
88 | <Configuration name="Release"> | 88 | <Configuration name="Release"> |
89 | <Options> | 89 | <Options> |
90 | <OutputPath>../bin/</OutputPath> | 90 | <OutputPath>../../bin/</OutputPath> |
91 | </Options> | 91 | </Options> |
92 | </Configuration> | 92 | </Configuration> |
93 | 93 | ||
94 | <ReferencePath>../bin/</ReferencePath> | 94 | <ReferencePath>../../bin/</ReferencePath> |
95 | <Reference name="System" localCopy="false"/> | 95 | <Reference name="System" localCopy="false"/> |
96 | <Files> | 96 | <Files> |
97 | <Match pattern="*.cs" recurse="true"/> | 97 | <Match pattern="*.cs" recurse="true"/> |
@@ -101,7 +101,7 @@ | |||
101 | <Project name="OpenSim.Servers" path="OpenSim.Servers" type="Library"> | 101 | <Project name="OpenSim.Servers" path="OpenSim.Servers" type="Library"> |
102 | <Configuration name="Debug"> | 102 | <Configuration name="Debug"> |
103 | <Options> | 103 | <Options> |
104 | <OutputPath>../bin/</OutputPath> | 104 | <OutputPath>../../bin/</OutputPath> |
105 | </Options> | 105 | </Options> |
106 | </Configuration> | 106 | </Configuration> |
107 | <Configuration name="Release"> | 107 | <Configuration name="Release"> |
@@ -110,7 +110,7 @@ | |||
110 | </Options> | 110 | </Options> |
111 | </Configuration> | 111 | </Configuration> |
112 | 112 | ||
113 | <ReferencePath>../bin/</ReferencePath> | 113 | <ReferencePath>../../bin/</ReferencePath> |
114 | <Reference name="System"/> | 114 | <Reference name="System"/> |
115 | <Reference name="System.Xml"/> | 115 | <Reference name="System.Xml"/> |
116 | <Reference name="OpenSim.Framework"/> | 116 | <Reference name="OpenSim.Framework"/> |
@@ -127,7 +127,7 @@ | |||
127 | <Project name="OpenSim.Storage.LocalStorageDb4o" path="OpenSim.Storage/LocalStorageDb4o" type="Library"> | 127 | <Project name="OpenSim.Storage.LocalStorageDb4o" path="OpenSim.Storage/LocalStorageDb4o" type="Library"> |
128 | <Configuration name="Debug"> | 128 | <Configuration name="Debug"> |
129 | <Options> | 129 | <Options> |
130 | <OutputPath>../../bin/</OutputPath> | 130 | <OutputPath>../../../bin/</OutputPath> |
131 | </Options> | 131 | </Options> |
132 | </Configuration> | 132 | </Configuration> |
133 | <Configuration name="Release"> | 133 | <Configuration name="Release"> |
@@ -136,7 +136,7 @@ | |||
136 | </Options> | 136 | </Options> |
137 | </Configuration> | 137 | </Configuration> |
138 | 138 | ||
139 | <ReferencePath>../../bin/</ReferencePath> | 139 | <ReferencePath>../../../bin/</ReferencePath> |
140 | <Reference name="System" localCopy="false"/> | 140 | <Reference name="System" localCopy="false"/> |
141 | <Reference name="System.Xml"/> | 141 | <Reference name="System.Xml"/> |
142 | <Reference name="Db4objects.Db4o.dll"/> | 142 | <Reference name="Db4objects.Db4o.dll"/> |
@@ -151,16 +151,16 @@ | |||
151 | <Project name="OpenSim.Storage.LocalStorageSQLite" path="OpenSim.Storage/LocalStorageSQLite" type="Library"> | 151 | <Project name="OpenSim.Storage.LocalStorageSQLite" path="OpenSim.Storage/LocalStorageSQLite" type="Library"> |
152 | <Configuration name="Debug"> | 152 | <Configuration name="Debug"> |
153 | <Options> | 153 | <Options> |
154 | <OutputPath>../../bin/</OutputPath> | 154 | <OutputPath>../../../bin/</OutputPath> |
155 | </Options> | 155 | </Options> |
156 | </Configuration> | 156 | </Configuration> |
157 | <Configuration name="Release"> | 157 | <Configuration name="Release"> |
158 | <Options> | 158 | <Options> |
159 | <OutputPath>../../bin/</OutputPath> | 159 | <OutputPath>../../../bin/</OutputPath> |
160 | </Options> | 160 | </Options> |
161 | </Configuration> | 161 | </Configuration> |
162 | 162 | ||
163 | <ReferencePath>../../bin/</ReferencePath> | 163 | <ReferencePath>../../../bin/</ReferencePath> |
164 | <Reference name="System" localCopy="false"/> | 164 | <Reference name="System" localCopy="false"/> |
165 | <Reference name="System.Xml"/> | 165 | <Reference name="System.Xml"/> |
166 | <Reference name="System.Data"/> | 166 | <Reference name="System.Data"/> |
@@ -176,16 +176,16 @@ | |||
176 | <Project name="OpenSim.Storage.LocalStorageBerkeleyDB" path="OpenSim.Storage/LocalStorageBerkeleyDB" type="Library"> | 176 | <Project name="OpenSim.Storage.LocalStorageBerkeleyDB" path="OpenSim.Storage/LocalStorageBerkeleyDB" type="Library"> |
177 | <Configuration name="Debug"> | 177 | <Configuration name="Debug"> |
178 | <Options> | 178 | <Options> |
179 | <OutputPath>../../bin/</OutputPath> | 179 | <OutputPath>../../../bin/</OutputPath> |
180 | </Options> | 180 | </Options> |
181 | </Configuration> | 181 | </Configuration> |
182 | <Configuration name="Release"> | 182 | <Configuration name="Release"> |
183 | <Options> | 183 | <Options> |
184 | <OutputPath>../../bin/</OutputPath> | 184 | <OutputPath>../../../bin/</OutputPath> |
185 | </Options> | 185 | </Options> |
186 | </Configuration> | 186 | </Configuration> |
187 | 187 | ||
188 | <ReferencePath>../../bin/</ReferencePath> | 188 | <ReferencePath>../../../bin/</ReferencePath> |
189 | <Reference name="System" localCopy="false"/> | 189 | <Reference name="System" localCopy="false"/> |
190 | <Reference name="System.Xml"/> | 190 | <Reference name="System.Xml"/> |
191 | <Reference name="System.Data"/> | 191 | <Reference name="System.Data"/> |
@@ -203,16 +203,16 @@ | |||
203 | <Project name="OpenSim.GridInterfaces.Local" path="OpenSim.GridInterfaces/Local" type="Library"> | 203 | <Project name="OpenSim.GridInterfaces.Local" path="OpenSim.GridInterfaces/Local" type="Library"> |
204 | <Configuration name="Debug"> | 204 | <Configuration name="Debug"> |
205 | <Options> | 205 | <Options> |
206 | <OutputPath>../../bin/</OutputPath> | 206 | <OutputPath>../../../bin/</OutputPath> |
207 | </Options> | 207 | </Options> |
208 | </Configuration> | 208 | </Configuration> |
209 | <Configuration name="Release"> | 209 | <Configuration name="Release"> |
210 | <Options> | 210 | <Options> |
211 | <OutputPath>../../bin/</OutputPath> | 211 | <OutputPath>../../../bin/</OutputPath> |
212 | </Options> | 212 | </Options> |
213 | </Configuration> | 213 | </Configuration> |
214 | 214 | ||
215 | <ReferencePath>../../bin/</ReferencePath> | 215 | <ReferencePath>../../../bin/</ReferencePath> |
216 | <Reference name="System" localCopy="false"/> | 216 | <Reference name="System" localCopy="false"/> |
217 | <Reference name="System.Xml"/> | 217 | <Reference name="System.Xml"/> |
218 | <Reference name="Db4objects.Db4o.dll"/> | 218 | <Reference name="Db4objects.Db4o.dll"/> |
@@ -227,16 +227,16 @@ | |||
227 | <Project name="OpenSim.GridInterfaces.Remote" path="OpenSim.GridInterfaces/Remote" type="Library"> | 227 | <Project name="OpenSim.GridInterfaces.Remote" path="OpenSim.GridInterfaces/Remote" type="Library"> |
228 | <Configuration name="Debug"> | 228 | <Configuration name="Debug"> |
229 | <Options> | 229 | <Options> |
230 | <OutputPath>../../bin/</OutputPath> | 230 | <OutputPath>../../../bin/</OutputPath> |
231 | </Options> | 231 | </Options> |
232 | </Configuration> | 232 | </Configuration> |
233 | <Configuration name="Release"> | 233 | <Configuration name="Release"> |
234 | <Options> | 234 | <Options> |
235 | <OutputPath>../../bin/</OutputPath> | 235 | <OutputPath>../../../bin/</OutputPath> |
236 | </Options> | 236 | </Options> |
237 | </Configuration> | 237 | </Configuration> |
238 | 238 | ||
239 | <ReferencePath>../../bin/</ReferencePath> | 239 | <ReferencePath>../../../bin/</ReferencePath> |
240 | <Reference name="System" localCopy="false"/> | 240 | <Reference name="System" localCopy="false"/> |
241 | <Reference name="System.Xml"/> | 241 | <Reference name="System.Xml"/> |
242 | <Reference name="libsecondlife.dll"/> | 242 | <Reference name="libsecondlife.dll"/> |
@@ -252,16 +252,16 @@ | |||
252 | <Project name="OpenSim.Physics.Manager" path="OpenSim.Physics/Manager" type="Library"> | 252 | <Project name="OpenSim.Physics.Manager" path="OpenSim.Physics/Manager" type="Library"> |
253 | <Configuration name="Debug"> | 253 | <Configuration name="Debug"> |
254 | <Options> | 254 | <Options> |
255 | <OutputPath>../../bin/</OutputPath> | 255 | <OutputPath>../../../bin/</OutputPath> |
256 | </Options> | 256 | </Options> |
257 | </Configuration> | 257 | </Configuration> |
258 | <Configuration name="Release"> | 258 | <Configuration name="Release"> |
259 | <Options> | 259 | <Options> |
260 | <OutputPath>../../bin/</OutputPath> | 260 | <OutputPath>../../../bin/</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="System.Xml" localCopy="false" /> | 266 | <Reference name="System.Xml" localCopy="false" /> |
267 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | 267 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> |
@@ -277,16 +277,16 @@ | |||
277 | <Project name="OpenSim.Physics.BasicPhysicsPlugin" path="OpenSim.Physics/BasicPhysicsPlugin" type="Library"> | 277 | <Project name="OpenSim.Physics.BasicPhysicsPlugin" path="OpenSim.Physics/BasicPhysicsPlugin" type="Library"> |
278 | <Configuration name="Debug"> | 278 | <Configuration name="Debug"> |
279 | <Options> | 279 | <Options> |
280 | <OutputPath>../../bin/Physics/</OutputPath> | 280 | <OutputPath>../../../bin/Physics/</OutputPath> |
281 | </Options> | 281 | </Options> |
282 | </Configuration> | 282 | </Configuration> |
283 | <Configuration name="Release"> | 283 | <Configuration name="Release"> |
284 | <Options> | 284 | <Options> |
285 | <OutputPath>../../bin/Physics/</OutputPath> | 285 | <OutputPath>../../../bin/Physics/</OutputPath> |
286 | </Options> | 286 | </Options> |
287 | </Configuration> | 287 | </Configuration> |
288 | 288 | ||
289 | <ReferencePath>../../bin/</ReferencePath> | 289 | <ReferencePath>../../../bin/</ReferencePath> |
290 | <Reference name="System" localCopy="false"/> | 290 | <Reference name="System" localCopy="false"/> |
291 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | 291 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> |
292 | <Reference name="OpenSim.Physics.Manager" localCopy="false"/> | 292 | <Reference name="OpenSim.Physics.Manager" localCopy="false"/> |
@@ -298,16 +298,16 @@ | |||
298 | <Project name="OpenSim.Physics.PhysXPlugin" path="OpenSim.Physics/PhysXPlugin" type="Library"> | 298 | <Project name="OpenSim.Physics.PhysXPlugin" path="OpenSim.Physics/PhysXPlugin" type="Library"> |
299 | <Configuration name="Debug"> | 299 | <Configuration name="Debug"> |
300 | <Options> | 300 | <Options> |
301 | <OutputPath>../../bin/Physics/</OutputPath> | 301 | <OutputPath>../../../bin/Physics/</OutputPath> |
302 | </Options> | 302 | </Options> |
303 | </Configuration> | 303 | </Configuration> |
304 | <Configuration name="Release"> | 304 | <Configuration name="Release"> |
305 | <Options> | 305 | <Options> |
306 | <OutputPath>../../bin/Physics/</OutputPath> | 306 | <OutputPath>../../../bin/Physics/</OutputPath> |
307 | </Options> | 307 | </Options> |
308 | </Configuration> | 308 | </Configuration> |
309 | 309 | ||
310 | <ReferencePath>../../bin/</ReferencePath> | 310 | <ReferencePath>../../../bin/</ReferencePath> |
311 | <Reference name="System" localCopy="false"/> | 311 | <Reference name="System" localCopy="false"/> |
312 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | 312 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> |
313 | <Reference name="PhysX_Wrapper_Dotnet.dll" localCopy="false"/> | 313 | <Reference name="PhysX_Wrapper_Dotnet.dll" localCopy="false"/> |
@@ -320,16 +320,16 @@ | |||
320 | <Project name="OpenSim.Physics.OdePlugin" path="OpenSim.Physics/OdePlugin" type="Library"> | 320 | <Project name="OpenSim.Physics.OdePlugin" path="OpenSim.Physics/OdePlugin" type="Library"> |
321 | <Configuration name="Debug"> | 321 | <Configuration name="Debug"> |
322 | <Options> | 322 | <Options> |
323 | <OutputPath>../../bin/Physics/</OutputPath> | 323 | <OutputPath>../../../bin/Physics/</OutputPath> |
324 | </Options> | 324 | </Options> |
325 | </Configuration> | 325 | </Configuration> |
326 | <Configuration name="Release"> | 326 | <Configuration name="Release"> |
327 | <Options> | 327 | <Options> |
328 | <OutputPath>../../bin/Physics/</OutputPath> | 328 | <OutputPath>../../../bin/Physics/</OutputPath> |
329 | </Options> | 329 | </Options> |
330 | </Configuration> | 330 | </Configuration> |
331 | 331 | ||
332 | <ReferencePath>../../bin/</ReferencePath> | 332 | <ReferencePath>../../../bin/</ReferencePath> |
333 | <Reference name="System" localCopy="false"/> | 333 | <Reference name="System" localCopy="false"/> |
334 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | 334 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> |
335 | <Reference name="OpenSim.Physics.Manager" localCopy="false"/> | 335 | <Reference name="OpenSim.Physics.Manager" localCopy="false"/> |
@@ -344,16 +344,16 @@ | |||
344 | <Project name="OpenSim.GenericConfig.Xml" path="OpenSim.GenericConfig/Xml" type="Library"> | 344 | <Project name="OpenSim.GenericConfig.Xml" path="OpenSim.GenericConfig/Xml" type="Library"> |
345 | <Configuration name="Debug"> | 345 | <Configuration name="Debug"> |
346 | <Options> | 346 | <Options> |
347 | <OutputPath>../../bin/</OutputPath> | 347 | <OutputPath>../../../bin/</OutputPath> |
348 | </Options> | 348 | </Options> |
349 | </Configuration> | 349 | </Configuration> |
350 | <Configuration name="Release"> | 350 | <Configuration name="Release"> |
351 | <Options> | 351 | <Options> |
352 | <OutputPath>../../bin/</OutputPath> | 352 | <OutputPath>../../../bin/</OutputPath> |
353 | </Options> | 353 | </Options> |
354 | </Configuration> | 354 | </Configuration> |
355 | 355 | ||
356 | <ReferencePath>../../bin/</ReferencePath> | 356 | <ReferencePath>../../../bin/</ReferencePath> |
357 | <Reference name="System"/> | 357 | <Reference name="System"/> |
358 | <Reference name="System.Xml"/> | 358 | <Reference name="System.Xml"/> |
359 | <Reference name="OpenSim.Framework"/> | 359 | <Reference name="OpenSim.Framework"/> |
@@ -367,16 +367,16 @@ | |||
367 | <Project name="OpenSim.Scripting.EmbeddedJVM" path="OpenSim.Scripting/EmbeddedJVM" type="Library"> | 367 | <Project name="OpenSim.Scripting.EmbeddedJVM" path="OpenSim.Scripting/EmbeddedJVM" type="Library"> |
368 | <Configuration name="Debug"> | 368 | <Configuration name="Debug"> |
369 | <Options> | 369 | <Options> |
370 | <OutputPath>../../bin/ScriptEngines/</OutputPath> | 370 | <OutputPath>../../../bin/ScriptEngines/</OutputPath> |
371 | </Options> | 371 | </Options> |
372 | </Configuration> | 372 | </Configuration> |
373 | <Configuration name="Release"> | 373 | <Configuration name="Release"> |
374 | <Options> | 374 | <Options> |
375 | <OutputPath>../../bin/ScriptEngines/</OutputPath> | 375 | <OutputPath>../../../bin/ScriptEngines/</OutputPath> |
376 | </Options> | 376 | </Options> |
377 | </Configuration> | 377 | </Configuration> |
378 | 378 | ||
379 | <ReferencePath>../../bin/</ReferencePath> | 379 | <ReferencePath>../../../bin/</ReferencePath> |
380 | <Reference name="System"/> | 380 | <Reference name="System"/> |
381 | <Reference name="System.Xml"/> | 381 | <Reference name="System.Xml"/> |
382 | <Reference name="OpenSim.Framework"/> | 382 | <Reference name="OpenSim.Framework"/> |
@@ -391,16 +391,16 @@ | |||
391 | <Project name="OpenSim.Terrain.BasicTerrain" path="OpenSim.Terrain.BasicTerrain" type="Library"> | 391 | <Project name="OpenSim.Terrain.BasicTerrain" path="OpenSim.Terrain.BasicTerrain" type="Library"> |
392 | <Configuration name="Debug"> | 392 | <Configuration name="Debug"> |
393 | <Options> | 393 | <Options> |
394 | <OutputPath>../bin/</OutputPath> | 394 | <OutputPath>../../bin/</OutputPath> |
395 | </Options> | 395 | </Options> |
396 | </Configuration> | 396 | </Configuration> |
397 | <Configuration name="Release"> | 397 | <Configuration name="Release"> |
398 | <Options> | 398 | <Options> |
399 | <OutputPath>../bin/</OutputPath> | 399 | <OutputPath>../../bin/</OutputPath> |
400 | </Options> | 400 | </Options> |
401 | </Configuration> | 401 | </Configuration> |
402 | 402 | ||
403 | <ReferencePath>../bin/</ReferencePath> | 403 | <ReferencePath>../../bin/</ReferencePath> |
404 | <Reference name="System"/> | 404 | <Reference name="System"/> |
405 | <Reference name="System.Drawing"/> | 405 | <Reference name="System.Drawing"/> |
406 | <Reference name="System.Data"/> | 406 | <Reference name="System.Data"/> |
@@ -415,16 +415,16 @@ | |||
415 | <Project name="OpenSim.RegionServer" path="OpenSim.RegionServer" type="Library"> | 415 | <Project name="OpenSim.RegionServer" path="OpenSim.RegionServer" type="Library"> |
416 | <Configuration name="Debug"> | 416 | <Configuration name="Debug"> |
417 | <Options> | 417 | <Options> |
418 | <OutputPath>../bin/</OutputPath> | 418 | <OutputPath>../../bin/</OutputPath> |
419 | </Options> | 419 | </Options> |
420 | </Configuration> | 420 | </Configuration> |
421 | <Configuration name="Release"> | 421 | <Configuration name="Release"> |
422 | <Options> | 422 | <Options> |
423 | <OutputPath>../bin/</OutputPath> | 423 | <OutputPath>../../bin/</OutputPath> |
424 | </Options> | 424 | </Options> |
425 | </Configuration> | 425 | </Configuration> |
426 | 426 | ||
427 | <ReferencePath>../bin/</ReferencePath> | 427 | <ReferencePath>../../bin/</ReferencePath> |
428 | <Reference name="System" localCopy="false"/> | 428 | <Reference name="System" localCopy="false"/> |
429 | <Reference name="System.Xml"/> | 429 | <Reference name="System.Xml"/> |
430 | <Reference name="libsecondlife.dll"/> | 430 | <Reference name="libsecondlife.dll"/> |
@@ -447,16 +447,16 @@ | |||
447 | <Project name="OpenSim" path="OpenSim" type="Exe"> | 447 | <Project name="OpenSim" path="OpenSim" type="Exe"> |
448 | <Configuration name="Debug"> | 448 | <Configuration name="Debug"> |
449 | <Options> | 449 | <Options> |
450 | <OutputPath>../bin/</OutputPath> | 450 | <OutputPath>../../bin/</OutputPath> |
451 | </Options> | 451 | </Options> |
452 | </Configuration> | 452 | </Configuration> |
453 | <Configuration name="Release"> | 453 | <Configuration name="Release"> |
454 | <Options> | 454 | <Options> |
455 | <OutputPath>../bin/</OutputPath> | 455 | <OutputPath>../../bin/</OutputPath> |
456 | </Options> | 456 | </Options> |
457 | </Configuration> | 457 | </Configuration> |
458 | 458 | ||
459 | <ReferencePath>../bin/</ReferencePath> | 459 | <ReferencePath>../../bin/</ReferencePath> |
460 | <Reference name="System" localCopy="false"/> | 460 | <Reference name="System" localCopy="false"/> |
461 | <Reference name="System.Xml"/> | 461 | <Reference name="System.Xml"/> |
462 | <Reference name="libsecondlife.dll"/> | 462 | <Reference name="libsecondlife.dll"/> |
@@ -479,7 +479,7 @@ | |||
479 | </Solution> | 479 | </Solution> |
480 | 480 | ||
481 | 481 | ||
482 | <Solution name="OpenSim" activeConfig="Debug" path="./"> | 482 | <Solution name="OpenGridServices" activeConfig="Debug" path="./"> |
483 | <Configuration name="Debug"> | 483 | <Configuration name="Debug"> |
484 | <Options> | 484 | <Options> |
485 | <CompilerDefines>TRACE;DEBUG</CompilerDefines> | 485 | <CompilerDefines>TRACE;DEBUG</CompilerDefines> |