diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index 044aa99..ec0b71f 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1654,6 +1654,32 @@ | |||
1654 | 1654 | ||
1655 | <!-- OGS projects --> | 1655 | <!-- OGS projects --> |
1656 | 1656 | ||
1657 | <Project name="OpenSim.Grid.Communications.OGS1" path="OpenSim/Grid/Communications/OGS1" type="Library"> | ||
1658 | <Configuration name="Debug"> | ||
1659 | <Options> | ||
1660 | <OutputPath>../../../../bin/</OutputPath> | ||
1661 | </Options> | ||
1662 | </Configuration> | ||
1663 | <Configuration name="Release"> | ||
1664 | <Options> | ||
1665 | <OutputPath>../../../../bin/</OutputPath> | ||
1666 | </Options> | ||
1667 | </Configuration> | ||
1668 | |||
1669 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1670 | <Reference name="System"/> | ||
1671 | <Reference name="OpenSim.Framework"/> | ||
1672 | <Reference name="OpenSim.Framework.Communications" /> | ||
1673 | <Reference name="OpenSim.Framework.Servers"/> | ||
1674 | <Reference name="libsecondlife.dll"/> | ||
1675 | <Reference name="XMLRPC.dll"/> | ||
1676 | <Reference name="log4net.dll"/> | ||
1677 | |||
1678 | <Files> | ||
1679 | <Match pattern="*.cs" recurse="true"/> | ||
1680 | </Files> | ||
1681 | </Project> | ||
1682 | |||
1657 | <Project name="OpenSim.Grid.GridServer" path="OpenSim/Grid/GridServer" type="Exe"> | 1683 | <Project name="OpenSim.Grid.GridServer" path="OpenSim/Grid/GridServer" type="Exe"> |
1658 | <Configuration name="Debug"> | 1684 | <Configuration name="Debug"> |
1659 | <Options> | 1685 | <Options> |
@@ -1739,7 +1765,7 @@ | |||
1739 | <Reference name="OpenSim.Data"/> | 1765 | <Reference name="OpenSim.Data"/> |
1740 | <Reference name="OpenSim.Framework.Servers"/> | 1766 | <Reference name="OpenSim.Framework.Servers"/> |
1741 | <Reference name="OpenSim.Framework.Statistics"/> | 1767 | <Reference name="OpenSim.Framework.Statistics"/> |
1742 | <Reference name="OpenSim.Region.Communications.OGS1"/> | 1768 | <Reference name="OpenSim.Grid.Communications.OGS1"/> |
1743 | <Reference name="libsecondlife.dll"/> | 1769 | <Reference name="libsecondlife.dll"/> |
1744 | <Reference name="XMLRPC.dll"/> | 1770 | <Reference name="XMLRPC.dll"/> |
1745 | <Reference name="log4net.dll"/> | 1771 | <Reference name="log4net.dll"/> |