diff options
author | Diva Canto | 2010-01-16 21:42:44 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-16 21:42:44 -0800 |
commit | 04e29c1bacbc1e2df980ae15896a847ce7535da2 (patch) | |
tree | e799d2837af1a41bc2c3b2d571201e9a8a6d7ae7 /prebuild.xml | |
parent | Finished moving object crossings into EntityTransferModule (diff) | |
download | opensim-SC_OLD-04e29c1bacbc1e2df980ae15896a847ce7535da2.zip opensim-SC_OLD-04e29c1bacbc1e2df980ae15896a847ce7535da2.tar.gz opensim-SC_OLD-04e29c1bacbc1e2df980ae15896a847ce7535da2.tar.bz2 opensim-SC_OLD-04e29c1bacbc1e2df980ae15896a847ce7535da2.tar.xz |
Beginning of rewriting HG. Compiles, and runs, but HG functions not restored yet.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 284913a..a3b4a53 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1193,6 +1193,38 @@ | |||
1193 | </Files> | 1193 | </Files> |
1194 | </Project> | 1194 | </Project> |
1195 | 1195 | ||
1196 | <Project frameworkVersion="v3_5" name="OpenSim.Services.HypergridService" path="OpenSim/Services/HypergridService" type="Library"> | ||
1197 | <Configuration name="Debug"> | ||
1198 | <Options> | ||
1199 | <OutputPath>../../../bin/</OutputPath> | ||
1200 | </Options> | ||
1201 | </Configuration> | ||
1202 | <Configuration name="Release"> | ||
1203 | <Options> | ||
1204 | <OutputPath>../../../bin/</OutputPath> | ||
1205 | </Options> | ||
1206 | </Configuration> | ||
1207 | |||
1208 | <ReferencePath>../../../bin/</ReferencePath> | ||
1209 | <Reference name="System"/> | ||
1210 | <Reference name="System.Xml"/> | ||
1211 | <Reference name="OpenMetaverseTypes.dll"/> | ||
1212 | <Reference name="OpenMetaverse.dll"/> | ||
1213 | <Reference name="OpenSim.Framework"/> | ||
1214 | <Reference name="OpenSim.Framework.Console"/> | ||
1215 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1216 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1217 | <Reference name="OpenSim.Services.Base"/> | ||
1218 | <Reference name="OpenSim.Services.Connectors"/> | ||
1219 | <Reference name="OpenSim.Data"/> | ||
1220 | <Reference name="OpenSim.Server.Base"/> | ||
1221 | <Reference name="Nini.dll" /> | ||
1222 | <Reference name="log4net.dll"/> | ||
1223 | |||
1224 | <Files> | ||
1225 | <Match pattern="*.cs" recurse="true"/> | ||
1226 | </Files> | ||
1227 | </Project> | ||
1196 | 1228 | ||
1197 | 1229 | ||
1198 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> | 1230 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> |