diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 7d33fac..33b68f8 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1811,6 +1811,34 @@ | |||
1811 | </Files> | 1811 | </Files> |
1812 | </Project> | 1812 | </Project> |
1813 | 1813 | ||
1814 | <Project name="OpenSim.Client.VWoHTTP" path="OpenSim/Client/VWoHTTP" type="Library"> | ||
1815 | <Configuration name="Debug"> | ||
1816 | <Options> | ||
1817 | <OutputPath>../../../bin/</OutputPath> | ||
1818 | </Options> | ||
1819 | </Configuration> | ||
1820 | <Configuration name="Release"> | ||
1821 | <Options> | ||
1822 | <OutputPath>../../../bin/</OutputPath> | ||
1823 | </Options> | ||
1824 | </Configuration> | ||
1825 | |||
1826 | <ReferencePath>../../../bin/</ReferencePath> | ||
1827 | |||
1828 | <Reference name="OpenMetaverseTypes.dll"/> | ||
1829 | <Reference name="OpenMetaverse.dll"/> | ||
1830 | <Reference name="System"/> | ||
1831 | <Reference name="OpenSim.Framework"/> | ||
1832 | <Reference name="OpenSim.Framework.Servers"/> | ||
1833 | <Reference name="OpenSim.Region.Framework"/> | ||
1834 | <Reference name="OpenSim.Framework.Communications"/> | ||
1835 | <Reference name="Nini.dll" /> | ||
1836 | <Reference name="log4net.dll"/> | ||
1837 | <Files> | ||
1838 | <Match pattern="*.cs" recurse="true"/> | ||
1839 | </Files> | ||
1840 | </Project> | ||
1841 | |||
1814 | <Project name="OpenSim.Client.Linden" path="OpenSim/Client/Linden" type="Library"> | 1842 | <Project name="OpenSim.Client.Linden" path="OpenSim/Client/Linden" type="Library"> |
1815 | <Configuration name="Debug"> | 1843 | <Configuration name="Debug"> |
1816 | <Options> | 1844 | <Options> |