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