aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorBlueWall2013-05-13 22:11:28 -0400
committerBlueWall2013-05-30 17:59:18 -0400
commit328883700a15e4216bf7b251ac099d38f413375e (patch)
treefc90ce9fe8f7b1c5caca393144eac5b2824a9f3a /prebuild.xml
parentminor: fix warnings in GodsModule that were due to duplicate using statements (diff)
downloadopensim-SC_OLD-328883700a15e4216bf7b251ac099d38f413375e.zip
opensim-SC_OLD-328883700a15e4216bf7b251ac099d38f413375e.tar.gz
opensim-SC_OLD-328883700a15e4216bf7b251ac099d38f413375e.tar.bz2
opensim-SC_OLD-328883700a15e4216bf7b251ac099d38f413375e.tar.xz
UserProfiles
UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 5967ef6..03cac76 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -281,6 +281,7 @@
281 <Reference name="System.Data"/> 281 <Reference name="System.Data"/>
282 <Reference name="XMLRPC" path="../../bin/"/> 282 <Reference name="XMLRPC" path="../../bin/"/>
283 <Reference name="OpenMetaverse" path="../../bin/"/> 283 <Reference name="OpenMetaverse" path="../../bin/"/>
284 <Reference name="OpenMetaverse.StructuredData" path="../../bin/"/>
284 <Reference name="OpenMetaverseTypes" path="../../bin/"/> 285 <Reference name="OpenMetaverseTypes" path="../../bin/"/>
285 <Reference name="OpenSim.Framework"/> 286 <Reference name="OpenSim.Framework"/>
286 <Reference name="log4net" path="../../bin/"/> 287 <Reference name="log4net" path="../../bin/"/>
@@ -1239,6 +1240,42 @@
1239 </Files> 1240 </Files>
1240 </Project> 1241 </Project>
1241 1242
1243 <Project frameworkVersion="v3_5" name="OpenSim.Services.UserProfilesService" path="OpenSim/Services/UserProfilesService" type="Library">
1244 <Configuration name="Debug">
1245 <Options>
1246 <OutputPath>../../../bin/</OutputPath>
1247 </Options>
1248 </Configuration>
1249 <Configuration name="Release">
1250 <Options>
1251 <OutputPath>../../../bin/</OutputPath>
1252 </Options>
1253 </Configuration>
1254
1255 <ReferencePath>../../../bin/</ReferencePath>
1256 <Reference name="System"/>
1257 <Reference name="System.Core"/>
1258 <Reference name="OpenSim.Framework"/>
1259 <Reference name="OpenSim.Framework.Console"/>
1260 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
1261 <Reference name="OpenSim.Services.UserAccountService"/>
1262 <Reference name="OpenSim.Services.Interfaces"/>
1263 <Reference name="OpenSim.Services.Connectors"/>
1264 <Reference name="OpenSim.Services.Base"/>
1265 <Reference name="OpenSim.Server.Base"/>
1266 <Reference name="OpenSim.Data"/>
1267 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
1268 <Reference name="OpenMetaverse" path="../../../bin/"/>
1269 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/>
1270 <Reference name="Nini" path="../../../bin/"/>
1271 <Reference name="log4net" path="../../../bin/"/>
1272
1273 <Files>
1274 <Match pattern="*.cs" recurse="true"/>
1275 </Files>
1276 </Project>
1277
1278
1242 <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> 1279 <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library">
1243 <Configuration name="Debug"> 1280 <Configuration name="Debug">
1244 <Options> 1281 <Options>
@@ -1977,6 +2014,7 @@
1977 <Reference name="OpenSim.Data"/> 2014 <Reference name="OpenSim.Data"/>
1978 <Reference name="OpenMetaverseTypes" path="../../../bin/"/> 2015 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
1979 <Reference name="OpenMetaverse" path="../../../bin/"/> 2016 <Reference name="OpenMetaverse" path="../../../bin/"/>
2017 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/>
1980 <Reference name="MySql.Data" path="../../../bin/"/> 2018 <Reference name="MySql.Data" path="../../../bin/"/>
1981 <Reference name="OpenSim.Framework.Console"/> 2019 <Reference name="OpenSim.Framework.Console"/>
1982 <Reference name="OpenSim.Region.Framework"/> 2020 <Reference name="OpenSim.Region.Framework"/>