diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 55 |
1 files changed, 28 insertions, 27 deletions
diff --git a/prebuild.xml b/prebuild.xml index cea5687..c06c957 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -176,33 +176,7 @@ | |||
176 | </Files> | 176 | </Files> |
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.Environment"/> | ||
199 | <Reference name="OpenSim.Framework.Console"/> | ||
200 | <Files> | ||
201 | <Match pattern="*.cs" recurse="true"/> | ||
202 | </Files> | ||
203 | </Project> | ||
204 | |||
205 | |||
206 | <Project name="OpenSim.Region.Storage.LocalStorageDb4o" path="OpenSim/Region/Storage/LocalStorageDb4o" type="Library"> | 180 | <Project name="OpenSim.Region.Storage.LocalStorageDb4o" path="OpenSim/Region/Storage/LocalStorageDb4o" type="Library"> |
207 | <Configuration name="Debug"> | 181 | <Configuration name="Debug"> |
208 | <Options> | 182 | <Options> |
@@ -678,6 +652,33 @@ | |||
678 | </Files> | 652 | </Files> |
679 | </Project> | 653 | </Project> |
680 | 654 | ||
655 | <!-- Datastore Plugins --> | ||
656 | <Project name="OpenSim.DataStore.NullStorage" path="OpenSim/Region/Storage/OpenSim.DataStore.NullStorage" type="Library"> | ||
657 | <Configuration name="Debug"> | ||
658 | <Options> | ||
659 | <OutputPath>../../../../bin/</OutputPath> | ||
660 | </Options> | ||
661 | </Configuration> | ||
662 | <Configuration name="Release"> | ||
663 | <Options> | ||
664 | <OutputPath>../../../../bin/</OutputPath> | ||
665 | </Options> | ||
666 | </Configuration> | ||
667 | |||
668 | <ReferencePath>../../../../bin/</ReferencePath> | ||
669 | <Reference name="System" localCopy="false"/> | ||
670 | <Reference name="System.Xml"/> | ||
671 | <Reference name="Db4objects.Db4o.dll"/> | ||
672 | <Reference name="libsecondlife.dll"/> | ||
673 | <Reference name="OpenSim.Framework"/> | ||
674 | <Reference name="OpenSim.Region.Environment"/> | ||
675 | <Reference name="OpenSim.Framework.Console"/> | ||
676 | <Files> | ||
677 | <Match pattern="*.cs" recurse="true"/> | ||
678 | </Files> | ||
679 | </Project> | ||
680 | |||
681 | |||
681 | <!-- OpenSim app --> | 682 | <!-- OpenSim app --> |
682 | <Project name="OpenSim" path="OpenSim/Region/Application" type="Exe"> | 683 | <Project name="OpenSim" path="OpenSim/Region/Application" type="Exe"> |
683 | <Configuration name="Debug"> | 684 | <Configuration name="Debug"> |