Fix paths in LaunchSLClient prebuild.xml

0.6.0-stable
Jeff Ames 2008-05-01 17:10:40 +00:00
parent e38ee199b9
commit a0ccb1235a
1 changed files with 3 additions and 3 deletions

View File

@ -35,16 +35,16 @@
<Project name="LaunchSLClient" path="LaunchSLClient" type="Exe"> <Project name="LaunchSLClient" path="LaunchSLClient" type="Exe">
<Configuration name="Debug"> <Configuration name="Debug">
<Options> <Options>
<OutputPath>../../../bin/</OutputPath> <OutputPath>../../../../bin/</OutputPath>
</Options> </Options>
</Configuration> </Configuration>
<Configuration name="Release"> <Configuration name="Release">
<Options> <Options>
<OutputPath>../../../bin/</OutputPath> <OutputPath>../../../../bin/</OutputPath>
</Options> </Options>
</Configuration> </Configuration>
<ReferencePath>../../../bin/</ReferencePath> <ReferencePath>../../../../bin/</ReferencePath>
<Reference name="System" localCopy="false"/> <Reference name="System" localCopy="false"/>
<Reference name="System.IO" localCopy="false"/> <Reference name="System.IO" localCopy="false"/>
<Reference name="System.Collections" localCopy="false"/> <Reference name="System.Collections" localCopy="false"/>