Kolja Strohm 5 жил өмнө
parent
commit
907070c4ee

+ 4 - 4
AppServer Linux/AppServer Linux.vcxproj

@@ -43,8 +43,8 @@
     <IncludePath>..\..\..\Allgemein\Framework;../../../Framework/release;..\..\..\Allgemein\Network\Network;../../../Network/release;..\..\..\Allgemein\sql\sql;../../../sql/release;..\AppServer;$(IncludePath)</IncludePath>
     <LibraryPath>
     </LibraryPath>
-    <OutDir>$(RemoteRootDir)/Server/AppServer/release</OutDir>
-    <IntDir>$(RemoteRootDir)/Server/AppServer/release</IntDir>
+    <OutDir>$(RemoteRootDir)/Server/AppServer/release/</OutDir>
+    <IntDir>$(RemoteRootDir)/Server/AppServer/release/</IntDir>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     <TargetName>AppServer</TargetName>
@@ -53,8 +53,8 @@
     <IncludePath>..\..\..\Allgemein\Framework;..\..\..\Allgemein\Network\Network;../../../Network/debug;..\..\..\Allgemein\sql\sql;../../../sql/debug;..\AppServer;$(IncludePath)</IncludePath>
     <LibraryPath>
     </LibraryPath>
-    <OutDir>$(RemoteRootDir)/Server/AppServer/debug</OutDir>
-    <IntDir>$(RemoteRootDir)/Server/AppServer/debug</IntDir>
+    <OutDir>$(RemoteRootDir)/Server/AppServer/debug/</OutDir>
+    <IntDir>$(RemoteRootDir)/Server/AppServer/debug/</IntDir>
   </PropertyGroup>
   <ItemGroup>
     <ClInclude Include="..\AppServer\AppServer.h" />