diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 32 |
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> |