aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMelanie Thielker2009-05-05 03:01:17 +0000
committerMelanie Thielker2009-05-05 03:01:17 +0000
commit96774752c8e39d753b54fa20e289081a1b2debd8 (patch)
tree1eccdd509bdd1d866bf9f3cd30da8d53bc343548 /prebuild.xml
parentCommitting the HTTP (REST) server base (diff)
downloadopensim-SC_OLD-96774752c8e39d753b54fa20e289081a1b2debd8.zip
opensim-SC_OLD-96774752c8e39d753b54fa20e289081a1b2debd8.tar.gz
opensim-SC_OLD-96774752c8e39d753b54fa20e289081a1b2debd8.tar.bz2
opensim-SC_OLD-96774752c8e39d753b54fa20e289081a1b2debd8.tar.xz
Add an interface skeleton for user services
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml55
1 files changed, 55 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 5daa37d..e5e2a61 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2802,6 +2802,61 @@
2802 </Files> 2802 </Files>
2803 </Project> 2803 </Project>
2804 2804
2805 <Project name="OpenSim.Services.Interfaces" path="OpenSim/Services/Interfaces" 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="OpenSim.Framework.Servers.HttpServer"/>
2824 <Reference name="Nini.dll" />
2825 <Reference name="log4net.dll"/>
2826
2827 <Files>
2828 <Match pattern="*.cs" recurse="true"/>
2829 </Files>
2830 </Project>
2831
2832 <Project name="OpenSim.Services.UserService" path="OpenSim/Services/UserService" type="Library">
2833 <Configuration name="Debug">
2834 <Options>
2835 <OutputPath>../../../bin/</OutputPath>
2836 </Options>
2837 </Configuration>
2838 <Configuration name="Release">
2839 <Options>
2840 <OutputPath>../../../bin/</OutputPath>
2841 </Options>
2842 </Configuration>
2843
2844 <ReferencePath>../../../bin/</ReferencePath>
2845 <Reference name="System"/>
2846 <Reference name="OpenMetaverseTypes.dll"/>
2847 <Reference name="OpenMetaverse.dll"/>
2848 <Reference name="OpenSim.Framework"/>
2849 <Reference name="OpenSim.Framework.Console"/>
2850 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
2851 <Reference name="OpenSim.Services.Interfaces"/>
2852 <Reference name="Nini.dll" />
2853 <Reference name="log4net.dll"/>
2854
2855 <Files>
2856 <Match pattern="*.cs" recurse="true"/>
2857 </Files>
2858 </Project>
2859
2805 <Project name="OpenSim.Servers.Base" path="OpenSim/Servers/Base" type="Library"> 2860 <Project name="OpenSim.Servers.Base" path="OpenSim/Servers/Base" type="Library">
2806 <Configuration name="Debug"> 2861 <Configuration name="Debug">
2807 <Options> 2862 <Options>