aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 94d19c6..9634eb5 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1528,6 +1528,39 @@
1528 </Project> 1528 </Project>
1529 1529
1530 1530
1531 <Project name="OpenSim.Server" path="OpenSim/Server" type="Exe">
1532 <Configuration name="Debug">
1533 <Options>
1534 <OutputPath>../../bin/</OutputPath>
1535 </Options>
1536 </Configuration>
1537 <Configuration name="Release">
1538 <Options>
1539 <OutputPath>../../bin/</OutputPath>
1540 </Options>
1541 </Configuration>
1542
1543 <ReferencePath>../../bin/</ReferencePath>
1544 <Reference name="System"/>
1545 <Reference name="System.Xml"/>
1546 <Reference name="OpenMetaverseTypes.dll"/>
1547 <Reference name="OpenMetaverse.dll"/>
1548 <Reference name="OpenMetaverse.StructuredData.dll"/>
1549 <Reference name="OpenSim.Framework"/>
1550 <Reference name="OpenSim.Framework.Console"/>
1551 <Reference name="OpenSim.Server.Base"/>
1552 <Reference name="OpenSim.Server.Handlers"/>
1553 <Reference name="Nini.dll" />
1554 <Reference name="log4net.dll"/>
1555
1556 <Files>
1557 <Match pattern="*.cs" recurse="false">
1558 <Exclude pattern="Tests" />
1559 </Match>
1560 </Files>
1561 </Project>
1562
1563
1531 <Project name="OpenSim.Services" path="OpenSim/Server" type="Exe"> 1564 <Project name="OpenSim.Services" path="OpenSim/Server" type="Exe">
1532 <Configuration name="Debug"> 1565 <Configuration name="Debug">
1533 <Options> 1566 <Options>