diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 489 |
1 files changed, 244 insertions, 245 deletions
diff --git a/prebuild.xml b/prebuild.xml index 314465e..6cf8bd8 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -32,111 +32,90 @@ | |||
32 | </Options> | 32 | </Options> |
33 | </Configuration> | 33 | </Configuration> |
34 | 34 | ||
35 | <!-- XML-RPC --> | ||
36 | <Project name="XMLRPC" path="Common/XmlRpcCS" type="Library"> | ||
37 | <Configuration name="Debug"> | ||
38 | <Options> | ||
39 | <OutputPath>../../bin/</OutputPath> | ||
40 | </Options> | ||
41 | </Configuration> | ||
42 | <Configuration name="Release"> | ||
43 | <Options> | ||
44 | <OutputPath>../../bin/</OutputPath> | ||
45 | </Options> | ||
46 | </Configuration> | ||
47 | |||
48 | <ReferencePath>../../bin/</ReferencePath> | ||
49 | <Reference name="System"/> | ||
50 | <Reference name="System.Xml"/> | ||
51 | |||
52 | <Files> | ||
53 | <Match pattern="*.cs" recurse="true"/> | ||
54 | </Files> | ||
55 | </Project> | ||
56 | 35 | ||
57 | <!-- Core OpenSim Projects --> | 36 | <!-- Core OpenSim Projects --> |
58 | 37 | ||
59 | <Project name="OpenSim.Framework.Console" path="Common/OpenSim.Framework.Console" type="Library"> | 38 | <Project name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> |
60 | <Configuration name="Debug"> | 39 | <Configuration name="Debug"> |
61 | <Options> | 40 | <Options> |
62 | <OutputPath>../../bin/</OutputPath> | 41 | <OutputPath>../../../bin/</OutputPath> |
63 | </Options> | 42 | </Options> |
64 | </Configuration> | 43 | </Configuration> |
65 | <Configuration name="Release"> | 44 | <Configuration name="Release"> |
66 | <Options> | 45 | <Options> |
67 | <OutputPath>../../bin/</OutputPath> | 46 | <OutputPath>../../../bin/</OutputPath> |
68 | </Options> | 47 | </Options> |
69 | </Configuration> | 48 | </Configuration> |
70 | 49 | ||
71 | <ReferencePath>../../bin/</ReferencePath> | 50 | <ReferencePath>../../../bin/</ReferencePath> |
72 | <Reference name="System" localCopy="false"/> | 51 | <Reference name="System" localCopy="false"/> |
73 | <Files> | 52 | <Files> |
74 | <Match pattern="*.cs" recurse="true"/> | 53 | <Match pattern="*.cs" recurse="true"/> |
75 | </Files> | 54 | </Files> |
76 | </Project> | 55 | </Project> |
77 | 56 | ||
78 | <Project name="OpenSim.Framework" path="Common/OpenSim.Framework" type="Library"> | 57 | <Project name="OpenSim.Framework" path="OpenSim/Framework/General" type="Library"> |
79 | <Configuration name="Debug"> | 58 | <Configuration name="Debug"> |
80 | <Options> | 59 | <Options> |
81 | <OutputPath>../../bin/</OutputPath> | 60 | <OutputPath>../../../bin/</OutputPath> |
82 | </Options> | 61 | </Options> |
83 | </Configuration> | 62 | </Configuration> |
84 | <Configuration name="Release"> | 63 | <Configuration name="Release"> |
85 | <Options> | 64 | <Options> |
86 | <OutputPath>../../bin/</OutputPath> | 65 | <OutputPath>../../../bin/</OutputPath> |
87 | </Options> | 66 | </Options> |
88 | </Configuration> | 67 | </Configuration> |
89 | 68 | ||
90 | <ReferencePath>../../bin/</ReferencePath> | 69 | <ReferencePath>../../../bin/</ReferencePath> |
91 | <Reference name="System"/> | 70 | <Reference name="System"/> |
92 | <Reference name="System.Xml"/> | 71 | <Reference name="System.Xml"/> |
93 | <Reference name="libsecondlife.dll"/> | 72 | <Reference name="libsecondlife.dll"/> |
94 | <Reference name="Db4objects.Db4o.dll"/> | 73 | <Reference name="Db4objects.Db4o.dll"/> |
95 | <Reference name="XMLRPC"/> | 74 | <Reference name="XMLRPC.dll"/> |
96 | <Reference name="OpenSim.Framework.Console"/> | 75 | <Reference name="OpenSim.Framework.Console"/> |
97 | <Files> | 76 | <Files> |
98 | <Match pattern="*.cs" recurse="true"/> | 77 | <Match pattern="*.cs" recurse="true"/> |
99 | </Files> | 78 | </Files> |
100 | </Project> | 79 | </Project> |
101 | 80 | ||
102 | <Project name="OpenSim.Servers" path="Common/OpenSim.Servers" type="Library"> | 81 | <Project name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library"> |
103 | <Configuration name="Debug"> | 82 | <Configuration name="Debug"> |
104 | <Options> | 83 | <Options> |
105 | <OutputPath>../../bin/</OutputPath> | 84 | <OutputPath>../../../bin/</OutputPath> |
106 | </Options> | 85 | </Options> |
107 | </Configuration> | 86 | </Configuration> |
108 | <Configuration name="Release"> | 87 | <Configuration name="Release"> |
109 | <Options> | 88 | <Options> |
110 | <OutputPath>../../bin/</OutputPath> | 89 | <OutputPath>../../../bin/</OutputPath> |
111 | </Options> | 90 | </Options> |
112 | </Configuration> | 91 | </Configuration> |
113 | 92 | ||
114 | <ReferencePath>../../bin/</ReferencePath> | 93 | <ReferencePath>../../../bin/</ReferencePath> |
115 | <Reference name="System"/> | 94 | <Reference name="System"/> |
116 | <Reference name="System.Xml"/> | 95 | <Reference name="System.Xml"/> |
117 | <Reference name="OpenSim.Framework"/> | 96 | <Reference name="OpenSim.Framework"/> |
118 | <Reference name="OpenSim.Framework.Console"/> | 97 | <Reference name="OpenSim.Framework.Console"/> |
119 | <Reference name="libsecondlife.dll"/> | 98 | <Reference name="libsecondlife.dll"/> |
120 | <Reference name="XMLRPC"/> | 99 | <Reference name="XMLRPC.dll"/> |
121 | 100 | ||
122 | <Files> | 101 | <Files> |
123 | <Match pattern="*.cs" recurse="true"/> | 102 | <Match pattern="*.cs" recurse="true"/> |
124 | </Files> | 103 | </Files> |
125 | </Project> | 104 | </Project> |
126 | 105 | ||
127 | <Project name="OpenSim.Caches" path="OpenSim/OpenSim.Caches" type="Library"> | 106 | <Project name="OpenSim.Region.Caches" path="OpenSim/Region/Caches" type="Library"> |
128 | <Configuration name="Debug"> | 107 | <Configuration name="Debug"> |
129 | <Options> | 108 | <Options> |
130 | <OutputPath>../../bin/</OutputPath> | 109 | <OutputPath>../../../bin/</OutputPath> |
131 | </Options> | 110 | </Options> |
132 | </Configuration> | 111 | </Configuration> |
133 | <Configuration name="Release"> | 112 | <Configuration name="Release"> |
134 | <Options> | 113 | <Options> |
135 | <OutputPath>../../bin/</OutputPath> | 114 | <OutputPath>../../../bin/</OutputPath> |
136 | </Options> | 115 | </Options> |
137 | </Configuration> | 116 | </Configuration> |
138 | 117 | ||
139 | <ReferencePath>../../bin/</ReferencePath> | 118 | <ReferencePath>../../../bin/</ReferencePath> |
140 | <Reference name="System"/> | 119 | <Reference name="System"/> |
141 | <Reference name="System.Xml"/> | 120 | <Reference name="System.Xml"/> |
142 | <Reference name="libsecondlife.dll"/> | 121 | <Reference name="libsecondlife.dll"/> |
@@ -146,9 +125,7 @@ | |||
146 | </Files> | 125 | </Files> |
147 | </Project> | 126 | </Project> |
148 | 127 | ||
149 | 128 | <Project name="OpenSim.Region.Capabilities" path="OpenSim/Region/Capabilities" type="Library"> | |
150 | <!-- Storage Plug-ins --> | ||
151 | <Project name="OpenSim.Storage.LocalStorageDb4o" path="OpenSim/OpenSim.Storage/LocalStorageDb4o" type="Library"> | ||
152 | <Configuration name="Debug"> | 129 | <Configuration name="Debug"> |
153 | <Options> | 130 | <Options> |
154 | <OutputPath>../../../bin/</OutputPath> | 131 | <OutputPath>../../../bin/</OutputPath> |
@@ -161,6 +138,33 @@ | |||
161 | </Configuration> | 138 | </Configuration> |
162 | 139 | ||
163 | <ReferencePath>../../../bin/</ReferencePath> | 140 | <ReferencePath>../../../bin/</ReferencePath> |
141 | <Reference name="System"/> | ||
142 | <Reference name="System.Xml"/> | ||
143 | <Reference name="libsecondlife.dll"/> | ||
144 | <Reference name="OpenSim.Framework"/> | ||
145 | <Reference name="OpenSim.Framework.Servers"/> | ||
146 | <Reference name="OpenSim.Region.Caches"/> | ||
147 | <Reference name="XMLRPC.dll"/> | ||
148 | |||
149 | <Files> | ||
150 | <Match pattern="*.cs" recurse="true"/> | ||
151 | </Files> | ||
152 | </Project> | ||
153 | |||
154 | <!-- Storage Plug-ins --> | ||
155 | <Project name="OpenSim.Region.Storage.LocalStorageDb4o" path="OpenSim/Region/Storage/LocalStorageDb4o" type="Library"> | ||
156 | <Configuration name="Debug"> | ||
157 | <Options> | ||
158 | <OutputPath>../../../../bin/</OutputPath> | ||
159 | </Options> | ||
160 | </Configuration> | ||
161 | <Configuration name="Release"> | ||
162 | <Options> | ||
163 | <OutputPath>../../../../bin/</OutputPath> | ||
164 | </Options> | ||
165 | </Configuration> | ||
166 | |||
167 | <ReferencePath>../../../../bin/</ReferencePath> | ||
164 | <Reference name="System" localCopy="false"/> | 168 | <Reference name="System" localCopy="false"/> |
165 | <Reference name="System.Xml"/> | 169 | <Reference name="System.Xml"/> |
166 | <Reference name="Db4objects.Db4o.dll"/> | 170 | <Reference name="Db4objects.Db4o.dll"/> |
@@ -172,19 +176,19 @@ | |||
172 | </Files> | 176 | </Files> |
173 | </Project> | 177 | </Project> |
174 | 178 | ||
175 | <Project name="OpenSim.Storage.LocalStorageSQLite" path="OpenSim/OpenSim.Storage/LocalStorageSQLite" type="Library"> | 179 | <Project name="OpenSim.Region.Storage.LocalStorageSQLite" path="OpenSim/Region/Storage/LocalStorageSQLite" type="Library"> |
176 | <Configuration name="Debug"> | 180 | <Configuration name="Debug"> |
177 | <Options> | 181 | <Options> |
178 | <OutputPath>../../../bin/</OutputPath> | 182 | <OutputPath>../../../../bin/</OutputPath> |
179 | </Options> | 183 | </Options> |
180 | </Configuration> | 184 | </Configuration> |
181 | <Configuration name="Release"> | 185 | <Configuration name="Release"> |
182 | <Options> | 186 | <Options> |
183 | <OutputPath>../../../bin/</OutputPath> | 187 | <OutputPath>../../../../bin/</OutputPath> |
184 | </Options> | 188 | </Options> |
185 | </Configuration> | 189 | </Configuration> |
186 | 190 | ||
187 | <ReferencePath>../../../bin/</ReferencePath> | 191 | <ReferencePath>../../../../bin/</ReferencePath> |
188 | <Reference name="System" localCopy="false"/> | 192 | <Reference name="System" localCopy="false"/> |
189 | <Reference name="System.Xml"/> | 193 | <Reference name="System.Xml"/> |
190 | <Reference name="System.Data"/> | 194 | <Reference name="System.Data"/> |
@@ -197,19 +201,19 @@ | |||
197 | </Files> | 201 | </Files> |
198 | </Project> | 202 | </Project> |
199 | 203 | ||
200 | <Project name="OpenSim.Storage.LocalStorageBerkeleyDB" path="OpenSim/OpenSim.Storage/LocalStorageBerkeleyDB" type="Library"> | 204 | <Project name="OpenSim.Region.Storage.LocalStorageBerkeleyDB" path="OpenSim/Region/Storage/LocalStorageBerkeleyDB" type="Library"> |
201 | <Configuration name="Debug"> | 205 | <Configuration name="Debug"> |
202 | <Options> | 206 | <Options> |
203 | <OutputPath>../../../bin/</OutputPath> | 207 | <OutputPath>../../../../bin/</OutputPath> |
204 | </Options> | 208 | </Options> |
205 | </Configuration> | 209 | </Configuration> |
206 | <Configuration name="Release"> | 210 | <Configuration name="Release"> |
207 | <Options> | 211 | <Options> |
208 | <OutputPath>../../../bin/</OutputPath> | 212 | <OutputPath>../../../../bin/</OutputPath> |
209 | </Options> | 213 | </Options> |
210 | </Configuration> | 214 | </Configuration> |
211 | 215 | ||
212 | <ReferencePath>../../../bin/</ReferencePath> | 216 | <ReferencePath>../../../../bin/</ReferencePath> |
213 | <Reference name="System" localCopy="false"/> | 217 | <Reference name="System" localCopy="false"/> |
214 | <Reference name="System.Xml"/> | 218 | <Reference name="System.Xml"/> |
215 | <Reference name="System.Data"/> | 219 | <Reference name="System.Data"/> |
@@ -224,19 +228,19 @@ | |||
224 | </Project> | 228 | </Project> |
225 | 229 | ||
226 | <!-- Grid Server Plug-ins --> | 230 | <!-- Grid Server Plug-ins --> |
227 | <Project name="OpenSim.GridInterfaces.Local" path="OpenSim/OpenSim.GridInterfaces/Local" type="Library"> | 231 | <Project name="OpenSim.Region.GridInterfaces.Local" path="OpenSim/Region/GridInterfaces/Local" type="Library"> |
228 | <Configuration name="Debug"> | 232 | <Configuration name="Debug"> |
229 | <Options> | 233 | <Options> |
230 | <OutputPath>../../../bin/</OutputPath> | 234 | <OutputPath>../../../../bin/</OutputPath> |
231 | </Options> | 235 | </Options> |
232 | </Configuration> | 236 | </Configuration> |
233 | <Configuration name="Release"> | 237 | <Configuration name="Release"> |
234 | <Options> | 238 | <Options> |
235 | <OutputPath>../../../bin/</OutputPath> | 239 | <OutputPath>../../../../bin/</OutputPath> |
236 | </Options> | 240 | </Options> |
237 | </Configuration> | 241 | </Configuration> |
238 | 242 | ||
239 | <ReferencePath>../../../bin/</ReferencePath> | 243 | <ReferencePath>../../../../bin/</ReferencePath> |
240 | <Reference name="System" localCopy="false"/> | 244 | <Reference name="System" localCopy="false"/> |
241 | <Reference name="System.Xml"/> | 245 | <Reference name="System.Xml"/> |
242 | <Reference name="Db4objects.Db4o.dll"/> | 246 | <Reference name="Db4objects.Db4o.dll"/> |
@@ -248,44 +252,44 @@ | |||
248 | </Files> | 252 | </Files> |
249 | </Project> | 253 | </Project> |
250 | 254 | ||
251 | <Project name="OpenSim.GridInterfaces.Remote" path="OpenSim/OpenSim.GridInterfaces/Remote" type="Library"> | 255 | <Project name="OpenSim.Region.GridInterfaces.Remote" path="OpenSim/Region/GridInterfaces/Remote" type="Library"> |
252 | <Configuration name="Debug"> | 256 | <Configuration name="Debug"> |
253 | <Options> | 257 | <Options> |
254 | <OutputPath>../../../bin/</OutputPath> | 258 | <OutputPath>../../../../bin/</OutputPath> |
255 | </Options> | 259 | </Options> |
256 | </Configuration> | 260 | </Configuration> |
257 | <Configuration name="Release"> | 261 | <Configuration name="Release"> |
258 | <Options> | 262 | <Options> |
259 | <OutputPath>../../../bin/</OutputPath> | 263 | <OutputPath>../../../../bin/</OutputPath> |
260 | </Options> | 264 | </Options> |
261 | </Configuration> | 265 | </Configuration> |
262 | 266 | ||
263 | <ReferencePath>../../../bin/</ReferencePath> | 267 | <ReferencePath>../../../../bin/</ReferencePath> |
264 | <Reference name="System" localCopy="false"/> | 268 | <Reference name="System" localCopy="false"/> |
265 | <Reference name="System.Xml"/> | 269 | <Reference name="System.Xml"/> |
266 | <Reference name="libsecondlife.dll"/> | 270 | <Reference name="libsecondlife.dll"/> |
267 | <Reference name="OpenSim.Framework"/> | 271 | <Reference name="OpenSim.Framework"/> |
268 | <Reference name="OpenSim.Framework.Console"/> | 272 | <Reference name="OpenSim.Framework.Console"/> |
269 | <Reference name="XMLRPC"/> | 273 | <Reference name="XMLRPC.dll"/> |
270 | <Files> | 274 | <Files> |
271 | <Match pattern="*.cs" recurse="true"/> | 275 | <Match pattern="*.cs" recurse="true"/> |
272 | </Files> | 276 | </Files> |
273 | </Project> | 277 | </Project> |
274 | 278 | ||
275 | 279 | ||
276 | <Project name="OpenSim.Physics.Manager" path="OpenSim/OpenSim.Physics/Manager" type="Library"> | 280 | <Project name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library"> |
277 | <Configuration name="Debug"> | 281 | <Configuration name="Debug"> |
278 | <Options> | 282 | <Options> |
279 | <OutputPath>../../../bin/</OutputPath> | 283 | <OutputPath>../../../../bin/</OutputPath> |
280 | </Options> | 284 | </Options> |
281 | </Configuration> | 285 | </Configuration> |
282 | <Configuration name="Release"> | 286 | <Configuration name="Release"> |
283 | <Options> | 287 | <Options> |
284 | <OutputPath>../../../bin/</OutputPath> | 288 | <OutputPath>../../../../bin/</OutputPath> |
285 | </Options> | 289 | </Options> |
286 | </Configuration> | 290 | </Configuration> |
287 | 291 | ||
288 | <ReferencePath>../../../bin/</ReferencePath> | 292 | <ReferencePath>../../../../bin/</ReferencePath> |
289 | <Reference name="System" localCopy="false"/> | 293 | <Reference name="System" localCopy="false"/> |
290 | <Reference name="System.Xml" localCopy="false" /> | 294 | <Reference name="System.Xml" localCopy="false" /> |
291 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | 295 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> |
@@ -298,65 +302,65 @@ | |||
298 | 302 | ||
299 | 303 | ||
300 | <!-- Physics Plug-ins --> | 304 | <!-- Physics Plug-ins --> |
301 | <Project name="OpenSim.Physics.BasicPhysicsPlugin" path="OpenSim/OpenSim.Physics/BasicPhysicsPlugin" type="Library"> | 305 | <Project name="OpenSim.Region.Physics.BasicPhysicsPlugin" path="OpenSim/Region/Physics/BasicPhysicsPlugin" type="Library"> |
302 | <Configuration name="Debug"> | 306 | <Configuration name="Debug"> |
303 | <Options> | 307 | <Options> |
304 | <OutputPath>../../../bin/Physics/</OutputPath> | 308 | <OutputPath>../../../../bin/Physics/</OutputPath> |
305 | </Options> | 309 | </Options> |
306 | </Configuration> | 310 | </Configuration> |
307 | <Configuration name="Release"> | 311 | <Configuration name="Release"> |
308 | <Options> | 312 | <Options> |
309 | <OutputPath>../../../bin/Physics/</OutputPath> | 313 | <OutputPath>../../../../bin/Physics/</OutputPath> |
310 | </Options> | 314 | </Options> |
311 | </Configuration> | 315 | </Configuration> |
312 | 316 | ||
313 | <ReferencePath>../../../bin/</ReferencePath> | 317 | <ReferencePath>../../../../bin/</ReferencePath> |
314 | <Reference name="System" localCopy="false"/> | 318 | <Reference name="System" localCopy="false"/> |
315 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | 319 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> |
316 | <Reference name="OpenSim.Physics.Manager" localCopy="false"/> | 320 | <Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/> |
317 | <Files> | 321 | <Files> |
318 | <Match pattern="*.cs" recurse="true"/> | 322 | <Match pattern="*.cs" recurse="true"/> |
319 | </Files> | 323 | </Files> |
320 | </Project> | 324 | </Project> |
321 | 325 | ||
322 | <Project name="OpenSim.Physics.PhysXPlugin" path="OpenSim/OpenSim.Physics/PhysXPlugin" type="Library"> | 326 | <Project name="OpenSim.Region.Physics.PhysXPlugin" path="OpenSim/Region/Physics/PhysXPlugin" type="Library"> |
323 | <Configuration name="Debug"> | 327 | <Configuration name="Debug"> |
324 | <Options> | 328 | <Options> |
325 | <OutputPath>../../../bin/Physics/</OutputPath> | 329 | <OutputPath>../../../../bin/Physics/</OutputPath> |
326 | </Options> | 330 | </Options> |
327 | </Configuration> | 331 | </Configuration> |
328 | <Configuration name="Release"> | 332 | <Configuration name="Release"> |
329 | <Options> | 333 | <Options> |
330 | <OutputPath>../../../bin/Physics/</OutputPath> | 334 | <OutputPath>../../../../bin/Physics/</OutputPath> |
331 | </Options> | 335 | </Options> |
332 | </Configuration> | 336 | </Configuration> |
333 | 337 | ||
334 | <ReferencePath>../../../bin/</ReferencePath> | 338 | <ReferencePath>../../../../bin/</ReferencePath> |
335 | <Reference name="System" localCopy="false"/> | 339 | <Reference name="System" localCopy="false"/> |
336 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | 340 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> |
337 | <Reference name="PhysX_Wrapper_Dotnet.dll" localCopy="false"/> | 341 | <Reference name="PhysX_Wrapper_Dotnet.dll" localCopy="false"/> |
338 | <Reference name="OpenSim.Physics.Manager" localCopy="false"/> | 342 | <Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/> |
339 | <Files> | 343 | <Files> |
340 | <Match pattern="*.cs" recurse="true"/> | 344 | <Match pattern="*.cs" recurse="true"/> |
341 | </Files> | 345 | </Files> |
342 | </Project> | 346 | </Project> |
343 | 347 | ||
344 | <Project name="OpenSim.Physics.OdePlugin" path="OpenSim/OpenSim.Physics/OdePlugin" type="Library"> | 348 | <Project name="OpenSim.Region.Physics.OdePlugin" path="OpenSim/Region/Physics/OdePlugin" type="Library"> |
345 | <Configuration name="Debug"> | 349 | <Configuration name="Debug"> |
346 | <Options> | 350 | <Options> |
347 | <OutputPath>../../../bin/Physics/</OutputPath> | 351 | <OutputPath>../../../../bin/Physics/</OutputPath> |
348 | </Options> | 352 | </Options> |
349 | </Configuration> | 353 | </Configuration> |
350 | <Configuration name="Release"> | 354 | <Configuration name="Release"> |
351 | <Options> | 355 | <Options> |
352 | <OutputPath>../../../bin/Physics/</OutputPath> | 356 | <OutputPath>../../../../bin/Physics/</OutputPath> |
353 | </Options> | 357 | </Options> |
354 | </Configuration> | 358 | </Configuration> |
355 | 359 | ||
356 | <ReferencePath>../../../bin/</ReferencePath> | 360 | <ReferencePath>../../../../bin/</ReferencePath> |
357 | <Reference name="System" localCopy="false"/> | 361 | <Reference name="System" localCopy="false"/> |
358 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | 362 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> |
359 | <Reference name="OpenSim.Physics.Manager" localCopy="false"/> | 363 | <Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/> |
360 | <Reference name="Ode.NET.dll" localCopy="false" /> | 364 | <Reference name="Ode.NET.dll" localCopy="false" /> |
361 | 365 | ||
362 | <Files> | 366 | <Files> |
@@ -365,19 +369,19 @@ | |||
365 | </Project> | 369 | </Project> |
366 | 370 | ||
367 | <!-- Xml Config Dll --> | 371 | <!-- Xml Config Dll --> |
368 | <Project name="OpenSim.GenericConfig.Xml" path="Common/OpenSim.GenericConfig/Xml" type="Library"> | 372 | <Project name="OpenSim.Framework.GenericConfig.Xml" path="OpenSim/Framework/GenericConfig/Xml" type="Library"> |
369 | <Configuration name="Debug"> | 373 | <Configuration name="Debug"> |
370 | <Options> | 374 | <Options> |
371 | <OutputPath>../../../bin/</OutputPath> | 375 | <OutputPath>../../../../bin/</OutputPath> |
372 | </Options> | 376 | </Options> |
373 | </Configuration> | 377 | </Configuration> |
374 | <Configuration name="Release"> | 378 | <Configuration name="Release"> |
375 | <Options> | 379 | <Options> |
376 | <OutputPath>../../../bin/</OutputPath> | 380 | <OutputPath>../../../../bin/</OutputPath> |
377 | </Options> | 381 | </Options> |
378 | </Configuration> | 382 | </Configuration> |
379 | 383 | ||
380 | <ReferencePath>../../../bin/</ReferencePath> | 384 | <ReferencePath>../../../../bin/</ReferencePath> |
381 | <Reference name="System"/> | 385 | <Reference name="System"/> |
382 | <Reference name="System.Xml"/> | 386 | <Reference name="System.Xml"/> |
383 | <Reference name="OpenSim.Framework"/> | 387 | <Reference name="OpenSim.Framework"/> |
@@ -388,45 +392,45 @@ | |||
388 | </Project> | 392 | </Project> |
389 | 393 | ||
390 | <!-- Terrain engine --> | 394 | <!-- Terrain engine --> |
391 | <Project name="OpenSim.Terrain.BasicTerrain" path="OpenSim/OpenSim.Terrain.BasicTerrain" type="Library"> | 395 | <Project name="OpenSim.Region.Terrain.BasicTerrain" path="OpenSim/Region/Terrain.BasicTerrain" type="Library"> |
392 | <Configuration name="Debug"> | 396 | <Configuration name="Debug"> |
393 | <Options> | 397 | <Options> |
394 | <OutputPath>../../bin/</OutputPath> | 398 | <OutputPath>../../../bin/</OutputPath> |
395 | </Options> | 399 | </Options> |
396 | </Configuration> | 400 | </Configuration> |
397 | <Configuration name="Release"> | 401 | <Configuration name="Release"> |
398 | <Options> | 402 | <Options> |
399 | <OutputPath>../../bin/</OutputPath> | 403 | <OutputPath>../../../bin/</OutputPath> |
400 | </Options> | 404 | </Options> |
401 | </Configuration> | 405 | </Configuration> |
402 | 406 | ||
403 | <ReferencePath>../../bin/</ReferencePath> | 407 | <ReferencePath>../../../bin/</ReferencePath> |
404 | <Reference name="System"/> | 408 | <Reference name="System"/> |
405 | <Reference name="System.Drawing"/> | 409 | <Reference name="System.Drawing"/> |
406 | <Reference name="System.Data"/> | 410 | <Reference name="System.Data"/> |
407 | <Reference name="System.Xml"/> | 411 | <Reference name="System.Xml"/> |
412 | <Reference name="Microsoft.JScript"/> | ||
408 | <Reference name="libTerrain-BSD.dll"/> | 413 | <Reference name="libTerrain-BSD.dll"/> |
409 | <Reference name="openjpegnet.dll" /> | 414 | <Reference name="openjpegnet.dll" /> |
410 | <Reference name="Microsoft.JScript"/> | ||
411 | 415 | ||
412 | <Files> | 416 | <Files> |
413 | <Match pattern="*.cs" recurse="true"/> | 417 | <Match pattern="*.cs" recurse="true"/> |
414 | </Files> | 418 | </Files> |
415 | </Project> | 419 | </Project> |
416 | 420 | ||
417 | <Project name="OpenGrid.Framework.Data" path="Common/OpenGrid.Framework.Data" type="Library"> | 421 | <Project name="OpenSim.Framework.Data" path="OpenSim/Framework/Data" type="Library"> |
418 | <Configuration name="Debug"> | 422 | <Configuration name="Debug"> |
419 | <Options> | 423 | <Options> |
420 | <OutputPath>../../bin/</OutputPath> | 424 | <OutputPath>../../../bin/</OutputPath> |
421 | </Options> | 425 | </Options> |
422 | </Configuration> | 426 | </Configuration> |
423 | <Configuration name="Release"> | 427 | <Configuration name="Release"> |
424 | <Options> | 428 | <Options> |
425 | <OutputPath>../../bin/</OutputPath> | 429 | <OutputPath>../../../bin/</OutputPath> |
426 | </Options> | 430 | </Options> |
427 | </Configuration> | 431 | </Configuration> |
428 | 432 | ||
429 | <ReferencePath>../../bin/</ReferencePath> | 433 | <ReferencePath>../../../bin/</ReferencePath> |
430 | <Reference name="System" localCopy="false"/> | 434 | <Reference name="System" localCopy="false"/> |
431 | <Reference name="System.Xml"/> | 435 | <Reference name="System.Xml"/> |
432 | <Reference name="System.Data"/> | 436 | <Reference name="System.Data"/> |
@@ -436,23 +440,23 @@ | |||
436 | </Files> | 440 | </Files> |
437 | </Project> | 441 | </Project> |
438 | 442 | ||
439 | <Project name="OpenGrid.Framework.Data.DB4o" path="Common/OpenGrid.Framework.Data.DB4o" type="Library"> | 443 | <Project name="OpenSim.Framework.Data.DB4o" path="OpenSim/Framework/Data.DB4o" type="Library"> |
440 | <Configuration name="Debug"> | 444 | <Configuration name="Debug"> |
441 | <Options> | 445 | <Options> |
442 | <OutputPath>../../bin/</OutputPath> | 446 | <OutputPath>../../../bin/</OutputPath> |
443 | </Options> | 447 | </Options> |
444 | </Configuration> | 448 | </Configuration> |
445 | <Configuration name="Release"> | 449 | <Configuration name="Release"> |
446 | <Options> | 450 | <Options> |
447 | <OutputPath>../../bin/</OutputPath> | 451 | <OutputPath>../../../bin/</OutputPath> |
448 | </Options> | 452 | </Options> |
449 | </Configuration> | 453 | </Configuration> |
450 | 454 | ||
451 | <ReferencePath>../../bin/</ReferencePath> | 455 | <ReferencePath>../../../bin/</ReferencePath> |
452 | <Reference name="System" localCopy="false"/> | 456 | <Reference name="System" localCopy="false"/> |
453 | <Reference name="System.Xml"/> | 457 | <Reference name="System.Xml"/> |
454 | <Reference name="System.Data"/> | 458 | <Reference name="System.Data"/> |
455 | <Reference name="OpenGrid.Framework.Data"/> | 459 | <Reference name="OpenSim.Framework.Data"/> |
456 | <Reference name="libsecondlife.dll"/> | 460 | <Reference name="libsecondlife.dll"/> |
457 | <Reference name="Db4objects.Db4o.dll"/> | 461 | <Reference name="Db4objects.Db4o.dll"/> |
458 | <Files> | 462 | <Files> |
@@ -460,28 +464,28 @@ | |||
460 | </Files> | 464 | </Files> |
461 | </Project> | 465 | </Project> |
462 | 466 | ||
463 | <Project name="OpenGrid.Framework.UserManagement" path="Common/OpenGrid.Framework.UserManager" type="Library"> | 467 | <Project name="OpenSim.Framework.UserManagement" path="OpenSim/Framework/UserManager" type="Library"> |
464 | <Configuration name="Debug"> | 468 | <Configuration name="Debug"> |
465 | <Options> | 469 | <Options> |
466 | <OutputPath>../../bin/</OutputPath> | 470 | <OutputPath>../../../bin/</OutputPath> |
467 | </Options> | 471 | </Options> |
468 | </Configuration> | 472 | </Configuration> |
469 | <Configuration name="Release"> | 473 | <Configuration name="Release"> |
470 | <Options> | 474 | <Options> |
471 | <OutputPath>../../bin/</OutputPath> | 475 | <OutputPath>../../../bin/</OutputPath> |
472 | </Options> | 476 | </Options> |
473 | </Configuration> | 477 | </Configuration> |
474 | 478 | ||
475 | <ReferencePath>../../bin/</ReferencePath> | 479 | <ReferencePath>../../../bin/</ReferencePath> |
476 | <Reference name="System" localCopy="false"/> | 480 | <Reference name="System" localCopy="false"/> |
477 | <Reference name="System.Data" localCopy="false"/> | 481 | <Reference name="System.Data" localCopy="false"/> |
478 | <Reference name="System.Xml" localCopy="false"/> | 482 | <Reference name="System.Xml" localCopy="false"/> |
479 | <Reference name="XMLRPC"/> | 483 | <Reference name="XMLRPC.dll"/> |
480 | <Reference name="OpenSim.Framework"/> | 484 | <Reference name="OpenSim.Framework"/> |
481 | <Reference name="OpenSim.Framework.Console"/> | 485 | <Reference name="OpenSim.Framework.Console"/> |
482 | <Reference name="OpenGrid.Framework.Data"/> | 486 | <Reference name="OpenSim.Framework.Data"/> |
483 | <Reference name="OpenSim.GenericConfig.Xml"/> | 487 | <Reference name="OpenSim.Framework.GenericConfig.Xml"/> |
484 | <Reference name="OpenSim.Servers"/> | 488 | <Reference name="OpenSim.Framework.Servers"/> |
485 | <Reference name="libsecondlife.dll"/> | 489 | <Reference name="libsecondlife.dll"/> |
486 | <Reference name="Db4objects.Db4o.dll"/> | 490 | <Reference name="Db4objects.Db4o.dll"/> |
487 | 491 | ||
@@ -490,24 +494,24 @@ | |||
490 | </Files> | 494 | </Files> |
491 | </Project> | 495 | </Project> |
492 | 496 | ||
493 | <!-- OpenGridFrameWork.Communications" --> | 497 | <!-- OpenSim.Framework.Communications --> |
494 | <Project name="OpenGrid.Framework.Communications" path="Common/OpenGrid.Framework.Communications" type="Library"> | 498 | <Project name="OpenSim.Framework.Communications" path="OpenSim/Framework/Communications" type="Library"> |
495 | <Configuration name="Debug"> | 499 | <Configuration name="Debug"> |
496 | <Options> | 500 | <Options> |
497 | <OutputPath>../../bin/</OutputPath> | 501 | <OutputPath>../../../bin/</OutputPath> |
498 | </Options> | 502 | </Options> |
499 | </Configuration> | 503 | </Configuration> |
500 | <Configuration name="Release"> | 504 | <Configuration name="Release"> |
501 | <Options> | 505 | <Options> |
502 | <OutputPath>../../bin/</OutputPath> | 506 | <OutputPath>../../../bin/</OutputPath> |
503 | </Options> | 507 | </Options> |
504 | </Configuration> | 508 | </Configuration> |
505 | 509 | ||
506 | <ReferencePath>../../bin/</ReferencePath> | 510 | <ReferencePath>../../../bin/</ReferencePath> |
507 | <Reference name="System"/> | 511 | <Reference name="System"/> |
508 | <Reference name="System.Xml"/> | 512 | <Reference name="System.Xml"/> |
509 | <Reference name="OpenSim.Framework"/> | 513 | <Reference name="OpenSim.Framework"/> |
510 | <Reference name="OpenGrid.Framework.Data" /> | 514 | <Reference name="OpenSim.Framework.Data" /> |
511 | <Reference name="libsecondlife.dll"/> | 515 | <Reference name="libsecondlife.dll"/> |
512 | 516 | ||
513 | <Files> | 517 | <Files> |
@@ -515,54 +519,54 @@ | |||
515 | </Files> | 519 | </Files> |
516 | </Project> | 520 | </Project> |
517 | 521 | ||
518 | <Project name="OpenGrid.Framework.Communications.OGS1" path="Common/OpenGrid.Framework.Communications.OGS1" type="Library"> | 522 | <Project name="OpenSim.Region.Communications.OGS1" path="OpenSim/Region/Communications/OGS1" type="Library"> |
519 | <Configuration name="Debug"> | 523 | <Configuration name="Debug"> |
520 | <Options> | 524 | <Options> |
521 | <OutputPath>../../bin/</OutputPath> | 525 | <OutputPath>../../../../bin/</OutputPath> |
522 | </Options> | 526 | </Options> |
523 | </Configuration> | 527 | </Configuration> |
524 | <Configuration name="Release"> | 528 | <Configuration name="Release"> |
525 | <Options> | 529 | <Options> |
526 | <OutputPath>../../bin/</OutputPath> | 530 | <OutputPath>../../../../bin/</OutputPath> |
527 | </Options> | 531 | </Options> |
528 | </Configuration> | 532 | </Configuration> |
529 | 533 | ||
530 | <ReferencePath>../../bin/</ReferencePath> | 534 | <ReferencePath>../../../../bin/</ReferencePath> |
531 | <Reference name="System"/> | 535 | <Reference name="System"/> |
532 | <Reference name="System.Xml"/> | 536 | <Reference name="System.Xml"/> |
533 | <Reference name="System.Data"/> | 537 | <Reference name="System.Data"/> |
534 | <Reference name="System.Runtime.Remoting"/> | 538 | <Reference name="System.Runtime.Remoting"/> |
535 | <Reference name="OpenSim.Framework"/> | 539 | <Reference name="OpenSim.Framework"/> |
536 | <Reference name="OpenSim.Framework.Console"/> | 540 | <Reference name="OpenSim.Framework.Console"/> |
537 | <Reference name="OpenSim.Servers"/> | 541 | <Reference name="OpenSim.Framework.Servers"/> |
538 | <Reference name="OpenGrid.Framework.Communications" /> | 542 | <Reference name="OpenSim.Framework.Communications" /> |
539 | <Reference name="OpenGrid.Framework.Data" /> | 543 | <Reference name="OpenSim.Framework.Data" /> |
540 | <Reference name="libsecondlife.dll"/> | 544 | <Reference name="libsecondlife.dll"/> |
541 | <Reference name="XMLRPC"/> | 545 | <Reference name="XMLRPC.dll"/> |
542 | 546 | ||
543 | <Files> | 547 | <Files> |
544 | <Match pattern="*.cs" recurse="true"/> | 548 | <Match pattern="*.cs" recurse="true"/> |
545 | </Files> | 549 | </Files> |
546 | </Project> | 550 | </Project> |
547 | 551 | ||
548 | <Project name="OpenSim.LocalCommunications" path="OpenSim/OpenSim.LocalCommunications" type="Library"> | 552 | <Project name="OpenSim.Region.Communications.Local" path="OpenSim/Region/Communications/Local" type="Library"> |
549 | <Configuration name="Debug"> | 553 | <Configuration name="Debug"> |
550 | <Options> | 554 | <Options> |
551 | <OutputPath>../../bin/</OutputPath> | 555 | <OutputPath>../../../../bin/</OutputPath> |
552 | </Options> | 556 | </Options> |
553 | </Configuration> | 557 | </Configuration> |
554 | <Configuration name="Release"> | 558 | <Configuration name="Release"> |
555 | <Options> | 559 | <Options> |
556 | <OutputPath>../../bin/</OutputPath> | 560 | <OutputPath>../../../../bin/</OutputPath> |
557 | </Options> | 561 | </Options> |
558 | </Configuration> | 562 | </Configuration> |
559 | 563 | ||
560 | <ReferencePath>../../bin/</ReferencePath> | 564 | <ReferencePath>../../../../bin/</ReferencePath> |
561 | <Reference name="System"/> | 565 | <Reference name="System"/> |
562 | <Reference name="System.Xml"/> | 566 | <Reference name="System.Xml"/> |
563 | <Reference name="OpenGrid.Framework.Communications"/> | 567 | <Reference name="OpenSim.Framework.Communications"/> |
564 | <Reference name="OpenGrid.Framework.UserManagement" /> | 568 | <Reference name="OpenSim.Framework.UserManagement" /> |
565 | <Reference name="OpenGrid.Framework.Data" /> | 569 | <Reference name="OpenSim.Framework.Data" /> |
566 | <Reference name="libsecondlife.dll"/> | 570 | <Reference name="libsecondlife.dll"/> |
567 | <Reference name="OpenSim.Framework"/> | 571 | <Reference name="OpenSim.Framework"/> |
568 | 572 | ||
@@ -571,33 +575,31 @@ | |||
571 | </Files> | 575 | </Files> |
572 | </Project> | 576 | </Project> |
573 | 577 | ||
574 | <Project name="OpenSim.RegionServer" path="OpenSim/OpenSim.RegionServer" type="Library"> | 578 | <Project name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library"> |
575 | <Configuration name="Debug"> | 579 | <Configuration name="Debug"> |
576 | <Options> | 580 | <Options> |
577 | <OutputPath>../../bin/</OutputPath> | 581 | <OutputPath>../../../bin/</OutputPath> |
578 | </Options> | 582 | </Options> |
579 | </Configuration> | 583 | </Configuration> |
580 | <Configuration name="Release"> | 584 | <Configuration name="Release"> |
581 | <Options> | 585 | <Options> |
582 | <OutputPath>../../bin/</OutputPath> | 586 | <OutputPath>../../../bin/</OutputPath> |
583 | </Options> | 587 | </Options> |
584 | </Configuration> | 588 | </Configuration> |
585 | 589 | ||
586 | <ReferencePath>../../bin/</ReferencePath> | 590 | <ReferencePath>../../../bin/</ReferencePath> |
587 | <Reference name="System" localCopy="false"/> | 591 | <Reference name="System" localCopy="false"/> |
588 | <Reference name="System.Xml"/> | 592 | <Reference name="System.Xml"/> |
589 | <Reference name="libsecondlife.dll"/> | 593 | <Reference name="libsecondlife.dll"/> |
590 | <Reference name="Axiom.MathLib.dll"/> | 594 | <Reference name="Axiom.MathLib.dll"/> |
591 | <Reference name="Db4objects.Db4o.dll"/> | 595 | <Reference name="Db4objects.Db4o.dll"/> |
592 | <Reference name="OpenSim.Terrain.BasicTerrain"/> | 596 | <Reference name="OpenSim.Region.Terrain.BasicTerrain"/> |
593 | <Reference name="OpenSim.Framework"/> | 597 | <Reference name="OpenSim.Framework"/> |
594 | <Reference name="OpenSim.Framework.Console"/> | 598 | <Reference name="OpenSim.Framework.Console"/> |
595 | <Reference name="OpenSim.GenericConfig.Xml"/> | 599 | <Reference name="OpenSim.Region.Physics.Manager"/> |
596 | <Reference name="OpenSim.Physics.Manager"/> | 600 | <Reference name="OpenSim.Framework.Servers"/> |
597 | <Reference name="OpenSim.Region"/> | 601 | <Reference name="OpenSim.Region.Caches"/> |
598 | <Reference name="OpenSim.Servers"/> | 602 | <Reference name="XMLRPC.dll"/> |
599 | <Reference name="OpenSim.Caches"/> | ||
600 | <Reference name="XMLRPC"/> | ||
601 | 603 | ||
602 | <Files> | 604 | <Files> |
603 | <Match pattern="*.cs" recurse="true"/> | 605 | <Match pattern="*.cs" recurse="true"/> |
@@ -606,37 +608,36 @@ | |||
606 | 608 | ||
607 | 609 | ||
608 | 610 | ||
609 | <Project name="OpenSim.Region" path="OpenSim/OpenSim.Region" type="Library"> | 611 | <Project name="OpenSim.Region.Environment" path="OpenSim/Region/Environment" type="Library"> |
610 | <Configuration name="Debug"> | 612 | <Configuration name="Debug"> |
611 | <Options> | 613 | <Options> |
612 | <OutputPath>../../bin/</OutputPath> | 614 | <OutputPath>../../../bin/</OutputPath> |
613 | </Options> | 615 | </Options> |
614 | </Configuration> | 616 | </Configuration> |
615 | <Configuration name="Release"> | 617 | <Configuration name="Release"> |
616 | <Options> | 618 | <Options> |
617 | <OutputPath>../../bin/</OutputPath> | 619 | <OutputPath>../../../bin/</OutputPath> |
618 | </Options> | 620 | </Options> |
619 | </Configuration> | 621 | </Configuration> |
620 | 622 | ||
621 | <ReferencePath>../../bin/</ReferencePath> | 623 | <ReferencePath>../../../bin/</ReferencePath> |
622 | <Reference name="System" localCopy="false"/> | 624 | <Reference name="System" localCopy="false"/> |
623 | <Reference name="System.Xml"/> | 625 | <Reference name="System.Xml"/> |
624 | <Reference name="libsecondlife.dll"/> | 626 | <Reference name="libsecondlife.dll"/> |
625 | <Reference name="Axiom.MathLib.dll"/> | 627 | <Reference name="Axiom.MathLib.dll"/> |
626 | <Reference name="Db4objects.Db4o.dll"/> | 628 | <Reference name="Db4objects.Db4o.dll"/> |
627 | <Reference name="OpenSim.Terrain.BasicTerrain"/> | 629 | <Reference name="OpenSim.Region.Terrain.BasicTerrain"/> |
628 | <Reference name="OpenSim.Framework"/> | 630 | <Reference name="OpenSim.Framework"/> |
629 | <Reference name="OpenSim.Framework.Console"/> | 631 | <Reference name="OpenSim.Framework.Console"/> |
630 | <Reference name="OpenSim.GenericConfig.Xml"/> | 632 | <Reference name="OpenSim.Framework.GenericConfig.Xml"/> |
631 | <Reference name="OpenSim.Physics.Manager"/> | 633 | <Reference name="OpenSim.Region.Physics.Manager"/> |
632 | <Reference name="OpenSim.Servers"/> | 634 | <Reference name="OpenSim.Framework.Servers"/> |
633 | <Reference name="OpenSim.Caches"/> | 635 | <Reference name="OpenSim.Region.Caches"/> |
636 | <Reference name="OpenSim.Region.Capabilities"/> | ||
634 | <!-- For scripting in funny languages by default --> | 637 | <!-- For scripting in funny languages by default --> |
635 | <Reference name="Microsoft.JScript"/> | 638 | <Reference name="Microsoft.JScript"/> |
636 | <!-- This needs checking with the Mono folks --> | 639 | <Reference name="XMLRPC.dll"/> |
637 | <Reference name="VJSharpCodeProvider"/> | 640 | <Reference name="OpenSim.Framework.Communications"/> |
638 | <Reference name="XMLRPC"/> | ||
639 | <Reference name="OpenGrid.Framework.Communications"/> | ||
640 | 641 | ||
641 | <Files> | 642 | <Files> |
642 | <Match pattern="*.cs" recurse="true"/> | 643 | <Match pattern="*.cs" recurse="true"/> |
@@ -644,38 +645,39 @@ | |||
644 | </Project> | 645 | </Project> |
645 | 646 | ||
646 | <!-- OpenSim app --> | 647 | <!-- OpenSim app --> |
647 | <Project name="OpenSim" path="OpenSim/OpenSim" type="Exe"> | 648 | <Project name="OpenSim" path="OpenSim/Region/Application" type="Exe"> |
648 | <Configuration name="Debug"> | 649 | <Configuration name="Debug"> |
649 | <Options> | 650 | <Options> |
650 | <OutputPath>../../bin/</OutputPath> | 651 | <OutputPath>../../../bin/</OutputPath> |
651 | </Options> | 652 | </Options> |
652 | </Configuration> | 653 | </Configuration> |
653 | <Configuration name="Release"> | 654 | <Configuration name="Release"> |
654 | <Options> | 655 | <Options> |
655 | <OutputPath>../../bin/</OutputPath> | 656 | <OutputPath>../../../bin/</OutputPath> |
656 | </Options> | 657 | </Options> |
657 | </Configuration> | 658 | </Configuration> |
658 | 659 | ||
659 | <ReferencePath>../../bin/</ReferencePath> | 660 | <ReferencePath>../../../bin/</ReferencePath> |
660 | <Reference name="System" localCopy="false"/> | 661 | <Reference name="System" localCopy="false"/> |
661 | <Reference name="System.Xml"/> | 662 | <Reference name="System.Xml"/> |
662 | <Reference name="libsecondlife.dll"/> | 663 | <Reference name="libsecondlife.dll"/> |
663 | <Reference name="Axiom.MathLib.dll"/> | 664 | <Reference name="Axiom.MathLib.dll"/> |
664 | <Reference name="Db4objects.Db4o.dll"/> | 665 | <Reference name="Db4objects.Db4o.dll"/> |
665 | <Reference name="OpenSim.Terrain.BasicTerrain"/> | 666 | <Reference name="OpenSim.Region.Terrain.BasicTerrain"/> |
666 | <Reference name="OpenSim.Framework"/> | 667 | <Reference name="OpenSim.Framework"/> |
668 | <Reference name="OpenSim.Framework.Data"/> | ||
667 | <Reference name="OpenSim.Framework.Console"/> | 669 | <Reference name="OpenSim.Framework.Console"/> |
668 | <Reference name="OpenSim.Physics.Manager"/> | 670 | <Reference name="OpenSim.Region.Physics.Manager"/> |
669 | <Reference name="OpenSim.Servers"/> | 671 | <Reference name="OpenSim.Framework.Servers"/> |
670 | <Reference name="OpenSim.Region"/> | 672 | <Reference name="OpenSim.Region.Environment"/> |
671 | <Reference name="OpenSim.RegionServer"/> | 673 | <Reference name="OpenSim.Region.ClientStack"/> |
672 | <Reference name="OpenSim.GenericConfig.Xml"/> | 674 | <Reference name="OpenSim.Framework.GenericConfig.Xml"/> |
673 | <Reference name="OpenGrid.Framework.Communications"/> | 675 | <Reference name="OpenSim.Framework.Communications"/> |
674 | <Reference name="OpenGrid.Framework.Communications.OGS1"/> | 676 | <Reference name="OpenSim.Region.Communications.OGS1"/> |
675 | <Reference name="OpenSim.Caches"/> | 677 | <Reference name="OpenSim.Region.Caches"/> |
676 | <Reference name="XMLRPC"/> | 678 | <Reference name="XMLRPC.dll"/> |
677 | <Reference name="OpenGrid.Framework.UserManagement" /> | 679 | <Reference name="OpenSim.Framework.UserManagement" /> |
678 | <Reference name="OpenSim.LocalCommunications"/> | 680 | <Reference name="OpenSim.Region.Communications.Local"/> |
679 | 681 | ||
680 | <Files> | 682 | <Files> |
681 | <Match pattern="*.cs" recurse="true"/> | 683 | <Match pattern="*.cs" recurse="true"/> |
@@ -684,19 +686,19 @@ | |||
684 | 686 | ||
685 | <!-- Scene Server API Example Apps --> | 687 | <!-- Scene Server API Example Apps --> |
686 | 688 | ||
687 | <Project name="SimpleApp" path="OpenSim/Examples/SimpleApp" type="Exe"> | 689 | <Project name="SimpleApp" path="OpenSim/Region/Examples/SimpleApp" type="Exe"> |
688 | <Configuration name="Debug"> | 690 | <Configuration name="Debug"> |
689 | <Options> | 691 | <Options> |
690 | <OutputPath>../../../bin/</OutputPath> | 692 | <OutputPath>../../../../bin/</OutputPath> |
691 | </Options> | 693 | </Options> |
692 | </Configuration> | 694 | </Configuration> |
693 | <Configuration name="Release"> | 695 | <Configuration name="Release"> |
694 | <Options> | 696 | <Options> |
695 | <OutputPath>../../../bin/</OutputPath> | 697 | <OutputPath>../../../../bin/</OutputPath> |
696 | </Options> | 698 | </Options> |
697 | </Configuration> | 699 | </Configuration> |
698 | 700 | ||
699 | <ReferencePath>../../../bin/</ReferencePath> | 701 | <ReferencePath>../../../../bin/</ReferencePath> |
700 | 702 | ||
701 | <Reference name="libsecondlife.dll"/> | 703 | <Reference name="libsecondlife.dll"/> |
702 | <Reference name="System" localCopy="false"/> | 704 | <Reference name="System" localCopy="false"/> |
@@ -705,14 +707,14 @@ | |||
705 | 707 | ||
706 | <Reference name="OpenSim.Framework.Console"/> | 708 | <Reference name="OpenSim.Framework.Console"/> |
707 | <Reference name="OpenSim.Framework"/> | 709 | <Reference name="OpenSim.Framework"/> |
708 | <Reference name="XMLRPC"/> | 710 | <Reference name="XMLRPC.dll"/> |
709 | <Reference name="OpenSim.GridInterfaces.Local"/> | 711 | <Reference name="OpenSim.Region.GridInterfaces.Local"/> |
710 | <Reference name="OpenSim.Servers"/> | 712 | <Reference name="OpenSim.Framework.Servers"/> |
711 | <Reference name="OpenGrid.Framework.Communications"/> | 713 | <Reference name="OpenSim.Framework.Communications"/> |
712 | <Reference name="OpenSim.LocalCommunications"/> | 714 | <Reference name="OpenSim.Region.Communications.Local"/> |
713 | <Reference name="OpenSim.Caches"/> | 715 | <Reference name="OpenSim.Region.Caches"/> |
714 | <Reference name="OpenSim.RegionServer"/> | 716 | <Reference name="OpenSim.Region.ClientStack"/> |
715 | <Reference name="OpenSim.Region"/> | 717 | <Reference name="OpenSim.Region.Environment"/> |
716 | 718 | ||
717 | 719 | ||
718 | <Files> | 720 | <Files> |
@@ -756,20 +758,20 @@ | |||
756 | </Configuration> | 758 | </Configuration> |
757 | 759 | ||
758 | 760 | ||
759 | <!-- OpenGrid Data Services --> | 761 | <!-- OpenSim Data Services --> |
760 | <Project name="OpenGrid.Framework.Data" path="Common/OpenGrid.Framework.Data" type="Library"> | 762 | <Project name="OpenSim.Framework.Data" path="OpenSim/Framework/Data" type="Library"> |
761 | <Configuration name="Debug"> | 763 | <Configuration name="Debug"> |
762 | <Options> | 764 | <Options> |
763 | <OutputPath>../../bin/</OutputPath> | 765 | <OutputPath>../../../bin/</OutputPath> |
764 | </Options> | 766 | </Options> |
765 | </Configuration> | 767 | </Configuration> |
766 | <Configuration name="Release"> | 768 | <Configuration name="Release"> |
767 | <Options> | 769 | <Options> |
768 | <OutputPath>../../bin/</OutputPath> | 770 | <OutputPath>../../../bin/</OutputPath> |
769 | </Options> | 771 | </Options> |
770 | </Configuration> | 772 | </Configuration> |
771 | 773 | ||
772 | <ReferencePath>../../bin/</ReferencePath> | 774 | <ReferencePath>../../../bin/</ReferencePath> |
773 | <Reference name="System" localCopy="false"/> | 775 | <Reference name="System" localCopy="false"/> |
774 | <Reference name="System.Xml"/> | 776 | <Reference name="System.Xml"/> |
775 | <Reference name="System.Data"/> | 777 | <Reference name="System.Data"/> |
@@ -779,23 +781,23 @@ | |||
779 | </Files> | 781 | </Files> |
780 | </Project> | 782 | </Project> |
781 | 783 | ||
782 | <Project name="OpenGrid.Framework.Data.MySQL" path="OpenGridServices/OpenGrid.Framework.Data.MySQL" type="Library"> | 784 | <Project name="OpenSim.Framework.Data.MySQL" path="OpenSim/Framework/Data.MySQL" type="Library"> |
783 | <Configuration name="Debug"> | 785 | <Configuration name="Debug"> |
784 | <Options> | 786 | <Options> |
785 | <OutputPath>../../bin/</OutputPath> | 787 | <OutputPath>../../../bin/</OutputPath> |
786 | </Options> | 788 | </Options> |
787 | </Configuration> | 789 | </Configuration> |
788 | <Configuration name="Release"> | 790 | <Configuration name="Release"> |
789 | <Options> | 791 | <Options> |
790 | <OutputPath>../../bin/</OutputPath> | 792 | <OutputPath>../../../bin/</OutputPath> |
791 | </Options> | 793 | </Options> |
792 | </Configuration> | 794 | </Configuration> |
793 | 795 | ||
794 | <ReferencePath>../../bin/</ReferencePath> | 796 | <ReferencePath>../../../bin/</ReferencePath> |
795 | <Reference name="System" localCopy="false"/> | 797 | <Reference name="System" localCopy="false"/> |
796 | <Reference name="System.Xml"/> | 798 | <Reference name="System.Xml"/> |
797 | <Reference name="System.Data"/> | 799 | <Reference name="System.Data"/> |
798 | <Reference name="OpenGrid.Framework.Data"/> | 800 | <Reference name="OpenSim.Framework.Data"/> |
799 | <Reference name="libsecondlife.dll"/> | 801 | <Reference name="libsecondlife.dll"/> |
800 | <Reference name="MySql.Data.dll"/> | 802 | <Reference name="MySql.Data.dll"/> |
801 | <Files> | 803 | <Files> |
@@ -803,23 +805,23 @@ | |||
803 | </Files> | 805 | </Files> |
804 | </Project> | 806 | </Project> |
805 | 807 | ||
806 | <Project name="OpenGrid.Framework.Data.DB4o" path="Common/OpenGrid.Framework.Data.DB4o" type="Library"> | 808 | <Project name="OpenSim.Framework.Data.DB4o" path="OpenSim/Framework/Data.DB4o" type="Library"> |
807 | <Configuration name="Debug"> | 809 | <Configuration name="Debug"> |
808 | <Options> | 810 | <Options> |
809 | <OutputPath>../../bin/</OutputPath> | 811 | <OutputPath>../../../bin/</OutputPath> |
810 | </Options> | 812 | </Options> |
811 | </Configuration> | 813 | </Configuration> |
812 | <Configuration name="Release"> | 814 | <Configuration name="Release"> |
813 | <Options> | 815 | <Options> |
814 | <OutputPath>../../bin/</OutputPath> | 816 | <OutputPath>../../../bin/</OutputPath> |
815 | </Options> | 817 | </Options> |
816 | </Configuration> | 818 | </Configuration> |
817 | 819 | ||
818 | <ReferencePath>../../bin/</ReferencePath> | 820 | <ReferencePath>../../../bin/</ReferencePath> |
819 | <Reference name="System" localCopy="false"/> | 821 | <Reference name="System" localCopy="false"/> |
820 | <Reference name="System.Xml"/> | 822 | <Reference name="System.Xml"/> |
821 | <Reference name="System.Data"/> | 823 | <Reference name="System.Data"/> |
822 | <Reference name="OpenGrid.Framework.Data"/> | 824 | <Reference name="OpenSim.Framework.Data"/> |
823 | <Reference name="libsecondlife.dll"/> | 825 | <Reference name="libsecondlife.dll"/> |
824 | <Reference name="Db4objects.Db4o.dll"/> | 826 | <Reference name="Db4objects.Db4o.dll"/> |
825 | <Files> | 827 | <Files> |
@@ -827,47 +829,47 @@ | |||
827 | </Files> | 829 | </Files> |
828 | </Project> | 830 | </Project> |
829 | 831 | ||
830 | <Project name="OpenGrid.Framework.Data.MSSQL" path="OpenGridServices/OpenGrid.Framework.Data.MSSQL" type="Library"> | 832 | <Project name="OpenSim.Framework.Data.MSSQL" path="OpenSim/Framework/Data.MSSQL" type="Library"> |
831 | <Configuration name="Debug"> | 833 | <Configuration name="Debug"> |
832 | <Options> | 834 | <Options> |
833 | <OutputPath>../../bin/</OutputPath> | 835 | <OutputPath>../../../bin/</OutputPath> |
834 | </Options> | 836 | </Options> |
835 | </Configuration> | 837 | </Configuration> |
836 | <Configuration name="Release"> | 838 | <Configuration name="Release"> |
837 | <Options> | 839 | <Options> |
838 | <OutputPath>../../bin/</OutputPath> | 840 | <OutputPath>../../../bin/</OutputPath> |
839 | </Options> | 841 | </Options> |
840 | </Configuration> | 842 | </Configuration> |
841 | 843 | ||
842 | <ReferencePath>../../bin/</ReferencePath> | 844 | <ReferencePath>../../../bin/</ReferencePath> |
843 | <Reference name="System" localCopy="false"/> | 845 | <Reference name="System" localCopy="false"/> |
844 | <Reference name="System.Xml"/> | 846 | <Reference name="System.Xml"/> |
845 | <Reference name="System.Data"/> | 847 | <Reference name="System.Data"/> |
846 | <Reference name="OpenGrid.Framework.Data"/> | 848 | <Reference name="OpenSim.Framework.Data"/> |
847 | <Reference name="libsecondlife.dll"/> | 849 | <Reference name="libsecondlife.dll"/> |
848 | <Files> | 850 | <Files> |
849 | <Match pattern="*.cs" recurse="true"/> | 851 | <Match pattern="*.cs" recurse="true"/> |
850 | </Files> | 852 | </Files> |
851 | </Project> | 853 | </Project> |
852 | 854 | ||
853 | <Project name="OpenGrid.Framework.Data.SQLite" path="OpenGridServices/OpenGrid.Framework.Data.SQLite" type="Library"> | 855 | <Project name="OpenSim.Framework.Data.SQLite" path="OpenSim/Framework/Data.SQLite" type="Library"> |
854 | <Configuration name="Debug"> | 856 | <Configuration name="Debug"> |
855 | <Options> | 857 | <Options> |
856 | <OutputPath>../../bin/</OutputPath> | 858 | <OutputPath>../../../bin/</OutputPath> |
857 | </Options> | 859 | </Options> |
858 | </Configuration> | 860 | </Configuration> |
859 | <Configuration name="Release"> | 861 | <Configuration name="Release"> |
860 | <Options> | 862 | <Options> |
861 | <OutputPath>../../bin/</OutputPath> | 863 | <OutputPath>../../../bin/</OutputPath> |
862 | </Options> | 864 | </Options> |
863 | </Configuration> | 865 | </Configuration> |
864 | 866 | ||
865 | <ReferencePath>../../bin/</ReferencePath> | 867 | <ReferencePath>../../../bin/</ReferencePath> |
866 | <Reference name="System" localCopy="false"/> | 868 | <Reference name="System" localCopy="false"/> |
867 | <Reference name="System.Xml"/> | 869 | <Reference name="System.Xml"/> |
868 | <Reference name="System.Data"/> | 870 | <Reference name="System.Data"/> |
869 | <Reference name="System.Data.SQLite.dll"/> | 871 | <Reference name="System.Data.SQLite.dll"/> |
870 | <Reference name="OpenGrid.Framework.Data"/> | 872 | <Reference name="OpenSim.Framework.Data"/> |
871 | <Reference name="libsecondlife.dll"/> | 873 | <Reference name="libsecondlife.dll"/> |
872 | <Files> | 874 | <Files> |
873 | <Match pattern="*.cs" recurse="true"/> | 875 | <Match pattern="*.cs" recurse="true"/> |
@@ -876,24 +878,24 @@ | |||
876 | 878 | ||
877 | <!-- OGS projects --> | 879 | <!-- OGS projects --> |
878 | 880 | ||
879 | <Project name="OpenGrid.Framework.Manager" path="OpenGridServices/OpenGrid.Framework.Manager" type="Library"> | 881 | <Project name="OpenSim.Grid.Framework.Manager" path="OpenSim/Grid/Framework.Manager" type="Library"> |
880 | <Configuration name="Debug"> | 882 | <Configuration name="Debug"> |
881 | <Options> | 883 | <Options> |
882 | <OutputPath>../../bin/</OutputPath> | 884 | <OutputPath>../../../bin/</OutputPath> |
883 | </Options> | 885 | </Options> |
884 | </Configuration> | 886 | </Configuration> |
885 | <Configuration name="Release"> | 887 | <Configuration name="Release"> |
886 | <Options> | 888 | <Options> |
887 | <OutputPath>../../bin/</OutputPath> | 889 | <OutputPath>../../../bin/</OutputPath> |
888 | </Options> | 890 | </Options> |
889 | </Configuration> | 891 | </Configuration> |
890 | 892 | ||
891 | <ReferencePath>../../bin/</ReferencePath> | 893 | <ReferencePath>../../../bin/</ReferencePath> |
892 | <Reference name="System" localCopy="false"/> | 894 | <Reference name="System" localCopy="false"/> |
893 | <Reference name="OpenSim.Framework"/> | 895 | <Reference name="OpenSim.Framework"/> |
894 | <Reference name="OpenSim.Servers"/> | 896 | <Reference name="OpenSim.Framework.Servers"/> |
895 | <Reference name="libsecondlife.dll"/> | 897 | <Reference name="libsecondlife.dll"/> |
896 | <Reference name="XMLRPC"/> | 898 | <Reference name="XMLRPC.dll"/> |
897 | 899 | ||
898 | 900 | ||
899 | <Files> | 901 | <Files> |
@@ -901,130 +903,127 @@ | |||
901 | </Files> | 903 | </Files> |
902 | </Project> | 904 | </Project> |
903 | 905 | ||
904 | <Project name="OpenGridServices.GridServer" path="OpenGridServices/OpenGridServices.GridServer" type="Exe"> | 906 | <Project name="OpenSim.Grid.GridServer" path="OpenSim/Grid/GridServer" type="Exe"> |
905 | <Configuration name="Debug"> | 907 | <Configuration name="Debug"> |
906 | <Options> | 908 | <Options> |
907 | <OutputPath>../../bin/</OutputPath> | 909 | <OutputPath>../../../bin/</OutputPath> |
908 | </Options> | 910 | </Options> |
909 | </Configuration> | 911 | </Configuration> |
910 | <Configuration name="Release"> | 912 | <Configuration name="Release"> |
911 | <Options> | 913 | <Options> |
912 | <OutputPath>../../bin/</OutputPath> | 914 | <OutputPath>../../../bin/</OutputPath> |
913 | </Options> | 915 | </Options> |
914 | </Configuration> | 916 | </Configuration> |
915 | 917 | ||
916 | <ReferencePath>../../bin/</ReferencePath> | 918 | <ReferencePath>../../../bin/</ReferencePath> |
917 | <Reference name="System" localCopy="false"/> | 919 | <Reference name="System" localCopy="false"/> |
918 | <Reference name="System.Data" localCopy="false"/> | 920 | <Reference name="System.Data" localCopy="false"/> |
919 | <Reference name="System.Xml" localCopy="false"/> | 921 | <Reference name="System.Xml" localCopy="false"/> |
920 | <Reference name="OpenSim.Framework"/> | 922 | <Reference name="OpenSim.Framework"/> |
921 | <Reference name="OpenSim.Framework.Console"/> | 923 | <Reference name="OpenSim.Framework.Console"/> |
922 | <Reference name="OpenSim.Servers"/> | 924 | <Reference name="OpenSim.Framework.Servers"/> |
923 | <Reference name="OpenGrid.Framework.Data"/> | 925 | <Reference name="OpenSim.Framework.Data"/> |
924 | <Reference name="OpenGrid.Framework.Manager"/> | 926 | <Reference name="OpenSim.Grid.Framework.Manager"/> |
925 | <Reference name="OpenSim.GenericConfig.Xml"/> | 927 | <Reference name="OpenSim.Framework.GenericConfig.Xml"/> |
926 | <Reference name="libsecondlife.dll"/> | 928 | <Reference name="libsecondlife.dll"/> |
927 | <Reference name="Db4objects.Db4o.dll"/> | 929 | <Reference name="Db4objects.Db4o.dll"/> |
928 | <Reference name="XMLRPC"/> | 930 | <Reference name="XMLRPC.dll"/> |
929 | 931 | ||
930 | <Files> | 932 | <Files> |
931 | <Match pattern="*.cs" recurse="true"/> | 933 | <Match pattern="*.cs" recurse="true"/> |
932 | </Files> | 934 | </Files> |
933 | </Project> | 935 | </Project> |
934 | 936 | ||
935 | <Project name="OpenGridServices.AssetServer" path="OpenGridServices/OpenGridServices.AssetServer" type="Exe"> | 937 | <Project name="OpenSim.Grid.AssetServer" path="OpenSim/Grid/AssetServer" type="Exe"> |
936 | <Configuration name="Debug"> | 938 | <Configuration name="Debug"> |
937 | <Options> | 939 | <Options> |
938 | <OutputPath>../../bin/</OutputPath> | 940 | <OutputPath>../../../bin/</OutputPath> |
939 | </Options> | 941 | </Options> |
940 | </Configuration> | 942 | </Configuration> |
941 | <Configuration name="Release"> | 943 | <Configuration name="Release"> |
942 | <Options> | 944 | <Options> |
943 | <OutputPath>../../bin/</OutputPath> | 945 | <OutputPath>../../../bin/</OutputPath> |
944 | </Options> | 946 | </Options> |
945 | </Configuration> | 947 | </Configuration> |
946 | 948 | ||
947 | <ReferencePath>../../bin/</ReferencePath> | 949 | <ReferencePath>../../../bin/</ReferencePath> |
948 | <Reference name="System" localCopy="false"/> | 950 | <Reference name="System" localCopy="false"/> |
949 | <Reference name="System.Data" localCopy="false"/> | 951 | <Reference name="System.Data" localCopy="false"/> |
950 | <Reference name="System.Xml" localCopy="false"/> | 952 | <Reference name="System.Xml" localCopy="false"/> |
951 | <Reference name="OpenSim.Framework"/> | 953 | <Reference name="OpenSim.Framework"/> |
952 | <Reference name="OpenSim.Framework.Console"/> | 954 | <Reference name="OpenSim.Framework.Console"/> |
953 | <Reference name="OpenSim.Servers"/> | 955 | <Reference name="OpenSim.Framework.Servers"/> |
954 | <Reference name="libsecondlife.dll"/> | 956 | <Reference name="libsecondlife.dll"/> |
955 | <Reference name="Db4objects.Db4o.dll"/> | 957 | <Reference name="Db4objects.Db4o.dll"/> |
956 | <Reference name="XMLRPC"/> | 958 | <Reference name="XMLRPC.dll"/> |
957 | 959 | ||
958 | <Files> | 960 | <Files> |
959 | <Match pattern="*.cs" recurse="true"/> | 961 | <Match pattern="*.cs" recurse="true"/> |
960 | </Files> | 962 | </Files> |
961 | </Project> | 963 | </Project> |
962 | 964 | ||
963 | <Project name="OpenGrid.Framework.UserManagement" path="Common/OpenGrid.Framework.UserManager" type="Library"> | 965 | <Project name="OpenSim.Framework.UserManagement" path="OpenSim/Framework/UserManager" type="Library"> |
964 | <Configuration name="Debug"> | 966 | <Configuration name="Debug"> |
965 | <Options> | 967 | <Options> |
966 | <OutputPath>../../bin/</OutputPath> | 968 | <OutputPath>../../../bin/</OutputPath> |
967 | </Options> | 969 | </Options> |
968 | </Configuration> | 970 | </Configuration> |
969 | <Configuration name="Release"> | 971 | <Configuration name="Release"> |
970 | <Options> | 972 | <Options> |
971 | <OutputPath>../../bin/</OutputPath> | 973 | <OutputPath>../../../bin/</OutputPath> |
972 | </Options> | 974 | </Options> |
973 | </Configuration> | 975 | </Configuration> |
974 | 976 | ||
975 | <ReferencePath>../../bin/</ReferencePath> | 977 | <ReferencePath>../../../bin/</ReferencePath> |
976 | <Reference name="System" localCopy="false"/> | 978 | <Reference name="System" localCopy="false"/> |
977 | <Reference name="System.Data" localCopy="false"/> | 979 | <Reference name="System.Data" localCopy="false"/> |
978 | <Reference name="System.Xml" localCopy="false"/> | 980 | <Reference name="System.Xml" localCopy="false"/> |
979 | <Reference name="OpenSim.Framework"/> | 981 | <Reference name="OpenSim.Framework"/> |
980 | <Reference name="OpenSim.Framework.Console"/> | 982 | <Reference name="OpenSim.Framework.Console"/> |
981 | <Reference name="OpenGrid.Framework.Data"/> | 983 | <Reference name="OpenSim.Framework.Data"/> |
982 | <Reference name="OpenSim.GenericConfig.Xml"/> | 984 | <Reference name="OpenSim.Framework.GenericConfig.Xml"/> |
983 | <Reference name="OpenSim.Servers"/> | 985 | <Reference name="OpenSim.Framework.Servers"/> |
984 | <Reference name="libsecondlife.dll"/> | 986 | <Reference name="libsecondlife.dll"/> |
985 | <Reference name="Db4objects.Db4o.dll"/> | 987 | <Reference name="Db4objects.Db4o.dll"/> |
986 | <Reference name="XMLRPC"/> | 988 | <Reference name="XMLRPC.dll"/> |
987 | 989 | ||
988 | <Files> | 990 | <Files> |
989 | <Match pattern="*.cs" recurse="true"/> | 991 | <Match pattern="*.cs" recurse="true"/> |
990 | </Files> | 992 | </Files> |
991 | </Project> | 993 | </Project> |
992 | 994 | ||
993 | <Project name="OpenGridServices.UserServer" path="OpenGridServices/OpenGridServices.UserServer" type="Exe"> | 995 | <Project name="OpenSim.Grid.UserServer" path="OpenSim/Grid/UserServer" type="Exe"> |
994 | <Configuration name="Debug"> | 996 | <Configuration name="Debug"> |
995 | <Options> | 997 | <Options> |
996 | <OutputPath>../../bin/</OutputPath> | 998 | <OutputPath>../../../bin/</OutputPath> |
997 | </Options> | 999 | </Options> |
998 | </Configuration> | 1000 | </Configuration> |
999 | <Configuration name="Release"> | 1001 | <Configuration name="Release"> |
1000 | <Options> | 1002 | <Options> |
1001 | <OutputPath>../../bin/</OutputPath> | 1003 | <OutputPath>../../../bin/</OutputPath> |
1002 | </Options> | 1004 | </Options> |
1003 | </Configuration> | 1005 | </Configuration> |
1004 | 1006 | ||
1005 | <ReferencePath>../../bin/</ReferencePath> | 1007 | <ReferencePath>../../../bin/</ReferencePath> |
1006 | <Reference name="System" localCopy="false"/> | 1008 | <Reference name="System" localCopy="false"/> |
1007 | <Reference name="System.Data" localCopy="false"/> | 1009 | <Reference name="System.Data" localCopy="false"/> |
1008 | <Reference name="System.Xml" localCopy="false"/> | 1010 | <Reference name="System.Xml" localCopy="false"/> |
1009 | <Reference name="OpenSim.Framework"/> | 1011 | <Reference name="OpenSim.Framework"/> |
1010 | <Reference name="OpenSim.Framework.Console"/> | 1012 | <Reference name="OpenSim.Framework.Console"/> |
1011 | <Reference name="OpenGrid.Framework.Data"/> | 1013 | <Reference name="OpenSim.Framework.Data"/> |
1012 | <Reference name="OpenSim.GenericConfig.Xml"/> | 1014 | <Reference name="OpenSim.Framework.GenericConfig.Xml"/> |
1013 | <Reference name="OpenSim.Servers"/> | 1015 | <Reference name="OpenSim.Framework.Servers"/> |
1014 | <Reference name="OpenGrid.Framework.UserManager" /> | 1016 | <Reference name="OpenSim.Framework.UserManagement" /> |
1015 | <Reference name="libsecondlife.dll"/> | 1017 | <Reference name="libsecondlife.dll"/> |
1016 | <Reference name="Db4objects.Db4o.dll"/> | 1018 | <Reference name="Db4objects.Db4o.dll"/> |
1017 | <Reference name="XMLRPC"/> | 1019 | <Reference name="XMLRPC.dll"/> |
1018 | 1020 | ||
1019 | <Files> | 1021 | <Files> |
1020 | <Match pattern="*.cs" recurse="true"/> | 1022 | <Match pattern="*.cs" recurse="true"/> |
1021 | </Files> | 1023 | </Files> |
1022 | </Project> | 1024 | </Project> |
1023 | 1025 | ||
1024 | 1026 | <Project name="OpenSim.Grid.GridServer.Config" path="OpenSim/Grid/GridServer.Config" type="Library"> | |
1025 | |||
1026 | |||
1027 | <Project name="OpenGrid.Config.GridConfigDb4o" path="OpenGridServices/OpenGrid.Config/GridConfigDb4o" type="Library"> | ||
1028 | <Configuration name="Debug"> | 1027 | <Configuration name="Debug"> |
1029 | <Options> | 1028 | <Options> |
1030 | <OutputPath>../../../bin/</OutputPath> | 1029 | <OutputPath>../../../bin/</OutputPath> |
@@ -1049,7 +1048,7 @@ | |||
1049 | </Files> | 1048 | </Files> |
1050 | </Project> | 1049 | </Project> |
1051 | 1050 | ||
1052 | <Project name="OpenUser.Config.UserConfigDb4o" path="OpenGridServices/OpenUser.Config/UserConfigDb4o" type="Library"> | 1051 | <Project name="OpenSim.Grid.UserServer.Config" path="OpenSim/Grid/UserServer.Config" type="Library"> |
1053 | <Configuration name="Debug"> | 1052 | <Configuration name="Debug"> |
1054 | <Options> | 1053 | <Options> |
1055 | <OutputPath>../../../bin/</OutputPath> | 1054 | <OutputPath>../../../bin/</OutputPath> |