Browse Source

einstellungen angepasst

Kolja Strohm 5 năm trước cách đây
mục cha
commit
383a1e9cc0
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      PatchServer/PatchServer.vcxproj

+ 4 - 4
PatchServer/PatchServer.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>
     <ClInclude Include="Datenbank.h" />