Parcourir la source

pfadfehler in der linux build konfiguration behoben

Kolja Strohm il y a 5 ans
Parent
commit
da310ecf3a
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      ServerSystemStarter/ServerSystemStarter.vcxproj

+ 2 - 0
ServerSystemStarter/ServerSystemStarter.vcxproj

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