瀏覽代碼

pfadfehler in der linux build konfiguration behoben

Kolja Strohm 4 年之前
父節點
當前提交
40c63c9ee9
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 2 0
      Network Linux.vcxproj
  2. 1 1
      Network/Network.vcxproj

+ 2 - 0
Network Linux.vcxproj

@@ -43,6 +43,7 @@
     <IncludePath>..\Framework;$(IncludePath);$(ISenseIncludePath);../Framework/release</IncludePath>
     <OutDir>$(RemoteRootDir)/Network/debug/</OutDir>
     <IntDir>$(RemoteRootDir)/Network/debug/</IntDir>
+    <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     <RemoteProjectDir>$(RemoteRootDir)/Network/release</RemoteProjectDir>
@@ -51,6 +52,7 @@
     <TargetName>libNetwork</TargetName>
     <OutDir>$(RemoteRootDir)/Network/release/</OutDir>
     <IntDir>$(RemoteRootDir)/Network/release/</IntDir>
+    <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
   </PropertyGroup>
   <ItemGroup>
     <ClCompile Include="Network\HttpRequest.cpp" />

+ 1 - 1
Network/Network.vcxproj

@@ -29,7 +29,7 @@
     <ConfigurationType>DynamicLibrary</ConfigurationType>
     <UseDebugLibraries>true</UseDebugLibraries>
     <CharacterSet>Unicode</CharacterSet>
-    <PlatformToolset>v141</PlatformToolset>
+    <PlatformToolset>v142</PlatformToolset>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>