aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorDiva Canto2009-12-27 08:38:44 -0800
committerDiva Canto2009-12-27 08:38:44 -0800
commit2248d2ff32cc098f55cf9f0c9c4bf062eafff0dd (patch)
tree319a8f11c155a8d6171246887602395a410527e1 /prebuild.xml
parentFirst pass at the local connector for presence. No cache yet. Just the connec... (diff)
parentMerge branch 'master' into presence-refactor (diff)
downloadopensim-SC_OLD-2248d2ff32cc098f55cf9f0c9c4bf062eafff0dd.zip
opensim-SC_OLD-2248d2ff32cc098f55cf9f0c9c4bf062eafff0dd.tar.gz
opensim-SC_OLD-2248d2ff32cc098f55cf9f0c9c4bf062eafff0dd.tar.bz2
opensim-SC_OLD-2248d2ff32cc098f55cf9f0c9c4bf062eafff0dd.tar.xz
Merge branch 'presence-refactor' of ssh://diva@opensimulator.org/var/git/opensim into presence-refactor
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml33
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>