瀏覽代碼

Einstallungen angepasst

Kolja Strohm 5 年之前
父節點
當前提交
391869c26f
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      AppServer Linux/AppServer Linux.vcxproj

+ 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>$(ProjectDir)bin\$(Platform)\release\</OutDir>
-    <IntDir>$(ProjectDir)obj\$(Platform)\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>$(ProjectDir)bin\$(Platform)\debug\</OutDir>
-    <IntDir>$(ProjectDir)obj\$(Platform)\debug\</IntDir>
+    <OutDir>$(RemoteRootDir)/Server/AppServer/debug</OutDir>
+    <IntDir>$(RemoteRootDir)/Server/AppServer/debug</IntDir>
   </PropertyGroup>
   <ItemGroup>
     <ClInclude Include="..\AppServer\AppServer.h" />