diff options
author | Melanie | 2009-12-27 15:48:43 +0000 |
---|---|---|
committer | Melanie | 2009-12-27 15:48:43 +0000 |
commit | e3f60ce06fc322ff0963b48ab6f52d41804e3dbb (patch) | |
tree | 07098f7c4745a2b81aa7ae9a8a1a100ff7643b3f /prebuild.xml | |
parent | Merge branch 'master' into casper (diff) | |
parent | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC-e3f60ce06fc322ff0963b48ab6f52d41804e3dbb.zip opensim-SC-e3f60ce06fc322ff0963b48ab6f52d41804e3dbb.tar.gz opensim-SC-e3f60ce06fc322ff0963b48ab6f52d41804e3dbb.tar.bz2 opensim-SC-e3f60ce06fc322ff0963b48ab6f52d41804e3dbb.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 9846164..4d1c270 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2337,6 +2337,39 @@ | |||
2337 | </Files> | 2337 | </Files> |
2338 | </Project> | 2338 | </Project> |
2339 | 2339 | ||
2340 | |||
2341 | <Project frameworkVersion="v3_5" name="OpenSim.Client.Sirikata" path="OpenSim/Client/Sirikata" type="Library"> | ||
2342 | <Configuration name="Debug"> | ||
2343 | <Options> | ||
2344 | <OutputPath>../../../bin/</OutputPath> | ||
2345 | </Options> | ||
2346 | </Configuration> | ||
2347 | <Configuration name="Release"> | ||
2348 | <Options> | ||
2349 | <OutputPath>../../../bin/</OutputPath> | ||
2350 | </Options> | ||
2351 | </Configuration> | ||
2352 | |||
2353 | <ReferencePath>../../../bin/</ReferencePath> | ||
2354 | |||
2355 | <Reference name="OpenMetaverseTypes.dll"/> | ||
2356 | <Reference name="OpenMetaverse.dll"/> | ||
2357 | <Reference name="System"/> | ||
2358 | <Reference name="System.Drawing"/> | ||
2359 | <Reference name="OpenSim.Framework"/> | ||
2360 | <Reference name="OpenSim.Framework.Servers"/> | ||
2361 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
2362 | <Reference name="OpenSim.Region.Framework"/> | ||
2363 | <Reference name="OpenSim.Framework.Communications"/> | ||
2364 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2365 | <Reference name="Nini.dll" /> | ||
2366 | <Reference name="log4net.dll"/> | ||
2367 | <Reference name="Google.ProtocolBuffers.dll"/> | ||
2368 | <Files> | ||
2369 | <Match pattern="*.cs" recurse="true"/> | ||
2370 | </Files> | ||
2371 | </Project> | ||
2372 | |||
2340 | <Project frameworkVersion="v3_5" name="OpenSim.Client.VWoHTTP" path="OpenSim/Client/VWoHTTP" type="Library"> | 2373 | <Project frameworkVersion="v3_5" name="OpenSim.Client.VWoHTTP" path="OpenSim/Client/VWoHTTP" type="Library"> |
2341 | <Configuration name="Debug"> | 2374 | <Configuration name="Debug"> |
2342 | <Options> | 2375 | <Options> |