Prechádzať zdrojové kódy

einstellungen angepasst

Kolja Strohm 5 rokov pred
rodič
commit
173bda4fd9
1 zmenil súbory, kde vykonal 4 pridanie a 4 odobranie
  1. 4 4
      SpielServer/SpielServer.vcxproj

+ 4 - 4
SpielServer/SpielServer.vcxproj

@@ -66,15 +66,15 @@
     <TargetExt />
     <RemoteProjectDir>$(RemoteRootDir)/Server/$(ProjectName)/debug</RemoteProjectDir>
     <IncludePath>..\..\..\..\Allgemein\Framework;../../../Framework/debug;..\..\..\..\Allgemein\Network\Network;../../../Network/debug;..\..\..\..\Allgemein\sql\sql;../../../sql/debug;$(IncludePath)</IncludePath>
-    <OutDir>$(RemoteRootDir)/Server/$(ProjectName)/debug</OutDir>
-    <IntDir>$(RemoteRootDir)/Server/$(ProjectName)/debug</IntDir>
+    <OutDir>$(RemoteRootDir)/Server/$(ProjectName)/debug/</OutDir>
+    <IntDir>$(RemoteRootDir)/Server/$(ProjectName)/debug/</IntDir>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     <TargetExt />
     <RemoteProjectDir>$(RemoteRootDir)/Server/$(ProjectName)/release</RemoteProjectDir>
     <IncludePath>..\..\..\..\Allgemein\Framework;../../../Framework/release;..\..\..\..\Allgemein\Network\Network;../../../Network/release;..\..\..\..\Allgemein\sql\sql;../../../sql/release;$(IncludePath)</IncludePath>
-    <OutDir>$(RemoteRootDir)/Server/$(ProjectName)/release</OutDir>
-    <IntDir>$(RemoteRootDir)/Server/$(ProjectName)/release</IntDir>
+    <OutDir>$(RemoteRootDir)/Server/$(ProjectName)/release/</OutDir>
+    <IntDir>$(RemoteRootDir)/Server/$(ProjectName)/release/</IntDir>
   </PropertyGroup>
   <ItemGroup>
     <ClCompile Include="Datenbank.cpp" />