diff options
author | gareth | 2007-04-10 00:43:11 +0000 |
---|---|---|
committer | gareth | 2007-04-10 00:43:11 +0000 |
commit | ea84e9367936707e1bd2cebbcb62d0674bd65d95 (patch) | |
tree | ef275b9c80edeb1f7ddeb2c434bf5956c96186e1 /prebuild.xml | |
parent | Documentation! (diff) | |
download | opensim-SC_OLD-ea84e9367936707e1bd2cebbcb62d0674bd65d95.zip opensim-SC_OLD-ea84e9367936707e1bd2cebbcb62d0674bd65d95.tar.gz opensim-SC_OLD-ea84e9367936707e1bd2cebbcb62d0674bd65d95.tar.bz2 opensim-SC_OLD-ea84e9367936707e1bd2cebbcb62d0674bd65d95.tar.xz |
Fixed "teh bug"
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 1056 |
1 files changed, 540 insertions, 516 deletions
diff --git a/prebuild.xml b/prebuild.xml index 4230a9a..49b1563 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1,516 +1,540 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | 1 | <?xml version="1.0" encoding="utf-8" ?> |
2 | <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7"> | 2 | <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7"> |
3 | <Solution name="OpenSim" activeConfig="Debug" path="./"> | 3 | <Solution name="OpenSim" activeConfig="Debug" path="./"> |
4 | <Configuration name="Debug"> | 4 | <Configuration name="Debug"> |
5 | <Options> | 5 | <Options> |
6 | <CompilerDefines>TRACE;DEBUG</CompilerDefines> | 6 | <CompilerDefines>TRACE;DEBUG</CompilerDefines> |
7 | <OptimizeCode>false</OptimizeCode> | 7 | <OptimizeCode>false</OptimizeCode> |
8 | <CheckUnderflowOverflow>false</CheckUnderflowOverflow> | 8 | <CheckUnderflowOverflow>false</CheckUnderflowOverflow> |
9 | <AllowUnsafe>false</AllowUnsafe> | 9 | <AllowUnsafe>false</AllowUnsafe> |
10 | <WarningLevel>4</WarningLevel> | 10 | <WarningLevel>4</WarningLevel> |
11 | <WarningsAsErrors>false</WarningsAsErrors> | 11 | <WarningsAsErrors>false</WarningsAsErrors> |
12 | <SuppressWarnings></SuppressWarnings> | 12 | <SuppressWarnings></SuppressWarnings> |
13 | <OutputPath>bin</OutputPath> | 13 | <OutputPath>bin</OutputPath> |
14 | <DebugInformation>true</DebugInformation> | 14 | <DebugInformation>true</DebugInformation> |
15 | <IncrementalBuild>true</IncrementalBuild> | 15 | <IncrementalBuild>true</IncrementalBuild> |
16 | <NoStdLib>false</NoStdLib> | 16 | <NoStdLib>false</NoStdLib> |
17 | </Options> | 17 | </Options> |
18 | </Configuration> | 18 | </Configuration> |
19 | <Configuration name="Release"> | 19 | <Configuration name="Release"> |
20 | <Options> | 20 | <Options> |
21 | <CompilerDefines>TRACE</CompilerDefines> | 21 | <CompilerDefines>TRACE</CompilerDefines> |
22 | <OptimizeCode>true</OptimizeCode> | 22 | <OptimizeCode>true</OptimizeCode> |
23 | <CheckUnderflowOverflow>false</CheckUnderflowOverflow> | 23 | <CheckUnderflowOverflow>false</CheckUnderflowOverflow> |
24 | <AllowUnsafe>false</AllowUnsafe> | 24 | <AllowUnsafe>false</AllowUnsafe> |
25 | <WarningLevel>4</WarningLevel> | 25 | <WarningLevel>4</WarningLevel> |
26 | <WarningsAsErrors>false</WarningsAsErrors> | 26 | <WarningsAsErrors>false</WarningsAsErrors> |
27 | <SuppressWarnings></SuppressWarnings> | 27 | <SuppressWarnings></SuppressWarnings> |
28 | <OutputPath>bin</OutputPath> | 28 | <OutputPath>bin</OutputPath> |
29 | <DebugInformation>false</DebugInformation> | 29 | <DebugInformation>false</DebugInformation> |
30 | <IncrementalBuild>true</IncrementalBuild> | 30 | <IncrementalBuild>true</IncrementalBuild> |
31 | <NoStdLib>false</NoStdLib> | 31 | <NoStdLib>false</NoStdLib> |
32 | </Options> | 32 | </Options> |
33 | </Configuration> | 33 | </Configuration> |
34 | 34 | ||
35 | <!-- Core OpenSim Projects --> | 35 | <!-- Core OpenSim Projects --> |
36 | 36 | ||
37 | <Project name="OpenSim.Framework" path="OpenSim.Framework" type="Library"> | 37 | <Project name="OpenSim.Framework" path="OpenSim.Framework" type="Library"> |
38 | <Configuration name="Debug"> | 38 | <Configuration name="Debug"> |
39 | <Options> | 39 | <Options> |
40 | <OutputPath>../bin/</OutputPath> | 40 | <OutputPath>../bin/</OutputPath> |
41 | </Options> | 41 | </Options> |
42 | </Configuration> | 42 | </Configuration> |
43 | <Configuration name="Release"> | 43 | <Configuration name="Release"> |
44 | <Options> | 44 | <Options> |
45 | <OutputPath>../bin/</OutputPath> | 45 | <OutputPath>../bin/</OutputPath> |
46 | </Options> | 46 | </Options> |
47 | </Configuration> | 47 | </Configuration> |
48 | 48 | ||
49 | <ReferencePath>../bin/</ReferencePath> | 49 | <ReferencePath>../bin/</ReferencePath> |
50 | <Reference name="System"/> | 50 | <Reference name="System"/> |
51 | <Reference name="System.Xml"/> | 51 | <Reference name="System.Xml"/> |
52 | <Reference name="libsecondlife.dll"/> | 52 | <Reference name="libsecondlife.dll"/> |
53 | <Reference name="Db4objects.Db4o.dll"/> | 53 | <Reference name="Db4objects.Db4o.dll"/> |
54 | <Files> | 54 | <Files> |
55 | <Match pattern="*.cs" recurse="true"/> | 55 | <Match pattern="*.cs" recurse="true"/> |
56 | </Files> | 56 | </Files> |
57 | </Project> | 57 | </Project> |
58 | 58 | ||
59 | <Project name="OpenSim.Framework.Console" path="OpenSim.Framework.Console" type="Library"> | 59 | <Project name="OpenSim.Framework.Console" path="OpenSim.Framework.Console" type="Library"> |
60 | <Configuration name="Debug"> | 60 | <Configuration name="Debug"> |
61 | <Options> | 61 | <Options> |
62 | <OutputPath>../bin/</OutputPath> | 62 | <OutputPath>../bin/</OutputPath> |
63 | </Options> | 63 | </Options> |
64 | </Configuration> | 64 | </Configuration> |
65 | <Configuration name="Release"> | 65 | <Configuration name="Release"> |
66 | <Options> | 66 | <Options> |
67 | <OutputPath>../bin/</OutputPath> | 67 | <OutputPath>../bin/</OutputPath> |
68 | </Options> | 68 | </Options> |
69 | </Configuration> | 69 | </Configuration> |
70 | 70 | ||
71 | <ReferencePath>../bin/</ReferencePath> | 71 | <ReferencePath>../bin/</ReferencePath> |
72 | <Reference name="System" localCopy="false"/> | 72 | <Reference name="System" localCopy="false"/> |
73 | <Files> | 73 | <Files> |
74 | <Match pattern="*.cs" recurse="true"/> | 74 | <Match pattern="*.cs" recurse="true"/> |
75 | </Files> | 75 | </Files> |
76 | </Project> | 76 | </Project> |
77 | 77 | ||
78 | <Project name="OpenSim.Servers" path="Servers" type="Library"> | 78 | <Project name="OpenSim.Servers" path="Servers" type="Library"> |
79 | <Configuration name="Debug"> | 79 | <Configuration name="Debug"> |
80 | <Options> | 80 | <Options> |
81 | <OutputPath>../bin/</OutputPath> | 81 | <OutputPath>../bin/</OutputPath> |
82 | </Options> | 82 | </Options> |
83 | </Configuration> | 83 | </Configuration> |
84 | <Configuration name="Release"> | 84 | <Configuration name="Release"> |
85 | <Options> | 85 | <Options> |
86 | <OutputPath>../bin/</OutputPath> | 86 | <OutputPath>../bin/</OutputPath> |
87 | </Options> | 87 | </Options> |
88 | </Configuration> | 88 | </Configuration> |
89 | 89 | ||
90 | <ReferencePath>../bin/</ReferencePath> | 90 | <ReferencePath>../bin/</ReferencePath> |
91 | <Reference name="System"/> | 91 | <Reference name="System"/> |
92 | <Reference name="System.Xml"/> | 92 | <Reference name="System.Xml"/> |
93 | <Reference name="OpenSim.Framework"/> | 93 | <Reference name="OpenSim.Framework"/> |
94 | <Reference name="OpenSim.Framework.Console"/> | 94 | <Reference name="OpenSim.Framework.Console"/> |
95 | <Reference name="libsecondlife.dll"/> | 95 | <Reference name="libsecondlife.dll"/> |
96 | 96 | ||
97 | <Files> | 97 | <Files> |
98 | <Match pattern="*.cs" recurse="true"/> | 98 | <Match pattern="*.cs" recurse="true"/> |
99 | </Files> | 99 | </Files> |
100 | </Project> | 100 | </Project> |
101 | 101 | ||
102 | <!-- OGS projects --> | 102 | <!-- OGS projects --> |
103 | 103 | ||
104 | <Project name="OpenGridServices.GridServer" path="OpenGridServices.GridServer" type="Exe"> | 104 | <Project name="OpenGridServices.GridServer" path="OpenGridServices.GridServer" type="Exe"> |
105 | <Configuration name="Debug"> | 105 | <Configuration name="Debug"> |
106 | <Options> | 106 | <Options> |
107 | <OutputPath>../bin/</OutputPath> | 107 | <OutputPath>../bin/</OutputPath> |
108 | </Options> | 108 | </Options> |
109 | </Configuration> | 109 | </Configuration> |
110 | <Configuration name="Release"> | 110 | <Configuration name="Release"> |
111 | <Options> | 111 | <Options> |
112 | <OutputPath>../bin/</OutputPath> | 112 | <OutputPath>../bin/</OutputPath> |
113 | </Options> | 113 | </Options> |
114 | </Configuration> | 114 | </Configuration> |
115 | 115 | ||
116 | <ReferencePath>../bin/</ReferencePath> | 116 | <ReferencePath>../bin/</ReferencePath> |
117 | <Reference name="System" localCopy="false"/> | 117 | <Reference name="System" localCopy="false"/> |
118 | <Reference name="System.Data" localCopy="false"/> | 118 | <Reference name="System.Data" localCopy="false"/> |
119 | <Reference name="System.Xml" localCopy="false"/> | 119 | <Reference name="System.Xml" localCopy="false"/> |
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="Db4objects.Db4o.dll"/> | 123 | <Reference name="Db4objects.Db4o.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="OpenGridServices.UserServer" path="OpenGridServices.UserServer" type="Exe"> | 130 | <Project name="OpenGridServices.UserServer" path="OpenGridServices.UserServer" type="Exe"> |
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" localCopy="false"/> | 143 | <Reference name="System" localCopy="false"/> |
144 | <Reference name="System.Data" localCopy="false"/> | 144 | <Reference name="System.Data" localCopy="false"/> |
145 | <Reference name="System.Xml" localCopy="false"/> | 145 | <Reference name="System.Xml" localCopy="false"/> |
146 | <Reference name="OpenSim.Framework"/> | 146 | <Reference name="OpenSim.Framework"/> |
147 | <Reference name="OpenSim.Framework.Console"/> | 147 | <Reference name="OpenSim.Framework.Console"/> |
148 | <Reference name="libsecondlife.dll"/> | 148 | <Reference name="libsecondlife.dll"/> |
149 | <Reference name="Db4objects.Db4o.dll"/> | 149 | <Reference name="Db4objects.Db4o.dll"/> |
150 | 150 | ||
151 | <Files> | 151 | <Files> |
152 | <Match pattern="*.cs" recurse="true"/> | 152 | <Match pattern="*.cs" recurse="true"/> |
153 | </Files> | 153 | </Files> |
154 | </Project> | 154 | </Project> |
155 | 155 | ||
156 | 156 | ||
157 | <Project name="OpenSim.Physics.Manager" path="OpenSim.Physics/Manager" type="Library"> | 157 | <Project name="OpenSim.Physics.Manager" path="OpenSim.Physics/Manager" type="Library"> |
158 | <Configuration name="Debug"> | 158 | <Configuration name="Debug"> |
159 | <Options> | 159 | <Options> |
160 | <OutputPath>../../bin/</OutputPath> | 160 | <OutputPath>../../bin/</OutputPath> |
161 | </Options> | 161 | </Options> |
162 | </Configuration> | 162 | </Configuration> |
163 | <Configuration name="Release"> | 163 | <Configuration name="Release"> |
164 | <Options> | 164 | <Options> |
165 | <OutputPath>../../bin/</OutputPath> | 165 | <OutputPath>../../bin/</OutputPath> |
166 | </Options> | 166 | </Options> |
167 | </Configuration> | 167 | </Configuration> |
168 | 168 | ||
169 | <ReferencePath>../../bin/</ReferencePath> | 169 | <ReferencePath>../../bin/</ReferencePath> |
170 | <Reference name="System" localCopy="false"/> | 170 | <Reference name="System" localCopy="false"/> |
171 | <Reference name="System.Xml" localCopy="false" /> | 171 | <Reference name="System.Xml" localCopy="false" /> |
172 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | 172 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> |
173 | <Reference name="OpenSim.Framework" localCopy="false"/> | 173 | <Reference name="OpenSim.Framework" localCopy="false"/> |
174 | <Reference name="OpenSim.Framework.Console" localCopy="false"/> | 174 | <Reference name="OpenSim.Framework.Console" localCopy="false"/> |
175 | <Files> | 175 | <Files> |
176 | <Match pattern="*.cs" recurse="false"/> | 176 | <Match pattern="*.cs" recurse="false"/> |
177 | </Files> | 177 | </Files> |
178 | </Project> | 178 | </Project> |
179 | 179 | ||
180 | <Project name="OpenGrid.Config.GridConfigDb4o" path="OpenGrid.Config/GridConfigDb4o" type="Library"> | 180 | <Project name="OpenGrid.Config.GridConfigDb4o" path="OpenGrid.Config/GridConfigDb4o" 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.Data.dll"/> | 194 | <Reference name="System.Data.dll"/> |
195 | <Reference name="System.Xml"/> | 195 | <Reference name="System.Xml"/> |
196 | <Reference name="libsecondlife.dll"/> | 196 | <Reference name="libsecondlife.dll"/> |
197 | <Reference name="Db4objects.Db4o.dll"/> | 197 | <Reference name="Db4objects.Db4o.dll"/> |
198 | <Reference name="OpenSim.Framework"/> | 198 | <Reference name="OpenSim.Framework"/> |
199 | <Reference name="OpenSim.Framework.Console"/> | 199 | <Reference name="OpenSim.Framework.Console"/> |
200 | <Files> | 200 | <Files> |
201 | <Match pattern="*.cs" recurse="true"/> | 201 | <Match pattern="*.cs" recurse="true"/> |
202 | </Files> | 202 | </Files> |
203 | </Project> | 203 | </Project> |
204 | 204 | ||
205 | <Project name="OpenUser.Config.UserConfigDb4o" path="OpenUser.Config/UserConfigDb4o" type="Library"> | 205 | <Project name="OpenUser.Config.UserConfigDb4o" path="OpenUser.Config/UserConfigDb4o" type="Library"> |
206 | <Configuration name="Debug"> | 206 | <Configuration name="Debug"> |
207 | <Options> | 207 | <Options> |
208 | <OutputPath>../../bin/</OutputPath> | 208 | <OutputPath>../../bin/</OutputPath> |
209 | </Options> | 209 | </Options> |
210 | </Configuration> | 210 | </Configuration> |
211 | <Configuration name="Release"> | 211 | <Configuration name="Release"> |
212 | <Options> | 212 | <Options> |
213 | <OutputPath>../../bin/</OutputPath> | 213 | <OutputPath>../../bin/</OutputPath> |
214 | </Options> | 214 | </Options> |
215 | </Configuration> | 215 | </Configuration> |
216 | 216 | ||
217 | <ReferencePath>../../bin/</ReferencePath> | 217 | <ReferencePath>../../bin/</ReferencePath> |
218 | <Reference name="System" localCopy="false"/> | 218 | <Reference name="System" localCopy="false"/> |
219 | <Reference name="System.Data.dll"/> | 219 | <Reference name="System.Data.dll"/> |
220 | <Reference name="System.Xml"/> | 220 | <Reference name="System.Xml"/> |
221 | <Reference name="libsecondlife.dll"/> | 221 | <Reference name="libsecondlife.dll"/> |
222 | <Reference name="Db4objects.Db4o.dll"/> | 222 | <Reference name="Db4objects.Db4o.dll"/> |
223 | <Reference name="OpenSim.Framework"/> | 223 | <Reference name="OpenSim.Framework"/> |
224 | <Reference name="OpenSim.Framework.Console"/> | 224 | <Reference name="OpenSim.Framework.Console"/> |
225 | <Files> | 225 | <Files> |
226 | <Match pattern="*.cs" recurse="true"/> | 226 | <Match pattern="*.cs" recurse="true"/> |
227 | </Files> | 227 | </Files> |
228 | </Project> | 228 | </Project> |
229 | 229 | ||
230 | <!-- Grid Server Plug-ins --> | 230 | <!-- Grid Server Plug-ins --> |
231 | <Project name="OpenSim.GridInterfaces.Local" path="OpenSim.GridInterfaces/Local" type="Library"> | 231 | <Project name="OpenSim.GridInterfaces.Local" path="OpenSim.GridInterfaces/Local" type="Library"> |
232 | <Configuration name="Debug"> | 232 | <Configuration name="Debug"> |
233 | <Options> | 233 | <Options> |
234 | <OutputPath>../../bin/</OutputPath> | 234 | <OutputPath>../../bin/</OutputPath> |
235 | </Options> | 235 | </Options> |
236 | </Configuration> | 236 | </Configuration> |
237 | <Configuration name="Release"> | 237 | <Configuration name="Release"> |
238 | <Options> | 238 | <Options> |
239 | <OutputPath>../../bin/</OutputPath> | 239 | <OutputPath>../../bin/</OutputPath> |
240 | </Options> | 240 | </Options> |
241 | </Configuration> | 241 | </Configuration> |
242 | 242 | ||
243 | <ReferencePath>../../bin/</ReferencePath> | 243 | <ReferencePath>../../bin/</ReferencePath> |
244 | <Reference name="System" localCopy="false"/> | 244 | <Reference name="System" localCopy="false"/> |
245 | <Reference name="System.Xml"/> | 245 | <Reference name="System.Xml"/> |
246 | <Reference name="Db4objects.Db4o.dll"/> | 246 | <Reference name="Db4objects.Db4o.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 | <Project name="OpenSim.GridInterfaces.Remote" path="OpenSim.GridInterfaces/Remote" type="Library"> | 255 | <Project name="OpenSim.GridInterfaces.Remote" path="OpenSim.GridInterfaces/Remote" type="Library"> |
256 | <Configuration name="Debug"> | 256 | <Configuration name="Debug"> |
257 | <Options> | 257 | <Options> |
258 | <OutputPath>../../bin/</OutputPath> | 258 | <OutputPath>../../bin/</OutputPath> |
259 | </Options> | 259 | </Options> |
260 | </Configuration> | 260 | </Configuration> |
261 | <Configuration name="Release"> | 261 | <Configuration name="Release"> |
262 | <Options> | 262 | <Options> |
263 | <OutputPath>../../bin/</OutputPath> | 263 | <OutputPath>../../bin/</OutputPath> |
264 | </Options> | 264 | </Options> |
265 | </Configuration> | 265 | </Configuration> |
266 | 266 | ||
267 | <ReferencePath>../../bin/</ReferencePath> | 267 | <ReferencePath>../../bin/</ReferencePath> |
268 | <Reference name="System" localCopy="false"/> | 268 | <Reference name="System" localCopy="false"/> |
269 | <Reference name="System.Xml"/> | 269 | <Reference name="System.Xml"/> |
270 | <Reference name="libsecondlife.dll"/> | 270 | <Reference name="libsecondlife.dll"/> |
271 | <Reference name="OpenSim.Framework"/> | 271 | <Reference name="OpenSim.Framework"/> |
272 | <Reference name="OpenSim.Framework.Console"/> | 272 | <Reference name="OpenSim.Framework.Console"/> |
273 | <Files> | 273 | <Files> |
274 | <Match pattern="*.cs" recurse="true"/> | 274 | <Match pattern="*.cs" recurse="true"/> |
275 | </Files> | 275 | </Files> |
276 | </Project> | 276 | </Project> |
277 | 277 | ||
278 | <!-- Physics Plug-ins --> | 278 | <!-- Physics Plug-ins --> |
279 | <Project name="OpenSim.Physics.BasicPhysicsPlugin" path="OpenSim.Physics/BasicPhysicsPlugin" type="Library"> | 279 | <Project name="OpenSim.Physics.BasicPhysicsPlugin" path="OpenSim.Physics/BasicPhysicsPlugin" type="Library"> |
280 | <Configuration name="Debug"> | 280 | <Configuration name="Debug"> |
281 | <Options> | 281 | <Options> |
282 | <OutputPath>../../bin/Physics/</OutputPath> | 282 | <OutputPath>../../bin/Physics/</OutputPath> |
283 | </Options> | 283 | </Options> |
284 | </Configuration> | 284 | </Configuration> |
285 | <Configuration name="Release"> | 285 | <Configuration name="Release"> |
286 | <Options> | 286 | <Options> |
287 | <OutputPath>../../bin/Physics/</OutputPath> | 287 | <OutputPath>../../bin/Physics/</OutputPath> |
288 | </Options> | 288 | </Options> |
289 | </Configuration> | 289 | </Configuration> |
290 | 290 | ||
291 | <ReferencePath>../../bin/</ReferencePath> | 291 | <ReferencePath>../../bin/</ReferencePath> |
292 | <Reference name="System" localCopy="false"/> | 292 | <Reference name="System" localCopy="false"/> |
293 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | 293 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> |
294 | <Reference name="OpenSim.Physics.Manager" localCopy="false"/> | 294 | <Reference name="OpenSim.Physics.Manager" localCopy="false"/> |
295 | <Files> | 295 | <Files> |
296 | <Match pattern="*.cs" recurse="true"/> | 296 | <Match pattern="*.cs" recurse="true"/> |
297 | </Files> | 297 | </Files> |
298 | </Project> | 298 | </Project> |
299 | 299 | ||
300 | <Project name="OpenSim.Physics.PhysXPlugin" path="OpenSim.Physics/PhysXPlugin" type="Library"> | 300 | <Project name="OpenSim.Physics.PhysXPlugin" path="OpenSim.Physics/PhysXPlugin" type="Library"> |
301 | <Configuration name="Debug"> | 301 | <Configuration name="Debug"> |
302 | <Options> | 302 | <Options> |
303 | <OutputPath>../../bin/Physics/</OutputPath> | 303 | <OutputPath>../../bin/Physics/</OutputPath> |
304 | </Options> | 304 | </Options> |
305 | </Configuration> | 305 | </Configuration> |
306 | <Configuration name="Release"> | 306 | <Configuration name="Release"> |
307 | <Options> | 307 | <Options> |
308 | <OutputPath>../../bin/Physics/</OutputPath> | 308 | <OutputPath>../../bin/Physics/</OutputPath> |
309 | </Options> | 309 | </Options> |
310 | </Configuration> | 310 | </Configuration> |
311 | 311 | ||
312 | <ReferencePath>../../bin/</ReferencePath> | 312 | <ReferencePath>../../bin/</ReferencePath> |
313 | <Reference name="System" localCopy="false"/> | 313 | <Reference name="System" localCopy="false"/> |
314 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | 314 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> |
315 | <Reference name="PhysX_Wrapper_Dotnet.dll" localCopy="false"/> | 315 | <Reference name="PhysX_Wrapper_Dotnet.dll" localCopy="false"/> |
316 | <Reference name="OpenSim.Physics.Manager" localCopy="false"/> | 316 | <Reference name="OpenSim.Physics.Manager" localCopy="false"/> |
317 | <Files> | 317 | <Files> |
318 | <Match pattern="*.cs" recurse="true"/> | 318 | <Match pattern="*.cs" recurse="true"/> |
319 | </Files> | 319 | </Files> |
320 | </Project> | 320 | </Project> |
321 | 321 | ||
322 | <Project name="OpenSim.Physics.OdePlugin" path="OpenSim.Physics/OdePlugin" type="Library"> | 322 | <Project name="OpenSim.Physics.OdePlugin" path="OpenSim.Physics/OdePlugin" type="Library"> |
323 | <Configuration name="Debug"> | 323 | <Configuration name="Debug"> |
324 | <Options> | 324 | <Options> |
325 | <OutputPath>../../bin/Physics/</OutputPath> | 325 | <OutputPath>../../bin/Physics/</OutputPath> |
326 | </Options> | 326 | </Options> |
327 | </Configuration> | 327 | </Configuration> |
328 | <Configuration name="Release"> | 328 | <Configuration name="Release"> |
329 | <Options> | 329 | <Options> |
330 | <OutputPath>../../bin/Physics/</OutputPath> | 330 | <OutputPath>../../bin/Physics/</OutputPath> |
331 | </Options> | 331 | </Options> |
332 | </Configuration> | 332 | </Configuration> |
333 | 333 | ||
334 | <ReferencePath>../../bin/</ReferencePath> | 334 | <ReferencePath>../../bin/</ReferencePath> |
335 | <Reference name="System" localCopy="false"/> | 335 | <Reference name="System" localCopy="false"/> |
336 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | 336 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> |
337 | <Reference name="OpenSim.Physics.Manager" localCopy="false"/> | 337 | <Reference name="OpenSim.Physics.Manager" localCopy="false"/> |
338 | <Reference name="Ode.NET.dll" localCopy="false" /> | 338 | <Reference name="Ode.NET.dll" localCopy="false" /> |
339 | 339 | ||
340 | <Files> | 340 | <Files> |
341 | <Match pattern="*.cs" recurse="true"/> | 341 | <Match pattern="*.cs" recurse="true"/> |
342 | </Files> | 342 | </Files> |
343 | </Project> | 343 | </Project> |
344 | 344 | ||
345 | <!-- Xml Config Dll --> | 345 | <!-- Xml Config Dll --> |
346 | <Project name="OpenSim.GenericConfig.Xml" path="OpenSim.GenericConfig/Xml" type="Library"> | 346 | <Project name="OpenSim.GenericConfig.Xml" path="OpenSim.GenericConfig/Xml" type="Library"> |
347 | <Configuration name="Debug"> | 347 | <Configuration name="Debug"> |
348 | <Options> | 348 | <Options> |
349 | <OutputPath>../../bin/</OutputPath> | 349 | <OutputPath>../bin/</OutputPath> |
350 | </Options> | 350 | </Options> |
351 | </Configuration> | 351 | </Configuration> |
352 | <Configuration name="Release"> | 352 | <Configuration name="Release"> |
353 | <Options> | 353 | <Options> |
354 | <OutputPath>../../bin/</OutputPath> | 354 | <OutputPath>../bin/</OutputPath> |
355 | </Options> | 355 | </Options> |
356 | </Configuration> | 356 | </Configuration> |
357 | 357 | ||
358 | <ReferencePath>../../bin/</ReferencePath> | 358 | <ReferencePath>../bin/</ReferencePath> |
359 | <Reference name="System"/> | 359 | <Reference name="System"/> |
360 | <Reference name="System.Xml"/> | 360 | <Reference name="System.Xml"/> |
361 | <Reference name="OpenSim.Framework"/> | 361 | <Reference name="OpenSim.Framework"/> |
362 | 362 | ||
363 | <Files> | 363 | <Files> |
364 | <Match pattern="*.cs" recurse="true"/> | 364 | <Match pattern="*.cs" recurse="true"/> |
365 | </Files> | 365 | </Files> |
366 | </Project> | 366 | </Project> |
367 | 367 | ||
368 | <Project name="OpenSim.RegionServer" path="OpenSim.RegionServer" type="Library"> | 368 | <!-- Terrain engine --> |
369 | <Configuration name="Debug"> | 369 | <Project name="OpenSim.Terrain.BasicTerrain" path="OpenSim.Terrain.BasicTerrain" type="Library"> |
370 | <Options> | 370 | <Configuration name="Debug"> |
371 | <OutputPath>../bin/</OutputPath> | 371 | <Options> |
372 | </Options> | 372 | <OutputPath>../bin/</OutputPath> |
373 | </Configuration> | 373 | </Options> |
374 | <Configuration name="Release"> | 374 | </Configuration> |
375 | <Options> | 375 | <Configuration name="Release"> |
376 | <OutputPath>../bin/</OutputPath> | 376 | <Options> |
377 | </Options> | 377 | <OutputPath>../bin/</OutputPath> |
378 | </Configuration> | 378 | </Options> |
379 | 379 | </Configuration> | |
380 | <ReferencePath>../bin/</ReferencePath> | 380 | |
381 | <Reference name="System" localCopy="false"/> | 381 | <ReferencePath>../bin/</ReferencePath> |
382 | <Reference name="System.Xml"/> | 382 | <Reference name="System"/> |
383 | <Reference name="libsecondlife.dll"/> | 383 | <Reference name="System.Data"/> |
384 | <Reference name="Axiom.MathLib.dll"/> | 384 | <Reference name="System.Xml"/> |
385 | <Reference name="Db4objects.Db4o.dll"/> | 385 | |
386 | <Reference name="OpenSim.Framework"/> | 386 | <Files> |
387 | <Reference name="OpenSim.Framework.Console"/> | 387 | <Match pattern="*.cs" recurse="true"/> |
388 | <Reference name="OpenSim.GenericConfig.Xml"/> | 388 | </Files> |
389 | <Reference name="OpenSim.Physics.Manager"/> | 389 | </Project> |
390 | <Reference name="OpenSim.Servers"/> | 390 | |
391 | 391 | <Project name="OpenSim.RegionServer" path="OpenSim.RegionServer" type="Library"> | |
392 | <Files> | 392 | <Configuration name="Debug"> |
393 | <Match pattern="*.cs" recurse="true"/> | 393 | <Options> |
394 | </Files> | 394 | <OutputPath>../bin/</OutputPath> |
395 | </Project> | 395 | </Options> |
396 | 396 | </Configuration> | |
397 | <!-- OpenSim app --> | 397 | <Configuration name="Release"> |
398 | <Project name="OpenSim" path="OpenSim" type="Exe"> | 398 | <Options> |
399 | <Configuration name="Debug"> | 399 | <OutputPath>../bin/</OutputPath> |
400 | <Options> | 400 | </Options> |
401 | <OutputPath>../bin/</OutputPath> | 401 | </Configuration> |
402 | </Options> | 402 | |
403 | </Configuration> | 403 | <ReferencePath>../bin/</ReferencePath> |
404 | <Configuration name="Release"> | 404 | <Reference name="System" localCopy="false"/> |
405 | <Options> | 405 | <Reference name="System.Xml"/> |
406 | <OutputPath>../bin/</OutputPath> | 406 | <Reference name="libsecondlife.dll"/> |
407 | </Options> | 407 | <Reference name="Axiom.MathLib.dll"/> |
408 | </Configuration> | 408 | <Reference name="Db4objects.Db4o.dll"/> |
409 | 409 | <Reference name="OpenSim.Terrain.BasicTerrain"/> | |
410 | <ReferencePath>../bin/</ReferencePath> | 410 | <Reference name="OpenSim.Framework"/> |
411 | <Reference name="System" localCopy="false"/> | 411 | <Reference name="OpenSim.Framework.Console"/> |
412 | <Reference name="System.Xml"/> | 412 | <Reference name="OpenSim.GenericConfig.Xml"/> |
413 | <Reference name="libsecondlife.dll"/> | 413 | <Reference name="OpenSim.Physics.Manager"/> |
414 | <Reference name="Axiom.MathLib.dll"/> | 414 | <Reference name="OpenSim.Servers"/> |
415 | <Reference name="Db4objects.Db4o.dll"/> | 415 | |
416 | <Reference name="OpenSim.Framework"/> | 416 | <Files> |
417 | <Reference name="OpenSim.Framework.Console"/> | 417 | <Match pattern="*.cs" recurse="true"/> |
418 | <Reference name="OpenSim.Physics.Manager"/> | 418 | </Files> |
419 | <Reference name="OpenSim.Servers"/> | 419 | </Project> |
420 | <Reference name="OpenSim.RegionServer"/> | 420 | |
421 | 421 | <!-- OpenSim app --> | |
422 | <Files> | 422 | <Project name="OpenSim" path="OpenSim" type="Exe"> |
423 | <Match pattern="*.cs" recurse="true"/> | 423 | <Configuration name="Debug"> |
424 | </Files> | 424 | <Options> |
425 | </Project> | 425 | <OutputPath>../bin/</OutputPath> |
426 | 426 | </Options> | |
427 | <!-- Storage Plug-ins --> | 427 | </Configuration> |
428 | <Project name="OpenSim.Storage.LocalStorageDb4o" path="OpenSim.Storage/LocalStorageDb4o" type="Library"> | 428 | <Configuration name="Release"> |
429 | <Configuration name="Debug"> | 429 | <Options> |
430 | <Options> | 430 | <OutputPath>../bin/</OutputPath> |
431 | <OutputPath>../../bin/</OutputPath> | 431 | </Options> |
432 | </Options> | 432 | </Configuration> |
433 | </Configuration> | 433 | |
434 | <Configuration name="Release"> | 434 | <ReferencePath>../bin/</ReferencePath> |
435 | <Options> | 435 | <Reference name="System" localCopy="false"/> |
436 | <OutputPath>../../bin/</OutputPath> | 436 | <Reference name="System.Xml"/> |
437 | </Options> | 437 | <Reference name="libsecondlife.dll"/> |
438 | </Configuration> | 438 | <Reference name="Axiom.MathLib.dll"/> |
439 | 439 | <Reference name="Db4objects.Db4o.dll"/> | |
440 | <ReferencePath>../../bin/</ReferencePath> | 440 | <Reference name="OpenSim.Framework"/> |
441 | <Reference name="System" localCopy="false"/> | 441 | <Reference name="OpenSim.Framework.Console"/> |
442 | <Reference name="System.Xml"/> | 442 | <Reference name="OpenSim.Physics.Manager"/> |
443 | <Reference name="Db4objects.Db4o.dll"/> | 443 | <Reference name="OpenSim.Servers"/> |
444 | <Reference name="libsecondlife.dll"/> | 444 | <Reference name="OpenSim.RegionServer"/> |
445 | <Reference name="OpenSim.Framework"/> | 445 | |
446 | <Reference name="OpenSim.Framework.Console"/> | 446 | <Files> |
447 | <Files> | 447 | <Match pattern="*.cs" recurse="true"/> |
448 | <Match pattern="*.cs" recurse="true"/> | 448 | </Files> |
449 | </Files> | 449 | </Project> |
450 | </Project> | 450 | |
451 | 451 | <!-- Storage Plug-ins --> | |
452 | </Solution> | 452 | <Project name="OpenSim.Storage.LocalStorageDb4o" path="OpenSim.Storage/LocalStorageDb4o" type="Library"> |
453 | 453 | <Configuration name="Debug"> | |
454 | 454 | <Options> | |
455 | 455 | <OutputPath>../../bin/</OutputPath> | |
456 | 456 | </Options> | |
457 | 457 | </Configuration> | |
458 | 458 | <Configuration name="Release"> | |
459 | 459 | <Options> | |
460 | 460 | <OutputPath>../../bin/</OutputPath> | |
461 | 461 | </Options> | |
462 | <!-- Prebuild tool --> | 462 | </Configuration> |
463 | <Solution name="Prebuild" path="Prebuild/" > | 463 | |
464 | <Configuration name="Debug"> | 464 | <ReferencePath>../../bin/</ReferencePath> |
465 | <Options> | 465 | <Reference name="System" localCopy="false"/> |
466 | <CompilerDefines>DEBUG;TRACE</CompilerDefines> | 466 | <Reference name="System.Xml"/> |
467 | <OptimizeCode>false</OptimizeCode> | 467 | <Reference name="Db4objects.Db4o.dll"/> |
468 | <OutputPath>bin/Debug</OutputPath> | 468 | <Reference name="libsecondlife.dll"/> |
469 | <DebugInformation>true</DebugInformation> | 469 | <Reference name="OpenSim.Framework"/> |
470 | <SuppressWarnings>1595</SuppressWarnings> | 470 | <Reference name="OpenSim.Framework.Console"/> |
471 | </Options> | 471 | <Files> |
472 | </Configuration> | 472 | <Match pattern="*.cs" recurse="true"/> |
473 | <Configuration name="Release"> | 473 | </Files> |
474 | <Options> | 474 | </Project> |
475 | <CompilerDefines>TRACE</CompilerDefines> | 475 | |
476 | <OutputPath>bin/Release</OutputPath> | 476 | </Solution> |
477 | <OptimizeCode>true</OptimizeCode> | 477 | |
478 | <DebugInformation>false</DebugInformation> | 478 | |
479 | <SuppressWarnings>1595</SuppressWarnings> | 479 | |
480 | </Options> | 480 | |
481 | </Configuration> | 481 | |
482 | <Project name="Prebuild" path="src/" language="C#" assemblyName="prebuild" icon="App.ico" type="Exe" rootNamespace="Prebuild" startupObject="Prebuild.Prebuild"> | 482 | |
483 | <Configuration name="Debug"> | 483 | |
484 | <Options> | 484 | |
485 | <CompilerDefines>DEBUG;TRACE</CompilerDefines> | 485 | |
486 | <OptimizeCode>false</OptimizeCode> | 486 | <!-- Prebuild tool --> |
487 | <OutputPath>..\..\bin\</OutputPath> | 487 | <Solution name="Prebuild" path="Prebuild/" > |
488 | <DebugInformation>true</DebugInformation> | 488 | <Configuration name="Debug"> |
489 | <KeyFile>Prebuild.snk</KeyFile> | 489 | <Options> |
490 | <SuppressWarnings>1595</SuppressWarnings> | 490 | <CompilerDefines>DEBUG;TRACE</CompilerDefines> |
491 | </Options> | 491 | <OptimizeCode>false</OptimizeCode> |
492 | </Configuration> | 492 | <OutputPath>bin/Debug</OutputPath> |
493 | <Configuration name="Release"> | 493 | <DebugInformation>true</DebugInformation> |
494 | <Options> | 494 | <SuppressWarnings>1595</SuppressWarnings> |
495 | <CompilerDefines>TRACE</CompilerDefines> | 495 | </Options> |
496 | <OutputPath>..\..\bin\</OutputPath> | 496 | </Configuration> |
497 | <OptimizeCode>true</OptimizeCode> | 497 | <Configuration name="Release"> |
498 | <DebugInformation>false</DebugInformation> | 498 | <Options> |
499 | <KeyFile>Prebuild.snk</KeyFile> | 499 | <CompilerDefines>TRACE</CompilerDefines> |
500 | <SuppressWarnings>1595</SuppressWarnings> | 500 | <OutputPath>bin/Release</OutputPath> |
501 | </Options> | 501 | <OptimizeCode>true</OptimizeCode> |
502 | </Configuration> | 502 | <DebugInformation>false</DebugInformation> |
503 | <ReferencePath>../../bin/</ReferencePath> | 503 | <SuppressWarnings>1595</SuppressWarnings> |
504 | <Reference name="System.EnterpriseServices" /> | 504 | </Options> |
505 | <Reference name="System.Xml" /> | 505 | </Configuration> |
506 | <Reference name="System" /> | 506 | <Project name="Prebuild" path="src/" language="C#" assemblyName="prebuild" icon="App.ico" type="Exe" rootNamespace="Prebuild" startupObject="Prebuild.Prebuild"> |
507 | <Files> | 507 | <Configuration name="Debug"> |
508 | <Match pattern="App.ico" buildAction="EmbeddedResource"/> | 508 | <Options> |
509 | <Match path="data" pattern="prebuild-1.7.xsd" buildAction="EmbeddedResource"/> | 509 | <CompilerDefines>DEBUG;TRACE</CompilerDefines> |
510 | <Match pattern="*.cs" recurse="true"/> | 510 | <OptimizeCode>false</OptimizeCode> |
511 | </Files> | 511 | <OutputPath>..\..\bin\</OutputPath> |
512 | </Project> | 512 | <DebugInformation>true</DebugInformation> |
513 | </Solution> | 513 | <KeyFile>Prebuild.snk</KeyFile> |
514 | </Prebuild> | 514 | <SuppressWarnings>1595</SuppressWarnings> |
515 | 515 | </Options> | |
516 | 516 | </Configuration> | |
517 | <Configuration name="Release"> | ||
518 | <Options> | ||
519 | <CompilerDefines>TRACE</CompilerDefines> | ||
520 | <OutputPath>..\..\bin\</OutputPath> | ||
521 | <OptimizeCode>true</OptimizeCode> | ||
522 | <DebugInformation>false</DebugInformation> | ||
523 | <KeyFile>Prebuild.snk</KeyFile> | ||
524 | <SuppressWarnings>1595</SuppressWarnings> | ||
525 | </Options> | ||
526 | </Configuration> | ||
527 | <ReferencePath>../../bin/</ReferencePath> | ||
528 | <Reference name="System.EnterpriseServices" /> | ||
529 | <Reference name="System.Xml" /> | ||
530 | <Reference name="System" /> | ||
531 | <Files> | ||
532 | <Match pattern="App.ico" buildAction="EmbeddedResource"/> | ||
533 | <Match path="data" pattern="prebuild-1.7.xsd" buildAction="EmbeddedResource"/> | ||
534 | <Match pattern="*.cs" recurse="true"/> | ||
535 | </Files> | ||
536 | </Project> | ||
537 | </Solution> | ||
538 | </Prebuild> | ||
539 | |||
540 | |||