diff options
author | Melanie Thielker | 2009-05-05 01:34:41 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-05-05 01:34:41 +0000 |
commit | f28b380c4a713eac4a813d57be9c62245b8eea60 (patch) | |
tree | 35981d913222c5aa04349f753239a8722f588c08 /prebuild.xml | |
parent | * Attempting to find cause of NotSupportedException in Asset subsystem. (diff) | |
download | opensim-SC_OLD-f28b380c4a713eac4a813d57be9c62245b8eea60.zip opensim-SC_OLD-f28b380c4a713eac4a813d57be9c62245b8eea60.tar.gz opensim-SC_OLD-f28b380c4a713eac4a813d57be9c62245b8eea60.tar.bz2 opensim-SC_OLD-f28b380c4a713eac4a813d57be9c62245b8eea60.tar.xz |
Committing the new server base
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index a950fcf..4b1fec9 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2802,6 +2802,32 @@ | |||
2802 | </Files> | 2802 | </Files> |
2803 | </Project> | 2803 | </Project> |
2804 | 2804 | ||
2805 | <Project name="OpenSim.Servers.Base" path="OpenSim/Servers/Base" type="Library"> | ||
2806 | <Configuration name="Debug"> | ||
2807 | <Options> | ||
2808 | <OutputPath>../../../bin/</OutputPath> | ||
2809 | </Options> | ||
2810 | </Configuration> | ||
2811 | <Configuration name="Release"> | ||
2812 | <Options> | ||
2813 | <OutputPath>../../../bin/</OutputPath> | ||
2814 | </Options> | ||
2815 | </Configuration> | ||
2816 | |||
2817 | <ReferencePath>../../../bin/</ReferencePath> | ||
2818 | <Reference name="System"/> | ||
2819 | <Reference name="OpenMetaverseTypes.dll"/> | ||
2820 | <Reference name="OpenMetaverse.dll"/> | ||
2821 | <Reference name="OpenSim.Framework"/> | ||
2822 | <Reference name="OpenSim.Framework.Console"/> | ||
2823 | <Reference name="Nini.dll" /> | ||
2824 | <Reference name="log4net.dll"/> | ||
2825 | |||
2826 | <Files> | ||
2827 | <Match pattern="*.cs" recurse="true"/> | ||
2828 | </Files> | ||
2829 | </Project> | ||
2830 | |||
2805 | <!-- Tools --> | 2831 | <!-- Tools --> |
2806 | 2832 | ||
2807 | <Project name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> | 2833 | <Project name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> |