aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorDiva Canto2011-04-25 18:59:01 -0700
committerDiva Canto2011-04-25 18:59:01 -0700
commite579a990b4466fcecc11a9b8c6ad74cc70530e5c (patch)
tree4be567822a14d203197abada5f5013ab10170448 /prebuild.xml
parentrecover from unhandled exception from bad rotation data while processing enti... (diff)
downloadopensim-SC_OLD-e579a990b4466fcecc11a9b8c6ad74cc70530e5c.zip
opensim-SC_OLD-e579a990b4466fcecc11a9b8c6ad74cc70530e5c.tar.gz
opensim-SC_OLD-e579a990b4466fcecc11a9b8c6ad74cc70530e5c.tar.bz2
opensim-SC_OLD-e579a990b4466fcecc11a9b8c6ad74cc70530e5c.tar.xz
Removed stale client components: MXP and VWoHTTP.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml63
1 files changed, 0 insertions, 63 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 33a6b50..1102c11 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1959,69 +1959,6 @@
1959 </Files> 1959 </Files>
1960 </Project> 1960 </Project>
1961 1961
1962 <!-- Client Stack Modules -->
1963
1964 <Project frameworkVersion="v3_5" name="OpenSim.Client.MXP" path="OpenSim/Client/MXP" type="Library">
1965 <Configuration name="Debug">
1966 <Options>
1967 <OutputPath>../../../bin/</OutputPath>
1968 </Options>
1969 </Configuration>
1970 <Configuration name="Release">
1971 <Options>
1972 <OutputPath>../../../bin/</OutputPath>
1973 </Options>
1974 </Configuration>
1975
1976 <ReferencePath>../../../bin/</ReferencePath>
1977
1978 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
1979 <Reference name="OpenMetaverse" path="../../../bin/"/>
1980 <Reference name="System"/>
1981 <Reference name="OpenSim.Framework"/>
1982 <Reference name="OpenSim.Region.Framework"/>
1983 <Reference name="OpenSim.Framework.Communications"/>
1984 <Reference name="OpenSim.Services.Interfaces"/>
1985 <Reference name="Nini" path="../../../bin/"/>
1986 <Reference name="log4net" path="../../../bin/"/>
1987 <Reference name="protobuf-net"/>
1988 <Reference name="MXP" path="../../../bin/"/>
1989 <Reference name="Mono.Addins"/>
1990 <Files>
1991 <Match pattern="*.cs" recurse="true"/>
1992 </Files>
1993 </Project>
1994
1995 <Project frameworkVersion="v3_5" name="OpenSim.Client.VWoHTTP" path="OpenSim/Client/VWoHTTP" type="Library">
1996 <Configuration name="Debug">
1997 <Options>
1998 <OutputPath>../../../bin/</OutputPath>
1999 </Options>
2000 </Configuration>
2001 <Configuration name="Release">
2002 <Options>
2003 <OutputPath>../../../bin/</OutputPath>
2004 </Options>
2005 </Configuration>
2006
2007 <ReferencePath>../../../bin/</ReferencePath>
2008
2009 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
2010 <Reference name="OpenMetaverse" path="../../../bin/"/>
2011 <Reference name="System"/>
2012 <Reference name="System.Drawing"/>
2013 <Reference name="OpenSim.Framework"/>
2014 <Reference name="OpenSim.Framework.Servers"/>
2015 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
2016 <Reference name="OpenSim.Region.Framework"/>
2017 <Reference name="OpenSim.Framework.Communications"/>
2018 <Reference name="OpenSim.Services.Interfaces"/>
2019 <Reference name="Nini" path="../../../bin/"/>
2020 <Reference name="log4net" path="../../../bin/"/>
2021 <Files>
2022 <Match pattern="*.cs" recurse="true"/>
2023 </Files>
2024 </Project>
2025 1962
2026 <!-- Data Base Modules --> 1963 <!-- Data Base Modules -->
2027 <Project frameworkVersion="v3_5" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> 1964 <Project frameworkVersion="v3_5" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library">