فهرست منبع

Einstellungen angepasst

Kolja Strohm 5 سال پیش
والد
کامیت
3cfeba55d6
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      ChatServer/ChatServer.vcxproj

+ 4 - 4
ChatServer/ChatServer.vcxproj

@@ -66,15 +66,15 @@
     <RemoteProjectDir>$(RemoteRootDir)/Server/$(ProjectName)/debug</RemoteProjectDir>
     <IncludePath>..\..\..\..\Allgemein\Framework;..\..\..\..\Allgemein\Network\Network;..\..\..\..\Allgemein\sql\sql;../../../Framework/debug;../../../Network/debug;../../../sql/debug;$(IncludePath)</IncludePath>
     <TargetExt />
-    <OutDir>$(ProjectDir)bin\$(Platform)\debug\</OutDir>
-    <IntDir>$(ProjectDir)obj\$(Platform)\debug\</IntDir>
+    <OutDir>$(RemoteRootDir)/Server/$(ProjectName)/debug</OutDir>
+    <IntDir>$(RemoteRootDir)/Server/$(ProjectName)/debug</IntDir>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     <RemoteProjectDir>$(RemoteRootDir)/Server/$(ProjectName)/release</RemoteProjectDir>
     <IncludePath>..\..\..\..\Allgemein\Framework;..\..\..\..\Allgemein\Network\Network;..\..\..\..\Allgemein\sql\sql;../../../Framework/release;../../../Network/release;../../../sql/release;$(IncludePath)</IncludePath>
     <TargetExt />
-    <OutDir>$(ProjectDir)bin\$(Platform)\release\</OutDir>
-    <IntDir>$(ProjectDir)obj\$(Platform)\release\</IntDir>
+    <OutDir>$(RemoteRootDir)/Server/$(ProjectName)/release</OutDir>
+    <IntDir>$(RemoteRootDir)/Server/$(ProjectName)/release</IntDir>
   </PropertyGroup>
   <ItemGroup>
     <ClCompile Include="ChatServer.cpp" />