diff options
author | Robert Adams | 2013-05-09 22:13:39 -0700 |
---|---|---|
committer | Robert Adams | 2013-05-09 22:13:39 -0700 |
commit | 10a1a6ad3ccf330b93c1664e152f7b94befdd5da (patch) | |
tree | c99f07610a5b998a3fb608b665ad038dcd4f9246 /prebuild.xml | |
parent | vh: add BulletSPlugin/Tests/* (diff) | |
download | opensim-SC-10a1a6ad3ccf330b93c1664e152f7b94befdd5da.zip opensim-SC-10a1a6ad3ccf330b93c1664e152f7b94befdd5da.tar.gz opensim-SC-10a1a6ad3ccf330b93c1664e152f7b94befdd5da.tar.bz2 opensim-SC-10a1a6ad3ccf330b93c1664e152f7b94befdd5da.tar.xz |
vh: Remove BulletXNA from sources.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/prebuild.xml b/prebuild.xml index e6aebf7..e37fef9 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1757,40 +1757,6 @@ | |||
1757 | </Files> | 1757 | </Files> |
1758 | </Project> | 1758 | </Project> |
1759 | 1759 | ||
1760 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletSNPlugin" path="OpenSim/Region/Physics/BulletSNPlugin" type="Library"> | ||
1761 | <Configuration name="Debug"> | ||
1762 | <Options> | ||
1763 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
1764 | </Options> | ||
1765 | </Configuration> | ||
1766 | <Configuration name="Release"> | ||
1767 | <Options> | ||
1768 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
1769 | </Options> | ||
1770 | </Configuration> | ||
1771 | |||
1772 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1773 | <Reference name="System"/> | ||
1774 | <Reference name="System.Core"/> | ||
1775 | <Reference name="System.Xml"/> | ||
1776 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
1777 | <Reference name="Nini.dll" path="../../../../bin/"/> | ||
1778 | <Reference name="OpenSim.Framework"/> | ||
1779 | <Reference name="OpenSim.Region.Framework"/> | ||
1780 | <Reference name="OpenSim.Region.CoreModules"/> | ||
1781 | <Reference name="OpenSim.Framework.Console"/> | ||
1782 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
1783 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | ||
1784 | <Reference name="BulletXNA.dll" path="../../../../bin/"/> | ||
1785 | <Reference name="log4net.dll" path="../../../../bin/"/> | ||
1786 | |||
1787 | <Files> | ||
1788 | <Match pattern="*.cs" recurse="true"> | ||
1789 | <Exclude name="Tests" pattern="Tests"/> | ||
1790 | </Match> | ||
1791 | </Files> | ||
1792 | </Project> | ||
1793 | |||
1794 | <!-- OpenSim app --> | 1760 | <!-- OpenSim app --> |
1795 | <Project frameworkVersion="v3_5" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> | 1761 | <Project frameworkVersion="v3_5" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> |
1796 | <Configuration name="Debug"> | 1762 | <Configuration name="Debug"> |