diff options
author | Adam Frisby | 2009-12-27 15:03:26 +1100 |
---|---|---|
committer | Adam Frisby | 2009-12-27 15:03:26 +1100 |
commit | 8e18762e2206ce8137558d45919e60d715851a3c (patch) | |
tree | 1b26b2f55bf8da6ae6274a158f0240fb90a8e5e6 /prebuild.xml | |
parent | * Implements Sirikata ClientStack Module (diff) | |
download | opensim-SC_OLD-8e18762e2206ce8137558d45919e60d715851a3c.zip opensim-SC_OLD-8e18762e2206ce8137558d45919e60d715851a3c.tar.gz opensim-SC_OLD-8e18762e2206ce8137558d45919e60d715851a3c.tar.bz2 opensim-SC_OLD-8e18762e2206ce8137558d45919e60d715851a3c.tar.xz |
* Added prebuild for previous commit.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 9d428d1..7881cd7 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2307,6 +2307,39 @@ | |||
2307 | </Files> | 2307 | </Files> |
2308 | </Project> | 2308 | </Project> |
2309 | 2309 | ||
2310 | |||
2311 | <Project frameworkVersion="v3_5" name="OpenSim.Client.Sirikata" path="OpenSim/Client/Sirikata" type="Library"> | ||
2312 | <Configuration name="Debug"> | ||
2313 | <Options> | ||
2314 | <OutputPath>../../../bin/</OutputPath> | ||
2315 | </Options> | ||
2316 | </Configuration> | ||
2317 | <Configuration name="Release"> | ||
2318 | <Options> | ||
2319 | <OutputPath>../../../bin/</OutputPath> | ||
2320 | </Options> | ||
2321 | </Configuration> | ||
2322 | |||
2323 | <ReferencePath>../../../bin/</ReferencePath> | ||
2324 | |||
2325 | <Reference name="OpenMetaverseTypes.dll"/> | ||
2326 | <Reference name="OpenMetaverse.dll"/> | ||
2327 | <Reference name="System"/> | ||
2328 | <Reference name="System.Drawing"/> | ||
2329 | <Reference name="OpenSim.Framework"/> | ||
2330 | <Reference name="OpenSim.Framework.Servers"/> | ||
2331 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
2332 | <Reference name="OpenSim.Region.Framework"/> | ||
2333 | <Reference name="OpenSim.Framework.Communications"/> | ||
2334 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2335 | <Reference name="Nini.dll" /> | ||
2336 | <Reference name="log4net.dll"/> | ||
2337 | <Reference name="Google.ProtocolBuffers.dll"/> | ||
2338 | <Files> | ||
2339 | <Match pattern="*.cs" recurse="true"/> | ||
2340 | </Files> | ||
2341 | </Project> | ||
2342 | |||
2310 | <Project frameworkVersion="v3_5" name="OpenSim.Client.VWoHTTP" path="OpenSim/Client/VWoHTTP" type="Library"> | 2343 | <Project frameworkVersion="v3_5" name="OpenSim.Client.VWoHTTP" path="OpenSim/Client/VWoHTTP" type="Library"> |
2311 | <Configuration name="Debug"> | 2344 | <Configuration name="Debug"> |
2312 | <Options> | 2345 | <Options> |