Browse Source

einstellungen angepasst

Kolja Strohm 5 years ago
parent
commit
2b2b0e7778
1 changed files with 4 additions and 4 deletions
  1. 4 4
      ServerSystemStarter/ServerSystemStarter.vcxproj

+ 4 - 4
ServerSystemStarter/ServerSystemStarter.vcxproj

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