Prechádzať zdrojové kódy

einstellungen angepasst

Kolja Strohm 5 rokov pred
rodič
commit
3f84bb5387
1 zmenil súbory, kde vykonal 4 pridanie a 4 odobranie
  1. 4 4
      RegisterServer/RegisterServer.vcxproj

+ 4 - 4
RegisterServer/RegisterServer.vcxproj

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