diff options
author | UbitUmarov | 2017-12-30 15:50:03 +0000 |
---|---|---|
committer | UbitUmarov | 2017-12-30 15:50:03 +0000 |
commit | 02590194317b8db725285cf99e748f8996a56d5b (patch) | |
tree | dc0d409480b38e17fd82a835071bc6b2d509e726 /prebuild.xml | |
parent | Merge branch 'master' into httptests (diff) | |
parent | clean some extra space chars (diff) | |
download | opensim-SC-02590194317b8db725285cf99e748f8996a56d5b.zip opensim-SC-02590194317b8db725285cf99e748f8996a56d5b.tar.gz opensim-SC-02590194317b8db725285cf99e748f8996a56d5b.tar.bz2 opensim-SC-02590194317b8db725285cf99e748f8996a56d5b.tar.xz |
fix merge
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index 1f67063..8fd4afe 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1163,6 +1163,38 @@ | |||
1163 | </Files> | 1163 | </Files> |
1164 | </Project> | 1164 | </Project> |
1165 | 1165 | ||
1166 | <Project frameworkVersion="v4_5" name="OpenSim.Services.MuteListService" path="OpenSim/Services/MuteListService" type="Library"> | ||
1167 | <Configuration name="Debug"> | ||
1168 | <Options> | ||
1169 | <OutputPath>../../../bin/</OutputPath> | ||
1170 | </Options> | ||
1171 | </Configuration> | ||
1172 | <Configuration name="Release"> | ||
1173 | <Options> | ||
1174 | <OutputPath>../../../bin/</OutputPath> | ||
1175 | </Options> | ||
1176 | </Configuration> | ||
1177 | |||
1178 | <ReferencePath>../../../bin/</ReferencePath> | ||
1179 | <Reference name="System"/> | ||
1180 | <Reference name="System.Core"/> | ||
1181 | <Reference name="OpenSim.Framework"/> | ||
1182 | <Reference name="OpenSim.Framework.Console"/> | ||
1183 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1184 | <Reference name="OpenSim.Services.Connectors"/> | ||
1185 | <Reference name="OpenSim.Services.Base"/> | ||
1186 | <Reference name="OpenSim.Data"/> | ||
1187 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
1188 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
1189 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | ||
1190 | <Reference name="Nini" path="../../../bin/"/> | ||
1191 | <Reference name="log4net" path="../../../bin/"/> | ||
1192 | |||
1193 | <Files> | ||
1194 | <Match pattern="*.cs" recurse="true"/> | ||
1195 | </Files> | ||
1196 | </Project> | ||
1197 | |||
1166 | <Project frameworkVersion="v4_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> | 1198 | <Project frameworkVersion="v4_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> |
1167 | <Configuration name="Debug"> | 1199 | <Configuration name="Debug"> |
1168 | <Options> | 1200 | <Options> |
@@ -1487,7 +1519,7 @@ | |||
1487 | </Files> | 1519 | </Files> |
1488 | </Project> | 1520 | </Project> |
1489 | 1521 | ||
1490 | <Project frameworkVersion="v4_0" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> | 1522 | <Project frameworkVersion="v4_5" name="OpenSim.Data.SQLite" path="OpenSim/Data/SQLite" type="Library"> |
1491 | <Configuration name="Debug"> | 1523 | <Configuration name="Debug"> |
1492 | <Options> | 1524 | <Options> |
1493 | <OutputPath>../../../bin/</OutputPath> | 1525 | <OutputPath>../../../bin/</OutputPath> |