aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorAdam Frisby2009-04-22 10:11:12 +0000
committerAdam Frisby2009-04-22 10:11:12 +0000
commitd6b62b677cafaa739daf7b00ff11f61a34e6f4ae (patch)
treea0c23f5f91b2c0dc82db35930c771af494198db7 /prebuild.xml
parent* Committing stub VW-over-HTTP ClientStack. (1/2) (diff)
downloadopensim-SC_OLD-d6b62b677cafaa739daf7b00ff11f61a34e6f4ae.zip
opensim-SC_OLD-d6b62b677cafaa739daf7b00ff11f61a34e6f4ae.tar.gz
opensim-SC_OLD-d6b62b677cafaa739daf7b00ff11f61a34e6f4ae.tar.bz2
opensim-SC_OLD-d6b62b677cafaa739daf7b00ff11f61a34e6f4ae.tar.xz
* Committing stub VW-over-HTTP ClientStack. (2/2)
* Minor MRM tweak.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml28
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>