diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 73 |
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> |