Bläddra i källkod

einstellungen angepasst

Kolja Strohm 5 år sedan
förälder
incheckning
1959b58d71
1 ändrade filer med 4 tillägg och 4 borttagningar
  1. 4 4
      LoginServer/LoginServer.vcxproj

+ 4 - 4
LoginServer/LoginServer.vcxproj

@@ -38,15 +38,15 @@
     <RemoteProjectDir>$(RemoteRootDir)/Server/$(ProjectName)/release</RemoteProjectDir>
     <TargetExt />
     <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>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     <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>
   <ItemGroup>
     <ClCompile Include="Datenbank.cpp" />