diff options
author | Melanie | 2009-08-07 22:11:37 +0100 |
---|---|---|
committer | Melanie | 2009-08-07 22:11:37 +0100 |
commit | ccd0c893ec6cf515fd32850756f4b5a54689dac4 (patch) | |
tree | cc72e0c388b31c9ed63f350ec43c946cf0e3e71f | |
parent | Add extensive debug output to Util.Glob (diff) | |
download | opensim-SC_OLD-ccd0c893ec6cf515fd32850756f4b5a54689dac4.zip opensim-SC_OLD-ccd0c893ec6cf515fd32850756f4b5a54689dac4.tar.gz opensim-SC_OLD-ccd0c893ec6cf515fd32850756f4b5a54689dac4.tar.bz2 opensim-SC_OLD-ccd0c893ec6cf515fd32850756f4b5a54689dac4.tar.xz |
Remove the OpenSim.Services.exe project
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/prebuild.xml b/prebuild.xml index ee93723..ab17fc5 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1593,39 +1593,6 @@ | |||
1593 | </Files> | 1593 | </Files> |
1594 | </Project> | 1594 | </Project> |
1595 | 1595 | ||
1596 | |||
1597 | <Project name="OpenSim.Services" path="OpenSim/Server" type="Exe"> | ||
1598 | <Configuration name="Debug"> | ||
1599 | <Options> | ||
1600 | <OutputPath>../../bin/</OutputPath> | ||
1601 | </Options> | ||
1602 | </Configuration> | ||
1603 | <Configuration name="Release"> | ||
1604 | <Options> | ||
1605 | <OutputPath>../../bin/</OutputPath> | ||
1606 | </Options> | ||
1607 | </Configuration> | ||
1608 | |||
1609 | <ReferencePath>../../bin/</ReferencePath> | ||
1610 | <Reference name="System"/> | ||
1611 | <Reference name="System.Xml"/> | ||
1612 | <Reference name="OpenMetaverseTypes.dll"/> | ||
1613 | <Reference name="OpenMetaverse.dll"/> | ||
1614 | <Reference name="OpenSim.Framework"/> | ||
1615 | <Reference name="OpenSim.Framework.Console"/> | ||
1616 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1617 | <Reference name="OpenSim.Server.Base"/> | ||
1618 | <Reference name="OpenSim.Server.Handlers"/> | ||
1619 | <Reference name="OpenSim.Services.Base" /> | ||
1620 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1621 | <Reference name="Nini.dll" /> | ||
1622 | <Reference name="log4net.dll"/> | ||
1623 | |||
1624 | <Files> | ||
1625 | <Match pattern="*.cs" recurse="false"/> | ||
1626 | </Files> | ||
1627 | </Project> | ||
1628 | |||
1629 | <Project name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> | 1596 | <Project name="OpenSim.Region.CoreModules" path="OpenSim/Region/CoreModules" type="Library"> |
1630 | <Configuration name="Debug"> | 1597 | <Configuration name="Debug"> |
1631 | <Options> | 1598 | <Options> |