diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index fb01d51..7e92454 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1033,6 +1033,38 @@ | |||
1033 | </Files> | 1033 | </Files> |
1034 | </Project> | 1034 | </Project> |
1035 | 1035 | ||
1036 | <Project frameworkVersion="v3_5" name="OpenSim.Services.Meta7Communities" path="OpenSim/Services/Meta7Communities" type="Library"> | ||
1037 | <Configuration name="Debug"> | ||
1038 | <Options> | ||
1039 | <OutputPath>../../../bin/</OutputPath> | ||
1040 | </Options> | ||
1041 | </Configuration> | ||
1042 | <Configuration name="Release"> | ||
1043 | <Options> | ||
1044 | <OutputPath>../../../bin/</OutputPath> | ||
1045 | </Options> | ||
1046 | </Configuration> | ||
1047 | |||
1048 | <ReferencePath>../../../bin/</ReferencePath> | ||
1049 | <Reference name="System"/> | ||
1050 | <Reference name="OpenMetaverseTypes.dll"/> | ||
1051 | <Reference name="OpenMetaverse.dll"/> | ||
1052 | <Reference name="OpenSim.Framework"/> | ||
1053 | <Reference name="OpenSim.Framework.Console"/> | ||
1054 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1055 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1056 | <Reference name="OpenSim.Services.Base"/> | ||
1057 | <Reference name="OpenSim.Services.Connectors"/> | ||
1058 | <Reference name="OpenSim.Services.AuthorizationService"/> | ||
1059 | <Reference name="OpenSim.Data"/> | ||
1060 | <Reference name="Nini.dll" /> | ||
1061 | <Reference name="log4net.dll"/> | ||
1062 | |||
1063 | <Files> | ||
1064 | <Match pattern="*.cs" recurse="true"/> | ||
1065 | </Files> | ||
1066 | </Project> | ||
1067 | |||
1036 | <Project frameworkVersion="v3_5" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> | 1068 | <Project frameworkVersion="v3_5" name="OpenSim.Services.FreeswitchService" path="OpenSim/Services/FreeswitchService" type="Library"> |
1037 | <Configuration name="Debug"> | 1069 | <Configuration name="Debug"> |
1038 | <Options> | 1070 | <Options> |