diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index b84fddd..77e536a 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1289,6 +1289,37 @@ | |||
1289 | <Match pattern="*.cs" recurse="true"/> | 1289 | <Match pattern="*.cs" recurse="true"/> |
1290 | </Files> | 1290 | </Files> |
1291 | </Project> | 1291 | </Project> |
1292 | |||
1293 | <Project frameworkVersion="v3_5" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library"> | ||
1294 | <Configuration name="Debug"> | ||
1295 | <Options> | ||
1296 | <OutputPath>../../../bin/</OutputPath> | ||
1297 | </Options> | ||
1298 | </Configuration> | ||
1299 | <Configuration name="Release"> | ||
1300 | <Options> | ||
1301 | <OutputPath>../../../bin/</OutputPath> | ||
1302 | </Options> | ||
1303 | </Configuration> | ||
1304 | |||
1305 | <ReferencePath>../../../bin/</ReferencePath> | ||
1306 | <Reference name="System"/> | ||
1307 | <Reference name="OpenMetaverseTypes.dll"/> | ||
1308 | <Reference name="OpenMetaverse.dll"/> | ||
1309 | <Reference name="OpenSim.Framework"/> | ||
1310 | <Reference name="OpenSim.Framework.Console"/> | ||
1311 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1312 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1313 | <Reference name="OpenSim.Services.Base"/> | ||
1314 | <Reference name="OpenSim.Services.Connectors"/> | ||
1315 | <Reference name="OpenSim.Data"/> | ||
1316 | <Reference name="Nini.dll" /> | ||
1317 | <Reference name="log4net.dll"/> | ||
1318 | |||
1319 | <Files> | ||
1320 | <Match pattern="*.cs" recurse="true"/> | ||
1321 | </Files> | ||
1322 | </Project> | ||
1292 | 1323 | ||
1293 | <Project frameworkVersion="v3_5" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> | 1324 | <Project frameworkVersion="v3_5" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> |
1294 | <Configuration name="Debug"> | 1325 | <Configuration name="Debug"> |