aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml30
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>