Browse Source

einstellungen angepasst

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

+ 4 - 4
ShopServer/ShopServer.vcxproj

@@ -38,15 +38,15 @@
     <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>
   <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" />