diff options
author | UbitUmarov | 2017-12-20 18:20:26 +0000 |
---|---|---|
committer | UbitUmarov | 2017-12-20 18:20:26 +0000 |
commit | f0fd15ccc9c5f8d30d8e7e3953e1779f9f4563c0 (patch) | |
tree | d6a658b486d331845bab5a751151e3193d68bffc | |
parent | add a missing return on a mesh decode error in ubOdemeshmerizer (diff) | |
download | opensim-SC_OLD-f0fd15ccc9c5f8d30d8e7e3953e1779f9f4563c0.zip opensim-SC_OLD-f0fd15ccc9c5f8d30d8e7e3953e1779f9f4563c0.tar.gz opensim-SC_OLD-f0fd15ccc9c5f8d30d8e7e3953e1779f9f4563c0.tar.bz2 opensim-SC_OLD-f0fd15ccc9c5f8d30d8e7e3953e1779f9f4563c0.tar.xz |
add missing entry on prebuid.xml for mutelist service
-rw-r--r-- | prebuild.xml | 61 |
1 files changed, 60 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index f39cbde..0241fb3 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -98,7 +98,6 @@ | |||
98 | <Reference name="System.Drawing"/> | 98 | <Reference name="System.Drawing"/> |
99 | <Reference name="System.Web"/> | 99 | <Reference name="System.Web"/> |
100 | <Reference name="System.Security"/> | 100 | <Reference name="System.Security"/> |
101 | <Reference name="System.Security.Cryptography"/> | ||
102 | <Reference name="OpenMetaverseTypes" path="../../bin/"/> | 101 | <Reference name="OpenMetaverseTypes" path="../../bin/"/> |
103 | <Reference name="OpenMetaverse" path="../../bin/"/> | 102 | <Reference name="OpenMetaverse" path="../../bin/"/> |
104 | <Reference name="OpenMetaverse.StructuredData" path="../../bin/"/> | 103 | <Reference name="OpenMetaverse.StructuredData" path="../../bin/"/> |
@@ -1095,6 +1094,34 @@ | |||
1095 | </Files> | 1094 | </Files> |
1096 | </Project> | 1095 | </Project> |
1097 | 1096 | ||
1097 | <Project frameworkVersion="v4_0" name="OpenSim.Services.MuteListService" path="OpenSim/Services/MuteListService" type="Library"> | ||
1098 | <Configuration name="Debug"> | ||
1099 | <Options> | ||
1100 | <OutputPath>../../../bin/</OutputPath> | ||
1101 | </Options> | ||
1102 | </Configuration> | ||
1103 | <Configuration name="Release"> | ||
1104 | <Options> | ||
1105 | <OutputPath>../../../bin/</OutputPath> | ||
1106 | </Options> | ||
1107 | </Configuration> | ||
1108 | |||
1109 | <ReferencePath>../../../bin/</ReferencePath> | ||
1110 | <Reference name="System"/> | ||
1111 | <Reference name="OpenSim.Framework"/> | ||
1112 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1113 | <Reference name="OpenSim.Services.Base"/> | ||
1114 | <Reference name="OpenSim.Data"/> | ||
1115 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
1116 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
1117 | <Reference name="Nini" path="../../../bin/"/> | ||
1118 | <Reference name="log4net" path="../../../bin/"/> | ||
1119 | |||
1120 | <Files> | ||
1121 | <Match pattern="*.cs" recurse="true"/> | ||
1122 | </Files> | ||
1123 | </Project> | ||
1124 | |||
1098 | <Project frameworkVersion="v4_0" name="OpenSim.Services.UserProfilesService" path="OpenSim/Services/UserProfilesService" type="Library"> | 1125 | <Project frameworkVersion="v4_0" name="OpenSim.Services.UserProfilesService" path="OpenSim/Services/UserProfilesService" type="Library"> |
1099 | <Configuration name="Debug"> | 1126 | <Configuration name="Debug"> |
1100 | <Options> | 1127 | <Options> |
@@ -1130,6 +1157,38 @@ | |||
1130 | </Files> | 1157 | </Files> |
1131 | </Project> | 1158 | </Project> |
1132 | 1159 | ||
1160 | <Project frameworkVersion="v4_0" name="OpenSim.Services.MuteListService" path="OpenSim/Services/MuteListService" type="Library"> | ||
1161 | <Configuration name="Debug"> | ||
1162 | <Options> | ||
1163 | <OutputPath>../../../bin/</OutputPath> | ||
1164 | </Options> | ||
1165 | </Configuration> | ||
1166 | <Configuration name="Release"> | ||
1167 | <Options> | ||
1168 | <OutputPath>../../../bin/</OutputPath> | ||
1169 | </Options> | ||
1170 | </Configuration> | ||
1171 | |||
1172 | <ReferencePath>../../../bin/</ReferencePath> | ||
1173 | <Reference name="System"/> | ||
1174 | <Reference name="System.Core"/> | ||
1175 | <Reference name="OpenSim.Framework"/> | ||
1176 | <Reference name="OpenSim.Framework.Console"/> | ||
1177 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1178 | <Reference name="OpenSim.Services.Connectors"/> | ||
1179 | <Reference name="OpenSim.Services.Base"/> | ||
1180 | <Reference name="OpenSim.Data"/> | ||
1181 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
1182 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
1183 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
1184 | <Reference name="Nini" path="../../../bin/"/> | ||
1185 | <Reference name="log4net" path="../../../bin/"/> | ||
1186 | |||
1187 | <Files> | ||
1188 | <Match pattern="*.cs" recurse="true"/> | ||
1189 | </Files> | ||
1190 | </Project> | ||
1191 | |||
1133 | <Project frameworkVersion="v4_0" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> | 1192 | <Project frameworkVersion="v4_0" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> |
1134 | <Configuration name="Debug"> | 1193 | <Configuration name="Debug"> |
1135 | <Options> | 1194 | <Options> |