Browse Source

Pfadfehler in der linux buildkonfiguration behoben

Kolja Strohm 4 years ago
parent
commit
79369c7ae8
2 changed files with 3 additions and 1 deletions
  1. 2 0
      GSL Linux/GSL Linux.vcxproj
  2. 1 1
      GSL/GSL.vcxproj

+ 2 - 0
GSL Linux/GSL Linux.vcxproj

@@ -58,6 +58,7 @@
     </SourcePath>
     <OutDir>$(RemoteRootDir)/gsl/release/</OutDir>
     <IntDir>$(RemoteRootDir)/gsl/release/</IntDir>
+    <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     <IncludePath>..\..\Framework;../../Framework/debug;$(IncludePath);$(ISenseIncludePath);../GSL/Include</IncludePath>
@@ -66,6 +67,7 @@
     <RemoteProjectDir>$(RemoteRootDir)/gsl/debug</RemoteProjectDir>
     <OutDir>$(RemoteRootDir)/gsl/debug/</OutDir>
     <IntDir>$(RemoteRootDir)/gsl/debug/</IntDir>
+    <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
   </PropertyGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     <Link>

+ 1 - 1
GSL/GSL.vcxproj

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