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 7e7ce28..334c324 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1476,6 +1476,37 @@
1476 </Files> 1476 </Files>
1477 </Project> 1477 </Project>
1478 1478
1479 <Project frameworkVersion="v3_5" name="OpenSim.Services.LLLoginService" path="OpenSim/Services/LLLoginService" type="Library">
1480 <Configuration name="Debug">
1481 <Options>
1482 <OutputPath>../../../bin/</OutputPath>
1483 </Options>
1484 </Configuration>
1485 <Configuration name="Release">
1486 <Options>
1487 <OutputPath>../../../bin/</OutputPath>
1488 </Options>
1489 </Configuration>
1490
1491 <ReferencePath>../../../bin/</ReferencePath>
1492 <Reference name="System"/>
1493 <Reference name="OpenSim.Framework"/>
1494 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
1495 <Reference name="OpenSim.Services.Interfaces"/>
1496 <Reference name="OpenSim.Services.Base"/>
1497 <Reference name="OpenSim.Server.Base"/>
1498 <Reference name="OpenMetaverseTypes.dll"/>
1499 <Reference name="OpenMetaverse.dll"/>
1500 <Reference name="OpenMetaverse.StructuredData.dll"/>
1501 <Reference name="Nini.dll" />
1502 <Reference name="log4net.dll"/>
1503
1504 <Files>
1505 <Match pattern="*.cs" recurse="true"/>
1506 </Files>
1507 </Project>
1508
1509
1479 1510
1480 <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> 1511 <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library">
1481 <Configuration name="Debug"> 1512 <Configuration name="Debug">