aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorlbsa712007-07-09 22:14:20 +0000
committerlbsa712007-07-09 22:14:20 +0000
commitab21b707c84d44bc125278f5b5930d70ba5ef9f5 (patch)
tree1a9601586964fb0454b377aacdd95d48b20ada47 /prebuild.xml
parent* some follow up renaming of members et c. (diff)
downloadopensim-SC_OLD-ab21b707c84d44bc125278f5b5930d70ba5ef9f5.zip
opensim-SC_OLD-ab21b707c84d44bc125278f5b5930d70ba5ef9f5.tar.gz
opensim-SC_OLD-ab21b707c84d44bc125278f5b5930d70ba5ef9f5.tar.bz2
opensim-SC_OLD-ab21b707c84d44bc125278f5b5930d70ba5ef9f5.tar.xz
Taking a stab at #176
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml73
1 files changed, 24 insertions, 49 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 70ab6e8..d3b7aa9 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -276,6 +276,29 @@
276 </Files> 276 </Files>
277 </Project> 277 </Project>
278 278
279 <Project name="OpenSim.Framework.Data.DB4o" path="OpenSim/Framework/Data.DB4o" type="Library">
280 <Configuration name="Debug">
281 <Options>
282 <OutputPath>../../../bin/</OutputPath>
283 </Options>
284 </Configuration>
285 <Configuration name="Release">
286 <Options>
287 <OutputPath>../../../bin/</OutputPath>
288 </Options>
289 </Configuration>
290
291 <ReferencePath>../../../bin/</ReferencePath>
292 <Reference name="System" localCopy="false"/>
293 <Reference name="System.Xml"/>
294 <Reference name="System.Data"/>
295 <Reference name="OpenSim.Framework.Data"/>
296 <Reference name="libsecondlife.dll"/>
297 <Reference name="Db4objects.Db4o.dll"/>
298 <Files>
299 <Match pattern="*.cs" recurse="true"/>
300 </Files>
301 </Project>
279 302
280 <Project name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library"> 303 <Project name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library">
281 <Configuration name="Debug"> 304 <Configuration name="Debug">
@@ -440,31 +463,7 @@
440 <Match pattern="*.cs" recurse="true"/> 463 <Match pattern="*.cs" recurse="true"/>
441 </Files> 464 </Files>
442 </Project> 465 </Project>
443 466
444 <Project name="OpenSim.Framework.Data.DB4o" path="OpenSim/Framework/Data.DB4o" type="Library">
445 <Configuration name="Debug">
446 <Options>
447 <OutputPath>../../../bin/</OutputPath>
448 </Options>
449 </Configuration>
450 <Configuration name="Release">
451 <Options>
452 <OutputPath>../../../bin/</OutputPath>
453 </Options>
454 </Configuration>
455
456 <ReferencePath>../../../bin/</ReferencePath>
457 <Reference name="System" localCopy="false"/>
458 <Reference name="System.Xml"/>
459 <Reference name="System.Data"/>
460 <Reference name="OpenSim.Framework.Data"/>
461 <Reference name="libsecondlife.dll"/>
462 <Reference name="Db4objects.Db4o.dll"/>
463 <Files>
464 <Match pattern="*.cs" recurse="true"/>
465 </Files>
466 </Project>
467
468 <Project name="OpenSim.Framework.UserManagement" path="OpenSim/Framework/UserManager" type="Library"> 467 <Project name="OpenSim.Framework.UserManagement" path="OpenSim/Framework/UserManager" type="Library">
469 <Configuration name="Debug"> 468 <Configuration name="Debug">
470 <Options> 469 <Options>
@@ -786,30 +785,6 @@
786 </Files> 785 </Files>
787 </Project> 786 </Project>
788 787
789 <Project name="OpenSim.Framework.Data.DB4o" path="OpenSim/Framework/Data.DB4o" type="Library">
790 <Configuration name="Debug">
791 <Options>
792 <OutputPath>../../../bin/</OutputPath>
793 </Options>
794 </Configuration>
795 <Configuration name="Release">
796 <Options>
797 <OutputPath>../../../bin/</OutputPath>
798 </Options>
799 </Configuration>
800
801 <ReferencePath>../../../bin/</ReferencePath>
802 <Reference name="System" localCopy="false"/>
803 <Reference name="System.Xml"/>
804 <Reference name="System.Data"/>
805 <Reference name="OpenSim.Framework.Data"/>
806 <Reference name="libsecondlife.dll"/>
807 <Reference name="Db4objects.Db4o.dll"/>
808 <Files>
809 <Match pattern="*.cs" recurse="true"/>
810 </Files>
811 </Project>
812
813 <Project name="OpenSim.Framework.Data.MSSQL" path="OpenSim/Framework/Data.MSSQL" type="Library"> 788 <Project name="OpenSim.Framework.Data.MSSQL" path="OpenSim/Framework/Data.MSSQL" type="Library">
814 <Configuration name="Debug"> 789 <Configuration name="Debug">
815 <Options> 790 <Options>