|
@@ -45,6 +45,7 @@
|
|
|
</LibraryPath>
|
|
|
<OutDir>$(RemoteRootDir)/Server/AppServer/release/</OutDir>
|
|
|
<IntDir>$(RemoteRootDir)/Server/AppServer/release/</IntDir>
|
|
|
+ <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
<TargetName>AppServer</TargetName>
|
|
@@ -55,6 +56,7 @@
|
|
|
</LibraryPath>
|
|
|
<OutDir>$(RemoteRootDir)/Server/AppServer/debug/</OutDir>
|
|
|
<IntDir>$(RemoteRootDir)/Server/AppServer/debug/</IntDir>
|
|
|
+ <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<ClInclude Include="..\AppServer\AppServer.h" />
|