diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index ebf0f1f..40f387d 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1879,6 +1879,40 @@ | |||
1879 | </Files> | 1879 | </Files> |
1880 | </Project> | 1880 | </Project> |
1881 | 1881 | ||
1882 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.BulletSNPlugin" path="OpenSim/Region/Physics/BulletSNPlugin" type="Library"> | ||
1883 | <Configuration name="Debug"> | ||
1884 | <Options> | ||
1885 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
1886 | </Options> | ||
1887 | </Configuration> | ||
1888 | <Configuration name="Release"> | ||
1889 | <Options> | ||
1890 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
1891 | </Options> | ||
1892 | </Configuration> | ||
1893 | |||
1894 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1895 | <Reference name="System"/> | ||
1896 | <Reference name="System.Core"/> | ||
1897 | <Reference name="System.Xml"/> | ||
1898 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
1899 | <Reference name="Nini.dll" path="../../../../bin/"/> | ||
1900 | <Reference name="OpenSim.Framework"/> | ||
1901 | <Reference name="OpenSim.Region.Framework"/> | ||
1902 | <Reference name="OpenSim.Region.CoreModules"/> | ||
1903 | <Reference name="OpenSim.Framework.Console"/> | ||
1904 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
1905 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | ||
1906 | <Reference name="BulletXNA.dll" path="../../../../bin/"/> | ||
1907 | <Reference name="log4net.dll" path="../../../../bin/"/> | ||
1908 | |||
1909 | <Files> | ||
1910 | <Match pattern="*.cs" recurse="true"> | ||
1911 | <Exclude name="Tests" pattern="Tests"/> | ||
1912 | </Match> | ||
1913 | </Files> | ||
1914 | </Project> | ||
1915 | |||
1882 | <!-- OpenSim app --> | 1916 | <!-- OpenSim app --> |
1883 | <Project frameworkVersion="v3_5" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> | 1917 | <Project frameworkVersion="v3_5" name="OpenSim" path="OpenSim/Region/Application" type="Exe"> |
1884 | <Configuration name="Debug"> | 1918 | <Configuration name="Debug"> |