Quellcode durchsuchen

einstellungen angepasst

Kolja Strohm vor 5 Jahren
Ursprung
Commit
8f43bb0902
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      Linie Linux/Linie Linux.vcxproj

+ 2 - 2
Linie Linux/Linie Linux.vcxproj

@@ -52,12 +52,12 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     <UseDebugLibraries>true</UseDebugLibraries>
     <ConfigurationType>DynamicLibrary</ConfigurationType>
-    <RemoteRootDir>~/projects</RemoteRootDir>
+    <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     <UseDebugLibraries>false</UseDebugLibraries>
     <ConfigurationType>DynamicLibrary</ConfigurationType>
-    <RemoteRootDir>~/projects</RemoteRootDir>
+    <RemoteRootDir>/home/kolja/projects</RemoteRootDir>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
   <ImportGroup Label="ExtensionSettings" />