aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 7a8618e..d508922 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1400,11 +1400,13 @@
1400 <Configuration name="Debug"> 1400 <Configuration name="Debug">
1401 <Options> 1401 <Options>
1402 <OutputPath>../../../bin/</OutputPath> 1402 <OutputPath>../../../bin/</OutputPath>
1403 <AllowUnsafe>true</AllowUnsafe>
1403 </Options> 1404 </Options>
1404 </Configuration> 1405 </Configuration>
1405 <Configuration name="Release"> 1406 <Configuration name="Release">
1406 <Options> 1407 <Options>
1407 <OutputPath>../../../bin/</OutputPath> 1408 <OutputPath>../../../bin/</OutputPath>
1409 <AllowUnsafe>true</AllowUnsafe>
1408 </Options> 1410 </Options>
1409 </Configuration> 1411 </Configuration>
1410 1412
@@ -1419,6 +1421,7 @@
1419 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> 1421 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/>
1420 <Reference name="OpenMetaverse" path="../../../bin/"/> 1422 <Reference name="OpenMetaverse" path="../../../bin/"/>
1421 <Reference name="CSJ2K" path="../../../bin/"/> 1423 <Reference name="CSJ2K" path="../../../bin/"/>
1424 <Reference name="Warp3D" path="../../../bin/" localCopy="true"/>
1422 <Reference name="OpenSim.Framework"/> 1425 <Reference name="OpenSim.Framework"/>
1423 <Reference name="OpenSim.Framework.Capabilities"/> 1426 <Reference name="OpenSim.Framework.Capabilities"/>
1424 <Reference name="OpenSim.Framework.Communications"/> 1427 <Reference name="OpenSim.Framework.Communications"/>