Fix paths in LaunchSLClient prebuild.xml
parent
e38ee199b9
commit
a0ccb1235a
|
@ -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"/>
|
||||||
|
|
Loading…
Reference in New Issue