Ver Fonte

pfadfehler in der linux build konfiguration behoben

Kolja Strohm há 5 anos atrás
pai
commit
da310ecf3a
1 ficheiros alterados com 2 adições e 0 exclusões
  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" />