diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index feab16e..0e96176 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1300,6 +1300,36 @@ | |||
1300 | </Files> | 1300 | </Files> |
1301 | </Project> | 1301 | </Project> |
1302 | 1302 | ||
1303 | <Project frameworkVersion="v3_5" name="OpenSim.Services.MapImageService" path="OpenSim/Services/MapImageService" type="Library"> | ||
1304 | <Configuration name="Debug"> | ||
1305 | <Options> | ||
1306 | <OutputPath>../../../bin/</OutputPath> | ||
1307 | </Options> | ||
1308 | </Configuration> | ||
1309 | <Configuration name="Release"> | ||
1310 | <Options> | ||
1311 | <OutputPath>../../../bin/</OutputPath> | ||
1312 | </Options> | ||
1313 | </Configuration> | ||
1314 | |||
1315 | <ReferencePath>../../../bin/</ReferencePath> | ||
1316 | <Reference name="System"/> | ||
1317 | <Reference name="System.Drawing"/> | ||
1318 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
1319 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
1320 | <Reference name="OpenSim.Framework"/> | ||
1321 | <Reference name="OpenSim.Framework.Console"/> | ||
1322 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1323 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1324 | <Reference name="OpenSim.Services.Base"/> | ||
1325 | <Reference name="Nini" path="../../../bin/"/> | ||
1326 | <Reference name="log4net" path="../../../bin/"/> | ||
1327 | |||
1328 | <Files> | ||
1329 | <Match pattern="*.cs" recurse="true"/> | ||
1330 | </Files> | ||
1331 | </Project> | ||
1332 | |||
1303 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> | 1333 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> |
1304 | <Configuration name="Debug"> | 1334 | <Configuration name="Debug"> |
1305 | <Options> | 1335 | <Options> |