diff options
author | Melanie | 2010-08-04 01:10:01 +0100 |
---|---|---|
committer | Melanie | 2010-08-04 01:10:01 +0100 |
commit | 71cd4d6e844f5659405754314f686d94fbb1578a (patch) | |
tree | 789b5046b8d0da8649dadc3577c4b101d8934042 /prebuild.xml | |
parent | Revert "re-Add the XML configuration loader dll. It's gone AWOL in a cleanup,... (diff) | |
download | opensim-SC_OLD-71cd4d6e844f5659405754314f686d94fbb1578a.zip opensim-SC_OLD-71cd4d6e844f5659405754314f686d94fbb1578a.tar.gz opensim-SC_OLD-71cd4d6e844f5659405754314f686d94fbb1578a.tar.bz2 opensim-SC_OLD-71cd4d6e844f5659405754314f686d94fbb1578a.tar.xz |
Revert "remove long unused OpenSim/Framework/Configuration/* projects"
This reverts commit cdd3f17b2bee58def470635cfc06e26b0d0145b2.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 5f55461..8a6d3a1 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -255,6 +255,58 @@ | |||
255 | </Files> | 255 | </Files> |
256 | </Project> | 256 | </Project> |
257 | 257 | ||
258 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library"> | ||
259 | <Configuration name="Debug"> | ||
260 | <Options> | ||
261 | <OutputPath>../../../../bin/</OutputPath> | ||
262 | </Options> | ||
263 | </Configuration> | ||
264 | <Configuration name="Release"> | ||
265 | <Options> | ||
266 | <OutputPath>../../../../bin/</OutputPath> | ||
267 | </Options> | ||
268 | </Configuration> | ||
269 | |||
270 | <ReferencePath>../../../../bin/</ReferencePath> | ||
271 | <Reference name="System"/> | ||
272 | <Reference name="System.Xml"/> | ||
273 | <Reference name="OpenMetaverseTypes.dll"/> | ||
274 | <Reference name="XMLRPC.dll"/> | ||
275 | <Reference name="OpenSim.Framework"/> | ||
276 | <Reference name="OpenSim.Framework.Console"/> | ||
277 | <Reference name="OpenSim.Data"/> | ||
278 | <Files> | ||
279 | <Match pattern="*.cs" recurse="true"/> | ||
280 | </Files> | ||
281 | </Project> | ||
282 | |||
283 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Configuration.HTTP" path="OpenSim/Framework/Configuration/HTTP" type="Library"> | ||
284 | <Configuration name="Debug"> | ||
285 | <Options> | ||
286 | <OutputPath>../../../../bin/</OutputPath> | ||
287 | </Options> | ||
288 | </Configuration> | ||
289 | <Configuration name="Release"> | ||
290 | <Options> | ||
291 | <OutputPath>../../../../bin/</OutputPath> | ||
292 | </Options> | ||
293 | </Configuration> | ||
294 | |||
295 | <ReferencePath>../../../../bin/</ReferencePath> | ||
296 | <Reference name="System"/> | ||
297 | <Reference name="System.Xml"/> | ||
298 | <Reference name="OpenMetaverseTypes.dll"/> | ||
299 | <Reference name="XMLRPC.dll"/> | ||
300 | <Reference name="OpenSim.Framework"/> | ||
301 | <Reference name="OpenSim.Framework.Console"/> | ||
302 | <Reference name="OpenSim.Framework.Configuration.XML"/> | ||
303 | <Reference name="OpenSim.Data"/> | ||
304 | <Reference name="log4net.dll"/> | ||
305 | <Files> | ||
306 | <Match pattern="*.cs" recurse="true"/> | ||
307 | </Files> | ||
308 | </Project> | ||
309 | |||
258 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library"> | 310 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.AssetLoader.Filesystem" path="OpenSim/Framework/AssetLoader/Filesystem" type="Library"> |
259 | <Configuration name="Debug"> | 311 | <Configuration name="Debug"> |
260 | <Options> | 312 | <Options> |