diff options
author | Melanie | 2010-02-09 07:05:38 +0000 |
---|---|---|
committer | Melanie | 2010-02-09 07:05:38 +0000 |
commit | 1dfcf683307c24f4810961f52e0e643a59ef8d8c (patch) | |
tree | 18bf0faf02a6296d7067a77b0004fbca088d8381 /prebuild.xml | |
parent | Add license header and change branded namespace to generic (diff) | |
download | opensim-SC_OLD-1dfcf683307c24f4810961f52e0e643a59ef8d8c.zip opensim-SC_OLD-1dfcf683307c24f4810961f52e0e643a59ef8d8c.tar.gz opensim-SC_OLD-1dfcf683307c24f4810961f52e0e643a59ef8d8c.tar.bz2 opensim-SC_OLD-1dfcf683307c24f4810961f52e0e643a59ef8d8c.tar.xz |
Add the friends service skel and correct some namespace issues
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 1efeaf5..8835f12 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -875,6 +875,37 @@ | |||
875 | </Files> | 875 | </Files> |
876 | </Project> | 876 | </Project> |
877 | 877 | ||
878 | <Project frameworkVersion="v3_5" name="OpenSim.Services.FriendsService" path="OpenSim/Services/Friends" type="Library"> | ||
879 | <Configuration name="Debug"> | ||
880 | <Options> | ||
881 | <OutputPath>../../../bin/</OutputPath> | ||
882 | </Options> | ||
883 | </Configuration> | ||
884 | <Configuration name="Release"> | ||
885 | <Options> | ||
886 | <OutputPath>../../../bin/</OutputPath> | ||
887 | </Options> | ||
888 | </Configuration> | ||
889 | |||
890 | <ReferencePath>../../../bin/</ReferencePath> | ||
891 | <Reference name="System"/> | ||
892 | <Reference name="System.Web"/> | ||
893 | <Reference name="OpenMetaverseTypes.dll"/> | ||
894 | <Reference name="OpenMetaverse.dll"/> | ||
895 | <Reference name="OpenSim.Framework"/> | ||
896 | <Reference name="OpenSim.Framework.Console"/> | ||
897 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
898 | <Reference name="OpenSim.Services.Interfaces"/> | ||
899 | <Reference name="OpenSim.Services.Base"/> | ||
900 | <Reference name="OpenSim.Data"/> | ||
901 | <Reference name="Nini.dll" /> | ||
902 | <Reference name="log4net.dll"/> | ||
903 | |||
904 | <Files> | ||
905 | <Match pattern="*.cs" recurse="true"/> | ||
906 | </Files> | ||
907 | </Project> | ||
908 | |||
878 | <Project frameworkVersion="v3_5" name="OpenSim.Services.Connectors" path="OpenSim/Services/Connectors" type="Library"> | 909 | <Project frameworkVersion="v3_5" name="OpenSim.Services.Connectors" path="OpenSim/Services/Connectors" type="Library"> |
879 | <Configuration name="Debug"> | 910 | <Configuration name="Debug"> |
880 | <Options> | 911 | <Options> |