aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 9498d7d..932cf35 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1319,6 +1319,37 @@
1319 </Files> 1319 </Files>
1320 </Project> 1320 </Project>
1321 1321
1322 <Project frameworkVersion="v3_5" name="OpenSim.Services.GridService" path="OpenSim/Services/GridService" type="Library">
1323 <Configuration name="Debug">
1324 <Options>
1325 <OutputPath>../../../bin/</OutputPath>
1326 </Options>
1327 </Configuration>
1328 <Configuration name="Release">
1329 <Options>
1330 <OutputPath>../../../bin/</OutputPath>
1331 </Options>
1332 </Configuration>
1333
1334 <ReferencePath>../../../bin/</ReferencePath>
1335 <Reference name="System"/>
1336 <Reference name="OpenMetaverseTypes.dll"/>
1337 <Reference name="OpenMetaverse.dll"/>
1338 <Reference name="OpenSim.Framework"/>
1339 <Reference name="OpenSim.Framework.Console"/>
1340 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
1341 <Reference name="OpenSim.Services.Interfaces"/>
1342 <Reference name="OpenSim.Services.Base"/>
1343 <Reference name="OpenSim.Services.Connectors"/>
1344 <Reference name="OpenSim.Data"/>
1345 <Reference name="Nini.dll" />
1346 <Reference name="log4net.dll"/>
1347
1348 <Files>
1349 <Match pattern="*.cs" recurse="true"/>
1350 </Files>
1351 </Project>
1352
1322 <Project frameworkVersion="v3_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library"> 1353 <Project frameworkVersion="v3_5" name="OpenSim.Services.InventoryService" path="OpenSim/Services/InventoryService" type="Library">
1323 <Configuration name="Debug"> 1354 <Configuration name="Debug">
1324 <Options> 1355 <Options>