소스 검색

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" />