aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMelanie2009-08-17 08:45:20 +0100
committerMelanie2009-08-17 08:45:20 +0100
commitcef16bec6dabc90fdccf82f755d24683d834208b (patch)
tree3265dbc64721f17eef82b06c7e16a7b4c6e0f657 /prebuild.xml
parentMerge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-cef16bec6dabc90fdccf82f755d24683d834208b.zip
opensim-SC_OLD-cef16bec6dabc90fdccf82f755d24683d834208b.tar.gz
opensim-SC_OLD-cef16bec6dabc90fdccf82f755d24683d834208b.tar.bz2
opensim-SC_OLD-cef16bec6dabc90fdccf82f755d24683d834208b.tar.xz
Add the OpenSim.ConsoleClient app.
Usage: OpenSim.ConsoleClient -h <host> -p <port> -u <user> -P <pass> host defaults to localhost, port defaults to 8003.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 922d108..35976cc 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1595,6 +1595,38 @@
1595 </Files> 1595 </Files>
1596 </Project> 1596 </Project>
1597 1597
1598 <Project frameworkVersion="v3_5" name="OpenSim.ConsoleClient" path="OpenSim/ConsoleClient" type="Exe">
1599 <Configuration name="Debug">
1600 <Options>
1601 <OutputPath>../../bin/</OutputPath>
1602 </Options>
1603 </Configuration>
1604 <Configuration name="Release">
1605 <Options>
1606 <OutputPath>../../bin/</OutputPath>
1607 </Options>
1608 </Configuration>
1609
1610 <ReferencePath>../../bin/</ReferencePath>
1611 <Reference name="System"/>
1612 <Reference name="System.Xml"/>
1613 <Reference name="OpenMetaverseTypes.dll"/>
1614 <Reference name="OpenMetaverse.dll"/>
1615 <Reference name="OpenMetaverse.StructuredData.dll"/>
1616 <Reference name="OpenSim.Framework"/>
1617 <Reference name="OpenSim.Framework.Console"/>
1618 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
1619 <Reference name="OpenSim.Server.Base"/>
1620 <Reference name="Nini.dll" />
1621 <Reference name="log4net.dll"/>
1622
1623 <Files>
1624 <Match pattern="*.cs" recurse="false">
1625 <Exclude pattern="Tests" />
1626 </Match>
1627 </Files>
1628 </Project>
1629
1598 <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> 1630 <Project frameworkVersion="v3_5" name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library">
1599 <Configuration name="Debug"> 1631 <Configuration name="Debug">
1600 <Options> 1632 <Options>