diff options
author | Tedd Hansen | 2008-02-22 23:21:22 +0000 |
---|---|---|
committer | Tedd Hansen | 2008-02-22 23:21:22 +0000 |
commit | 840bf28be6fa851d7165ff6c79bba45a5b86050d (patch) | |
tree | 01b9b66a657cd55a3e56af155950aaab2e72c7bf /prebuild.xml | |
parent | * Improve alignment of packet queue stats headigns (diff) | |
download | opensim-SC-840bf28be6fa851d7165ff6c79bba45a5b86050d.zip opensim-SC-840bf28be6fa851d7165ff6c79bba45a5b86050d.tar.gz opensim-SC-840bf28be6fa851d7165ff6c79bba45a5b86050d.tar.bz2 opensim-SC-840bf28be6fa851d7165ff6c79bba45a5b86050d.tar.xz |
Removed LaunchSLClient from Prebuild - it can be added to solution on manually by whoever is working on it. :)
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/prebuild.xml b/prebuild.xml index 96d008a..faa8e76 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1508,36 +1508,6 @@ | |||
1508 | </Files> | 1508 | </Files> |
1509 | </Project> | 1509 | </Project> |
1510 | 1510 | ||
1511 | <Project name="LaunchSLClient" path="OpenSim/Tools/LaunchSLClient" type="Exe"> | ||
1512 | <Configuration name="Debug"> | ||
1513 | <Options> | ||
1514 | <OutputPath>../../../bin/</OutputPath> | ||
1515 | </Options> | ||
1516 | </Configuration> | ||
1517 | <Configuration name="Release"> | ||
1518 | <Options> | ||
1519 | <OutputPath>../../../bin/</OutputPath> | ||
1520 | </Options> | ||
1521 | </Configuration> | ||
1522 | |||
1523 | <ReferencePath>../../../bin/</ReferencePath> | ||
1524 | <Reference name="System" localCopy="false"/> | ||
1525 | <Reference name="System.IO" localCopy="false"/> | ||
1526 | <Reference name="System.Collections" localCopy="false"/> | ||
1527 | <Reference name="System.Collections.Generic" localCopy="false"/> | ||
1528 | <Reference name="System.ComponentModel" localCopy="false"/> | ||
1529 | <Reference name="System.Data" localCopy="false"/> | ||
1530 | <Reference name="System.Diagnostics" localCopy="false"/> | ||
1531 | <Reference name="System.Drawing" localCopy="false"/> | ||
1532 | <Reference name="System.Text" localCopy="false"/> | ||
1533 | <Reference name="System.Text.RegularExpressions" localCopy="false"/> | ||
1534 | <Reference name="System.Windows.Forms" localCopy="false"/> | ||
1535 | <Reference name="Microsoft.Win32" localCopy="false"/> | ||
1536 | |||
1537 | <Files> | ||
1538 | <Match pattern="*.cs" recurse="true"/> | ||
1539 | </Files> | ||
1540 | </Project> | ||
1541 | </Solution> | 1511 | </Solution> |
1542 | 1512 | ||
1543 | <!-- Prebuild tool --> | 1513 | <!-- Prebuild tool --> |