diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/prebuild.xml b/prebuild.xml index 2dfdad6..324d7c7 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2163,78 +2163,6 @@ | |||
2163 | 2163 | ||
2164 | 2164 | ||
2165 | 2165 | ||
2166 | |||
2167 | <Project name="OpenSim.Grid.ScriptServer" path="OpenSim/Grid/ScriptServer" type="Exe"> | ||
2168 | <Configuration name="Debug"> | ||
2169 | <Options> | ||
2170 | <OutputPath>../../../bin/</OutputPath> | ||
2171 | </Options> | ||
2172 | </Configuration> | ||
2173 | <Configuration name="Release"> | ||
2174 | <Options> | ||
2175 | <OutputPath>../../../bin/</OutputPath> | ||
2176 | </Options> | ||
2177 | </Configuration> | ||
2178 | |||
2179 | <ReferencePath>../../../bin/</ReferencePath> | ||
2180 | <ReferencePath>../../../bin/ScriptEngines/</ReferencePath> | ||
2181 | <Reference name="System" localCopy="false"/> | ||
2182 | <Reference name="System.Data" localCopy="false"/> | ||
2183 | <Reference name="System.Runtime.Remoting" localCopy="false"/> | ||
2184 | <Reference name="System.Xml" localCopy="false"/> | ||
2185 | <Reference name="OpenSim"/> | ||
2186 | <Reference name="OpenSim.Framework"/> | ||
2187 | <Reference name="OpenSim.Framework.Console"/> | ||
2188 | <Reference name="OpenSim.Framework.Communications"/> | ||
2189 | <Reference name="OpenSim.Framework.Servers"/> | ||
2190 | <Reference name="OpenSim.Data"/> | ||
2191 | <Reference name="OpenSim.Region.Environment" /> | ||
2192 | <Reference name="OpenSim.Region.ScriptEngine.Common"/> | ||
2193 | <Reference name="OpenMetaverseTypes.dll"/> | ||
2194 | <Reference name="OpenMetaverse.dll"/> | ||
2195 | <Reference name="XMLRPC.dll"/> | ||
2196 | <Reference name="Nini.dll" /> | ||
2197 | <Reference name="log4net.dll"/> | ||
2198 | |||
2199 | <Files> | ||
2200 | <Match pattern="*.cs" recurse="true"/> | ||
2201 | </Files> | ||
2202 | </Project> | ||
2203 | |||
2204 | |||
2205 | <Project name="OpenSim.Region.ScriptEngine.RemoteServer" path="OpenSim/Region/ScriptEngine/RemoteServer" type="Library"> | ||
2206 | <Configuration name="Debug"> | ||
2207 | <Options> | ||
2208 | <OutputPath>../../../../bin/ScriptEngines/</OutputPath> | ||
2209 | </Options> | ||
2210 | </Configuration> | ||
2211 | <Configuration name="Release"> | ||
2212 | <Options> | ||
2213 | <OutputPath>../../../../bin/ScriptEngines/</OutputPath> | ||
2214 | </Options> | ||
2215 | </Configuration> | ||
2216 | |||
2217 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2218 | <ReferencePath>../../../../bin/ScriptEngines/</ReferencePath> | ||
2219 | <Reference name="System" localCopy="false"/> | ||
2220 | <Reference name="System.Data" localCopy="false"/> | ||
2221 | <Reference name="System.Xml" localCopy="false"/> | ||
2222 | <Reference name="System.Runtime.Remoting" localCopy="false"/> | ||
2223 | <Reference name="OpenSim.Region.Environment" /> | ||
2224 | <Reference name="OpenMetaverseTypes.dll"/> | ||
2225 | <Reference name="OpenSim.Framework"/> | ||
2226 | <Reference name="OpenSim.Framework.Console"/> | ||
2227 | <Reference name="OpenSim.Region.ScriptEngine.Common"/> | ||
2228 | <Reference name="OpenSim.Region.ScriptEngine.DotNetEngine"/> | ||
2229 | <Reference name="Nini.dll" /> | ||
2230 | <Reference name="log4net.dll"/> | ||
2231 | <!-- Reference name="OpenSim.Grid.ScriptServer"/ --> | ||
2232 | |||
2233 | <Files> | ||
2234 | <Match pattern="*.cs" recurse="true"/> | ||
2235 | </Files> | ||
2236 | </Project> | ||
2237 | |||
2238 | <!-- Tools --> | 2166 | <!-- Tools --> |
2239 | <Project name="OpenSimExport" path="OpenSim/Tools/Export" type="Exe"> | 2167 | <Project name="OpenSimExport" path="OpenSim/Tools/Export" type="Exe"> |
2240 | <Configuration name="Debug"> | 2168 | <Configuration name="Debug"> |