diff options
author | Melanie Thielker | 2015-07-11 19:21:32 +0200 |
---|---|---|
committer | Melanie Thielker | 2015-07-11 19:21:32 +0200 |
commit | a343c07d12900e5c46e289711803e068b8e653b7 (patch) | |
tree | c858738e449eee6fed3709dd2d2c730ab45fe896 /prebuild.xml | |
parent | Rename for uniformity, add data module (diff) | |
download | opensim-SC-a343c07d12900e5c46e289711803e068b8e653b7.zip opensim-SC-a343c07d12900e5c46e289711803e068b8e653b7.tar.gz opensim-SC-a343c07d12900e5c46e289711803e068b8e653b7.tar.bz2 opensim-SC-a343c07d12900e5c46e289711803e068b8e653b7.tar.xz |
Some cleanup, add prebuild project, correct path
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 853f655..831e6a9 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -907,6 +907,38 @@ | |||
907 | </Files> | 907 | </Files> |
908 | </Project> | 908 | </Project> |
909 | 909 | ||
910 | <Project frameworkVersion="v4_0" name="OpenSim.Services.FSAssetService" path="OpenSim/Services/FSAssetService" type="Library"> | ||
911 | <Configuration name="Debug"> | ||
912 | <Options> | ||
913 | <OutputPath>../../../bin/</OutputPath> | ||
914 | </Options> | ||
915 | </Configuration> | ||
916 | <Configuration name="Release"> | ||
917 | <Options> | ||
918 | <OutputPath>../../../bin/</OutputPath> | ||
919 | </Options> | ||
920 | </Configuration> | ||
921 | |||
922 | <ReferencePath>../../../bin/</ReferencePath> | ||
923 | <Reference name="System"/> | ||
924 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
925 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
926 | <Reference name="OpenSim.Framework"/> | ||
927 | <Reference name="OpenSim.Framework.Console"/> | ||
928 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
929 | <Reference name="OpenSim.Server.Base"/> | ||
930 | <Reference name="OpenSim.Services.Interfaces"/> | ||
931 | <Reference name="OpenSim.Services.Base"/> | ||
932 | <Reference name="OpenSim.Services.Connectors"/> | ||
933 | <Reference name="OpenSim.Data"/> | ||
934 | <Reference name="Nini" path="../../../bin/"/> | ||
935 | <Reference name="log4net" path="../../../bin/"/> | ||
936 | |||
937 | <Files> | ||
938 | <Match pattern="*.cs" recurse="true"/> | ||
939 | </Files> | ||
940 | </Project> | ||
941 | |||
910 | <Project frameworkVersion="v4_0" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library"> | 942 | <Project frameworkVersion="v4_0" name="OpenSim.Services.AuthorizationService" path="OpenSim/Services/AuthorizationService" type="Library"> |
911 | <Configuration name="Debug"> | 943 | <Configuration name="Debug"> |
912 | <Options> | 944 | <Options> |