|
@@ -41,6 +41,7 @@
|
|
<OutDir>$(RemoteRootDir)/Server/Startup/debug/</OutDir>
|
|
<OutDir>$(RemoteRootDir)/Server/Startup/debug/</OutDir>
|
|
<IntDir>$(RemoteRootDir)/Server/Startup/debug/</IntDir>
|
|
<IntDir>$(RemoteRootDir)/Server/Startup/debug/</IntDir>
|
|
<TargetName>Startup</TargetName>
|
|
<TargetName>Startup</TargetName>
|
|
|
|
+ <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<RemoteProjectDir>$(RemoteRootDir)/Server/Startup/release</RemoteProjectDir>
|
|
<RemoteProjectDir>$(RemoteRootDir)/Server/Startup/release</RemoteProjectDir>
|
|
@@ -48,6 +49,7 @@
|
|
<OutDir>$(RemoteRootDir)/Server/Startup/release/</OutDir>
|
|
<OutDir>$(RemoteRootDir)/Server/Startup/release/</OutDir>
|
|
<IntDir>$(RemoteRootDir)/Server/Startup/release/</IntDir>
|
|
<IntDir>$(RemoteRootDir)/Server/Startup/release/</IntDir>
|
|
<TargetExt />
|
|
<TargetExt />
|
|
|
|
+ <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="Quelldateien\Start.cpp" />
|
|
<ClCompile Include="Quelldateien\Start.cpp" />
|