aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJeff Ames2008-02-15 03:30:15 +0000
committerJeff Ames2008-02-15 03:30:15 +0000
commite16f9a16c77aca017ddd3413d6ff84d3a3ee7364 (patch)
tree8cae2a7880b784ee80fc7c836136c785045e366e /prebuild.xml
parentMove pCampBot prebuild.xml into main prebuild.xml to fix reference errors. U... (diff)
downloadopensim-SC_OLD-e16f9a16c77aca017ddd3413d6ff84d3a3ee7364.zip
opensim-SC_OLD-e16f9a16c77aca017ddd3413d6ff84d3a3ee7364.tar.gz
opensim-SC_OLD-e16f9a16c77aca017ddd3413d6ff84d3a3ee7364.tar.bz2
opensim-SC_OLD-e16f9a16c77aca017ddd3413d6ff84d3a3ee7364.tar.xz
Moved LaunchSLClient prebuild.xml into main prebuild.xml
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 135a8d7..e7c51f9 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1505,6 +1505,37 @@
1505 <Match pattern="*.cs" recurse="true"/> 1505 <Match pattern="*.cs" recurse="true"/>
1506 </Files> 1506 </Files>
1507 </Project> 1507 </Project>
1508
1509 <Project name="LaunchSLClient" path="OpenSim/Tools/LaunchSLClient" type="Exe">
1510 <Configuration name="Debug">
1511 <Options>
1512 <OutputPath>../../../bin/</OutputPath>
1513 </Options>
1514 </Configuration>
1515 <Configuration name="Release">
1516 <Options>
1517 <OutputPath>../../../bin/</OutputPath>
1518 </Options>
1519 </Configuration>
1520
1521 <ReferencePath>../../../bin/</ReferencePath>
1522 <Reference name="System" localCopy="false"/>
1523 <Reference name="System.IO" localCopy="false"/>
1524 <Reference name="System.Collections" localCopy="false"/>
1525 <Reference name="System.Collections.Generic" localCopy="false"/>
1526 <Reference name="System.ComponentModel" localCopy="false"/>
1527 <Reference name="System.Data" localCopy="false"/>
1528 <Reference name="System.Diagnostics" localCopy="false"/>
1529 <Reference name="System.Drawing" localCopy="false"/>
1530 <Reference name="System.Text" localCopy="false"/>
1531 <Reference name="System.Text.RegularExpressions" localCopy="false"/>
1532 <Reference name="System.Windows.Forms" localCopy="false"/>
1533 <Reference name="Microsoft.Win32" localCopy="false"/>
1534
1535 <Files>
1536 <Match pattern="*.cs" recurse="true"/>
1537 </Files>
1538 </Project>
1508 </Solution> 1539 </Solution>
1509 1540
1510 <!-- Prebuild tool --> 1541 <!-- Prebuild tool -->