diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 530c417..5746890 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1370,11 +1370,13 @@ | |||
1370 | <Configuration name="Debug"> | 1370 | <Configuration name="Debug"> |
1371 | <Options> | 1371 | <Options> |
1372 | <OutputPath>../../../bin/</OutputPath> | 1372 | <OutputPath>../../../bin/</OutputPath> |
1373 | <AllowUnsafe>true</AllowUnsafe> | ||
1373 | </Options> | 1374 | </Options> |
1374 | </Configuration> | 1375 | </Configuration> |
1375 | <Configuration name="Release"> | 1376 | <Configuration name="Release"> |
1376 | <Options> | 1377 | <Options> |
1377 | <OutputPath>../../../bin/</OutputPath> | 1378 | <OutputPath>../../../bin/</OutputPath> |
1379 | <AllowUnsafe>true</AllowUnsafe> | ||
1378 | </Options> | 1380 | </Options> |
1379 | </Configuration> | 1381 | </Configuration> |
1380 | 1382 | ||
@@ -1389,6 +1391,7 @@ | |||
1389 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | 1391 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> |
1390 | <Reference name="OpenMetaverse" path="../../../bin/"/> | 1392 | <Reference name="OpenMetaverse" path="../../../bin/"/> |
1391 | <Reference name="CSJ2K" path="../../../bin/"/> | 1393 | <Reference name="CSJ2K" path="../../../bin/"/> |
1394 | <Reference name="Warp3D" path="../../../bin/" localCopy="true"/> | ||
1392 | <Reference name="OpenSim.Framework"/> | 1395 | <Reference name="OpenSim.Framework"/> |
1393 | <Reference name="OpenSim.Framework.Capabilities"/> | 1396 | <Reference name="OpenSim.Framework.Capabilities"/> |
1394 | <Reference name="OpenSim.Framework.Communications"/> | 1397 | <Reference name="OpenSim.Framework.Communications"/> |