diff options
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 f8afa22..1f7ff6e 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -177,6 +177,32 @@ | |||
177 | </Project> | 177 | </Project> |
178 | 178 | ||
179 | <!-- Storage Plug-ins --> | 179 | <!-- Storage Plug-ins --> |
180 | <Project name="OpenSim.DataStore.NullStorage" path="OpenSim/Region/Storage/OpenSim.DataStore.NullStorage" type="Library"> | ||
181 | <Configuration name="Debug"> | ||
182 | <Options> | ||
183 | <OutputPath>../../../../bin/</OutputPath> | ||
184 | </Options> | ||
185 | </Configuration> | ||
186 | <Configuration name="Release"> | ||
187 | <Options> | ||
188 | <OutputPath>../../../../bin/</OutputPath> | ||
189 | </Options> | ||
190 | </Configuration> | ||
191 | |||
192 | <ReferencePath>../../../../bin/</ReferencePath> | ||
193 | <Reference name="System" localCopy="false"/> | ||
194 | <Reference name="System.Xml"/> | ||
195 | <Reference name="Db4objects.Db4o.dll"/> | ||
196 | <Reference name="libsecondlife.dll"/> | ||
197 | <Reference name="OpenSim.Framework"/> | ||
198 | <Reference name="OpenSim.Region.Enviroment"/> | ||
199 | <Reference name="OpenSim.Framework.Console"/> | ||
200 | <Files> | ||
201 | <Match pattern="*.cs" recurse="true"/> | ||
202 | </Files> | ||
203 | </Project> | ||
204 | |||
205 | |||
180 | <Project name="OpenSim.Region.Storage.LocalStorageDb4o" path="OpenSim/Region/Storage/LocalStorageDb4o" type="Library"> | 206 | <Project name="OpenSim.Region.Storage.LocalStorageDb4o" path="OpenSim/Region/Storage/LocalStorageDb4o" type="Library"> |
181 | <Configuration name="Debug"> | 207 | <Configuration name="Debug"> |
182 | <Options> | 208 | <Options> |