diff options
author | Diva Canto | 2011-06-12 15:37:42 -0700 |
---|---|---|
committer | Diva Canto | 2011-06-12 15:37:42 -0700 |
commit | fd57c91b4a10cf7ee1e94dc8fe4e81eb0d5bae3d (patch) | |
tree | 55907fbcea5962638275453301482190c4b989b0 /prebuild.xml | |
parent | A few more cleanups on the way to close http://opensimulator.org/mantis/view.... (diff) | |
download | opensim-SC-fd57c91b4a10cf7ee1e94dc8fe4e81eb0d5bae3d.zip opensim-SC-fd57c91b4a10cf7ee1e94dc8fe4e81eb0d5bae3d.tar.gz opensim-SC-fd57c91b4a10cf7ee1e94dc8fe4e81eb0d5bae3d.tar.bz2 opensim-SC-fd57c91b4a10cf7ee1e94dc8fe4e81eb0d5bae3d.tar.xz |
First pass at making the V2 map work. Standalones only for now. There are some issues with the zoom level -- TBD.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 90f451d..ed79b40 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1269,6 +1269,36 @@ | |||
1269 | </Files> | 1269 | </Files> |
1270 | </Project> | 1270 | </Project> |
1271 | 1271 | ||
1272 | <Project frameworkVersion="v3_5" name="OpenSim.Services.MapImageService" path="OpenSim/Services/MapImageService" type="Library"> | ||
1273 | <Configuration name="Debug"> | ||
1274 | <Options> | ||
1275 | <OutputPath>../../../bin/</OutputPath> | ||
1276 | </Options> | ||
1277 | </Configuration> | ||
1278 | <Configuration name="Release"> | ||
1279 | <Options> | ||
1280 | <OutputPath>../../../bin/</OutputPath> | ||
1281 | </Options> | ||
1282 | </Configuration> | ||
1283 | |||
1284 | <ReferencePath>../../../bin/</ReferencePath> | ||
1285 | <Reference name="System"/> | ||
1286 | <Reference name="System.Drawing"/> | ||
1287 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | ||
1288 | <Reference name="OpenMetaverse" path="../../../bin/"/> | ||
1289 | <Reference name="OpenSim.Framework"/> | ||
1290 | <Reference name="OpenSim.Framework.Console"/> | ||
1291 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
1292 | <Reference name="OpenSim.Services.Interfaces"/> | ||
1293 | <Reference name="OpenSim.Services.Base"/> | ||
1294 | <Reference name="Nini" path="../../../bin/"/> | ||
1295 | <Reference name="log4net" path="../../../bin/"/> | ||
1296 | |||
1297 | <Files> | ||
1298 | <Match pattern="*.cs" recurse="true"/> | ||
1299 | </Files> | ||
1300 | </Project> | ||
1301 | |||
1272 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> | 1302 | <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers" path="OpenSim/Server/Handlers" type="Library"> |
1273 | <Configuration name="Debug"> | 1303 | <Configuration name="Debug"> |
1274 | <Options> | 1304 | <Options> |