diff options
author | mingchen | 2007-07-19 20:39:33 +0000 |
---|---|---|
committer | mingchen | 2007-07-19 20:39:33 +0000 |
commit | ed69e84874b710c2cc3b8af94dd00cf725cf6d03 (patch) | |
tree | 0da9c55d9a1ddc796b66ba249fa58b093294828f /prebuild.xml | |
parent | Some work on Inventory (not yet finished or enabled) (diff) | |
download | opensim-SC_OLD-ed69e84874b710c2cc3b8af94dd00cf725cf6d03.zip opensim-SC_OLD-ed69e84874b710c2cc3b8af94dd00cf725cf6d03.tar.gz opensim-SC_OLD-ed69e84874b710c2cc3b8af94dd00cf725cf6d03.tar.bz2 opensim-SC_OLD-ed69e84874b710c2cc3b8af94dd00cf725cf6d03.tar.xz |
*Moved XmlConfiguration to its own project
*Made it possible to load a configuration interface by DLL
*Deleted the 1024 config files until they are updated
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index f856e87..6580fec 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -104,6 +104,32 @@ | |||
104 | </Project> | 104 | </Project> |
105 | 105 | ||
106 | 106 | ||
107 | <Project name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library"> | ||
108 | <Configuration name="Debug"> | ||
109 | <Options> | ||
110 | <OutputPath>../../../../bin/</OutputPath> | ||
111 | </Options> | ||
112 | </Configuration> | ||
113 | <Configuration name="Release"> | ||
114 | <Options> | ||
115 | <OutputPath>../../../../bin/</OutputPath> | ||
116 | </Options> | ||
117 | </Configuration> | ||
118 | |||
119 | <ReferencePath>../../../bin/</ReferencePath> | ||
120 | <Reference name="System"/> | ||
121 | <Reference name="System.Xml"/> | ||
122 | <Reference name="libsecondlife.dll"/> | ||
123 | <Reference name="Db4objects.Db4o.dll"/> | ||
124 | <Reference name="XMLRPC.dll"/> | ||
125 | <Reference name="OpenSim.Framework"/> | ||
126 | <Reference name="OpenSim.Framework.Console"/> | ||
127 | <Reference name="OpenSim.Framework.Data"/> | ||
128 | <Files> | ||
129 | <Match pattern="*.cs" recurse="true"/> | ||
130 | </Files> | ||
131 | </Project> | ||
132 | |||
107 | 133 | ||
108 | <Project name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library"> | 134 | <Project name="OpenSim.Framework.Servers" path="OpenSim/Framework/Servers" type="Library"> |
109 | <Configuration name="Debug"> | 135 | <Configuration name="Debug"> |