diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 87 |
1 files changed, 3 insertions, 84 deletions
diff --git a/prebuild.xml b/prebuild.xml index 0dd599d..abd2fa0 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -603,34 +603,6 @@ | |||
603 | </Files> | 603 | </Files> |
604 | </Project> | 604 | </Project> |
605 | 605 | ||
606 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletXPlugin" path="OpenSim/Region/Physics/BulletXPlugin" type="Library"> | ||
607 | <Configuration name="Debug"> | ||
608 | <Options> | ||
609 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
610 | </Options> | ||
611 | </Configuration> | ||
612 | <Configuration name="Release"> | ||
613 | <Options> | ||
614 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
615 | </Options> | ||
616 | </Configuration> | ||
617 | |||
618 | <ReferencePath>../../../../bin/</ReferencePath> | ||
619 | <Reference name="System"/> | ||
620 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
621 | <Reference name="Nini" path="../../../../bin/"/> | ||
622 | <Reference name="OpenSim.Framework"/> | ||
623 | <Reference name="OpenSim.Framework.Console"/> | ||
624 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
625 | <Reference name="MonoXnaCompactMaths" path="../../../../bin/"/> | ||
626 | <Reference name="Modified.XnaDevRu.BulletX" path="../../../../bin/"/> | ||
627 | <Reference name="log4net" path="../../../../bin/"/> | ||
628 | |||
629 | <Files> | ||
630 | <Match pattern="*.cs" recurse="true"/> | ||
631 | </Files> | ||
632 | </Project> | ||
633 | |||
634 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> | 606 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library"> |
635 | <Configuration name="Debug"> | 607 | <Configuration name="Debug"> |
636 | <Options> | 608 | <Options> |
@@ -720,34 +692,6 @@ | |||
720 | </Files> | 692 | </Files> |
721 | </Project> | 693 | </Project> |
722 | 694 | ||
723 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletDotNETPlugin" path="OpenSim/Region/Physics/BulletDotNETPlugin" type="Library"> | ||
724 | <Configuration name="Debug"> | ||
725 | <Options> | ||
726 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
727 | </Options> | ||
728 | </Configuration> | ||
729 | <Configuration name="Release"> | ||
730 | <Options> | ||
731 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
732 | </Options> | ||
733 | </Configuration> | ||
734 | |||
735 | <ReferencePath>../../../../bin/</ReferencePath> | ||
736 | <Reference name="System"/> | ||
737 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
738 | <Reference name="Nini" path="../../../../bin/"/> | ||
739 | <Reference name="OpenSim.Framework"/> | ||
740 | <Reference name="OpenSim.Framework.Console"/> | ||
741 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
742 | <Reference name="BulletDotNET" path="../../../../bin/"/> | ||
743 | <Reference name="nunit.framework" path="../../../../bin/"/> | ||
744 | <Reference name="log4net" path="../../../../bin/"/> | ||
745 | |||
746 | <Files> | ||
747 | <Match pattern="*.cs" recurse="true"/> | ||
748 | </Files> | ||
749 | </Project> | ||
750 | |||
751 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> | 695 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> |
752 | <Configuration name="Debug"> | 696 | <Configuration name="Debug"> |
753 | <Options> | 697 | <Options> |
@@ -1871,6 +1815,9 @@ | |||
1871 | <Reference name="OpenSim.Region.ClientStack"/> | 1815 | <Reference name="OpenSim.Region.ClientStack"/> |
1872 | <Reference name="OpenSim.Framework.Communications"/> | 1816 | <Reference name="OpenSim.Framework.Communications"/> |
1873 | <Reference name="OpenSim.Server.Base"/> | 1817 | <Reference name="OpenSim.Server.Base"/> |
1818 | <Reference name="OpenSim.Services.Base"/> | ||
1819 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1820 | <Reference name="OpenSim.Services.UserAccountService"/> | ||
1874 | <Reference name="XMLRPC" path="../../../bin/"/> | 1821 | <Reference name="XMLRPC" path="../../../bin/"/> |
1875 | <Reference name="Nini" path="../../../bin/"/> | 1822 | <Reference name="Nini" path="../../../bin/"/> |
1876 | <Reference name="log4net" path="../../../bin/"/> | 1823 | <Reference name="log4net" path="../../../bin/"/> |
@@ -2136,34 +2083,6 @@ | |||
2136 | </Files> | 2083 | </Files> |
2137 | </Project> | 2084 | </Project> |
2138 | 2085 | ||
2139 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Examples.SimpleModule" path="OpenSim/Region/Examples/SimpleModule" type="Library"> | ||
2140 | <Configuration name="Debug"> | ||
2141 | <Options> | ||
2142 | <OutputPath>bin/</OutputPath> | ||
2143 | </Options> | ||
2144 | </Configuration> | ||
2145 | <Configuration name="Release"> | ||
2146 | <Options> | ||
2147 | <OutputPath>bin/</OutputPath> | ||
2148 | </Options> | ||
2149 | </Configuration> | ||
2150 | |||
2151 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2152 | |||
2153 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
2154 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
2155 | <Reference name="System"/> | ||
2156 | <Reference name="System.Core"/> | ||
2157 | <Reference name="OpenSim.Framework"/> | ||
2158 | <Reference name="OpenSim.Region.Framework"/> | ||
2159 | <Reference name="Nini" path="../../../../bin/"/> | ||
2160 | <Reference name="log4net" path="../../../../bin/"/> | ||
2161 | <Files> | ||
2162 | <Match pattern="*.cs" recurse="true"/> | ||
2163 | </Files> | ||
2164 | </Project> | ||
2165 | |||
2166 | |||
2167 | <!-- Data Base Modules --> | 2086 | <!-- Data Base Modules --> |
2168 | <Project frameworkVersion="v3_5" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> | 2087 | <Project frameworkVersion="v3_5" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> |
2169 | <Configuration name="Debug"> | 2088 | <Configuration name="Debug"> |