diff options
-rw-r--r-- | OpenSim/Tools/LaunchSLClient/prebuild.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Tools/LaunchSLClient/prebuild.xml b/OpenSim/Tools/LaunchSLClient/prebuild.xml index 8e58ba6..c51d59a 100644 --- a/OpenSim/Tools/LaunchSLClient/prebuild.xml +++ b/OpenSim/Tools/LaunchSLClient/prebuild.xml | |||
@@ -35,16 +35,16 @@ | |||
35 | <Project name="LaunchSLClient" path="LaunchSLClient" type="Exe"> | 35 | <Project name="LaunchSLClient" path="LaunchSLClient" type="Exe"> |
36 | <Configuration name="Debug"> | 36 | <Configuration name="Debug"> |
37 | <Options> | 37 | <Options> |
38 | <OutputPath>../../../bin/</OutputPath> | 38 | <OutputPath>../../../../bin/</OutputPath> |
39 | </Options> | 39 | </Options> |
40 | </Configuration> | 40 | </Configuration> |
41 | <Configuration name="Release"> | 41 | <Configuration name="Release"> |
42 | <Options> | 42 | <Options> |
43 | <OutputPath>../../../bin/</OutputPath> | 43 | <OutputPath>../../../../bin/</OutputPath> |
44 | </Options> | 44 | </Options> |
45 | </Configuration> | 45 | </Configuration> |
46 | 46 | ||
47 | <ReferencePath>../../../bin/</ReferencePath> | 47 | <ReferencePath>../../../../bin/</ReferencePath> |
48 | <Reference name="System" localCopy="false"/> | 48 | <Reference name="System" localCopy="false"/> |
49 | <Reference name="System.IO" localCopy="false"/> | 49 | <Reference name="System.IO" localCopy="false"/> |
50 | <Reference name="System.Collections" localCopy="false"/> | 50 | <Reference name="System.Collections" localCopy="false"/> |