aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index f956e7e..135a8d7 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1480,6 +1480,31 @@
1480 <Match pattern="*.cs" recurse="true"/> 1480 <Match pattern="*.cs" recurse="true"/>
1481 </Files> 1481 </Files>
1482 </Project> 1482 </Project>
1483
1484 <Project name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe">
1485 <Configuration name="Debug">
1486 <Options>
1487 <OutputPath>../../../bin/</OutputPath>
1488 </Options>
1489 </Configuration>
1490 <Configuration name="Release">
1491 <Options>
1492 <OutputPath>../../../bin/</OutputPath>
1493 </Options>
1494 </Configuration>
1495
1496 <ReferencePath>../../../bin/</ReferencePath>
1497 <Reference name="System" localCopy="false"/>
1498 <Reference name="libsecondlife.dll"/>
1499 <Reference name="OpenSim.Framework.dll"/>
1500 <Reference name="OpenSim.Framework.Console.dll"/>
1501 <Reference name="Nini.dll" />
1502 <Reference name="log4net"/>
1503
1504 <Files>
1505 <Match pattern="*.cs" recurse="true"/>
1506 </Files>
1507 </Project>
1483 </Solution> 1508 </Solution>
1484 1509
1485 <!-- Prebuild tool --> 1510 <!-- Prebuild tool -->