aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml101
1 files changed, 2 insertions, 99 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 71d996b..3beb051 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -185,56 +185,6 @@
185 </Project> 185 </Project>
186 186
187 187
188 <!-- Grid Server Plug-ins -->
189 <Project name="OpenSim.Region.GridInterfaces.Local" path="OpenSim/Region/GridInterfaces/Local" type="Library">
190 <Configuration name="Debug">
191 <Options>
192 <OutputPath>../../../../bin/</OutputPath>
193 </Options>
194 </Configuration>
195 <Configuration name="Release">
196 <Options>
197 <OutputPath>../../../../bin/</OutputPath>
198 </Options>
199 </Configuration>
200
201 <ReferencePath>../../../../bin/</ReferencePath>
202 <Reference name="System" localCopy="false"/>
203 <Reference name="System.Xml"/>
204 <Reference name="Db4objects.Db4o.dll"/>
205 <Reference name="libsecondlife.dll"/>
206 <Reference name="OpenSim.Framework"/>
207 <Reference name="OpenSim.Framework.Console"/>
208 <Reference name="Nini.dll" />
209 <Files>
210 <Match pattern="*.cs" recurse="true"/>
211 </Files>
212 </Project>
213
214 <Project name="OpenSim.Region.GridInterfaces.Remote" path="OpenSim/Region/GridInterfaces/Remote" type="Library">
215 <Configuration name="Debug">
216 <Options>
217 <OutputPath>../../../../bin/</OutputPath>
218 </Options>
219 </Configuration>
220 <Configuration name="Release">
221 <Options>
222 <OutputPath>../../../../bin/</OutputPath>
223 </Options>
224 </Configuration>
225
226 <ReferencePath>../../../../bin/</ReferencePath>
227 <Reference name="System" localCopy="false"/>
228 <Reference name="System.Xml"/>
229 <Reference name="libsecondlife.dll"/>
230 <Reference name="OpenSim.Framework"/>
231 <Reference name="OpenSim.Framework.Console"/>
232 <Reference name="XMLRPC.dll"/>
233 <Files>
234 <Match pattern="*.cs" recurse="true"/>
235 </Files>
236 </Project>
237
238 <Project name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library"> 188 <Project name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library">
239 <Configuration name="Debug"> 189 <Configuration name="Debug">
240 <Options> 190 <Options>
@@ -454,7 +404,9 @@
454 <Reference name="OpenSim.Framework"/> 404 <Reference name="OpenSim.Framework"/>
455 <Reference name="OpenSim.Framework.Data" /> 405 <Reference name="OpenSim.Framework.Data" />
456 <Reference name="OpenSim.Framework.Servers"/> 406 <Reference name="OpenSim.Framework.Servers"/>
407 <Reference name="OpenSim.Framework.Console"/>
457 <Reference name="libsecondlife.dll"/> 408 <Reference name="libsecondlife.dll"/>
409 <Reference name="Db4objects.Db4o.dll"/>
458 <Reference name="Nini.dll" /> 410 <Reference name="Nini.dll" />
459 411
460 <Files> 412 <Files>
@@ -615,30 +567,6 @@
615 </Files> 567 </Files>
616 </Project> 568 </Project>
617 569
618 <Project name="OpenSim.DataStore.DB4o" path="OpenSim/Region/Storage/OpenSim.DataStore.DB4o" type="Library">
619 <Configuration name="Debug">
620 <Options>
621 <OutputPath>../../../../bin/</OutputPath>
622 </Options>
623 </Configuration>
624 <Configuration name="Release">
625 <Options>
626 <OutputPath>../../../../bin/</OutputPath>
627 </Options>
628 </Configuration>
629
630 <ReferencePath>../../../../bin/</ReferencePath>
631 <Reference name="System" localCopy="false"/>
632 <Reference name="System.Xml"/>
633 <Reference name="Db4objects.Db4o.dll"/>
634 <Reference name="libsecondlife.dll"/>
635 <Reference name="OpenSim.Framework"/>
636 <Reference name="OpenSim.Region.Environment"/>
637 <Reference name="OpenSim.Framework.Console"/>
638 <Files>
639 <Match pattern="*.cs" recurse="true"/>
640 </Files>
641 </Project>
642 570
643 <Project name="OpenSim.DataStore.MonoSqlite" path="OpenSim/Region/Storage/OpenSim.DataStore.MonoSqlite" type="Library"> 571 <Project name="OpenSim.DataStore.MonoSqlite" path="OpenSim/Region/Storage/OpenSim.DataStore.MonoSqlite" type="Library">
644 <Configuration name="Debug"> 572 <Configuration name="Debug">
@@ -733,7 +661,6 @@
733 <Reference name="OpenSim.Framework.Data"/> 661 <Reference name="OpenSim.Framework.Data"/>
734 <Reference name="OpenSim.Region.Physics.Manager"/> 662 <Reference name="OpenSim.Region.Physics.Manager"/>
735 <Reference name="XMLRPC.dll"/> 663 <Reference name="XMLRPC.dll"/>
736 <Reference name="OpenSim.Region.GridInterfaces.Local"/>
737 <Reference name="OpenSim.Framework.Servers"/> 664 <Reference name="OpenSim.Framework.Servers"/>
738 <Reference name="OpenSim.Framework.Communications"/> 665 <Reference name="OpenSim.Framework.Communications"/>
739 <Reference name="OpenSim.Region.Communications.Local"/> 666 <Reference name="OpenSim.Region.Communications.Local"/>
@@ -823,30 +750,6 @@
823 750
824 <!-- OGS projects --> 751 <!-- OGS projects -->
825 752
826 <Project name="OpenSim.Grid.Framework.Manager" path="OpenSim/Grid/Framework.Manager" type="Library">
827 <Configuration name="Debug">
828 <Options>
829 <OutputPath>../../../bin/</OutputPath>
830 </Options>
831 </Configuration>
832 <Configuration name="Release">
833 <Options>
834 <OutputPath>../../../bin/</OutputPath>
835 </Options>
836 </Configuration>
837
838 <ReferencePath>../../../bin/</ReferencePath>
839 <Reference name="System" localCopy="false"/>
840 <Reference name="OpenSim.Framework"/>
841 <Reference name="OpenSim.Framework.Servers"/>
842 <Reference name="libsecondlife.dll"/>
843 <Reference name="XMLRPC.dll"/>
844
845
846 <Files>
847 <Match pattern="*.cs" recurse="true"/>
848 </Files>
849 </Project>
850 753
851 <Project name="OpenSim.Grid.GridServer" path="OpenSim/Grid/GridServer" type="Exe"> 754 <Project name="OpenSim.Grid.GridServer" path="OpenSim/Grid/GridServer" type="Exe">
852 <Configuration name="Debug"> 755 <Configuration name="Debug">