Browse Source

einstellungen angepasst

Kolja Strohm 5 years ago
parent
commit
015f2a3671
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Linie Linux/Linie Linux.vcxproj

+ 4 - 4
Linie Linux/Linie Linux.vcxproj

@@ -69,16 +69,16 @@
     <TargetExt>.so</TargetExt>
     <RemoteProjectDir>$(RemoteRootDir)/Spiele/Linie/debug</RemoteProjectDir>
     <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\..\..\Allgemein\Network\Network;../../../Framework/debug;../../../Network/debug;..\Linie;$(IncludePath)</IncludePath>
-    <OutDir>$(ProjectDir)bin\$(Platform)\debug\</OutDir>
-    <IntDir>$(ProjectDir)obj\$(Platform)\debug\</IntDir>
+    <OutDir>$(RemoteRootDir)/Spiele/Linie/debug/</OutDir>
+    <IntDir>$(RemoteRootDir)/Spiele/Linie/debug/</IntDir>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     <TargetName>Linie</TargetName>
     <TargetExt>.so</TargetExt>
     <RemoteProjectDir>$(RemoteRootDir)/Spiele/Linie/release</RemoteProjectDir>
     <IncludePath>..\..\..\..\..\Allgemein\Framework;..\..\..\..\..\Allgemein\Network\Network;../../../Framework/release;../../../Network/release;..\Linie;$(IncludePath)</IncludePath>
-    <OutDir>$(ProjectDir)bin\$(Platform)\release\</OutDir>
-    <IntDir>$(ProjectDir)obj\$(Platform)\release\</IntDir>
+    <OutDir>$(RemoteRootDir)/Spiele/Linie/release/</OutDir>
+    <IntDir>$(RemoteRootDir)/Spiele/Linie/release/</IntDir>
   </PropertyGroup>
   <ItemGroup>
     <ClInclude Include="..\Linie\Bestenliste.h" />