diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index e5e2a61..84fc576 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2885,6 +2885,33 @@ | |||
2885 | </Files> | 2885 | </Files> |
2886 | </Project> | 2886 | </Project> |
2887 | 2887 | ||
2888 | <Project name="OpenSim.Servers.UserServer" path="OpenSim/Servers/User" type="Exe"> | ||
2889 | <Configuration name="Debug"> | ||
2890 | <Options> | ||
2891 | <OutputPath>../../../bin/</OutputPath> | ||
2892 | </Options> | ||
2893 | </Configuration> | ||
2894 | <Configuration name="Release"> | ||
2895 | <Options> | ||
2896 | <OutputPath>../../../bin/</OutputPath> | ||
2897 | </Options> | ||
2898 | </Configuration> | ||
2899 | |||
2900 | <ReferencePath>../../../bin/</ReferencePath> | ||
2901 | <Reference name="System"/> | ||
2902 | <Reference name="OpenMetaverseTypes.dll"/> | ||
2903 | <Reference name="OpenMetaverse.dll"/> | ||
2904 | <Reference name="OpenSim.Framework"/> | ||
2905 | <Reference name="OpenSim.Framework.Console"/> | ||
2906 | <Reference name="OpenSim.Servers.Base"/> | ||
2907 | <Reference name="Nini.dll" /> | ||
2908 | <Reference name="log4net.dll"/> | ||
2909 | |||
2910 | <Files> | ||
2911 | <Match pattern="*.cs" recurse="true"/> | ||
2912 | </Files> | ||
2913 | </Project> | ||
2914 | |||
2888 | <!-- Tools --> | 2915 | <!-- Tools --> |
2889 | 2916 | ||
2890 | <Project name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> | 2917 | <Project name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> |