Pārlūkot izejas kodu

Einstellungen angepasst

Kolja Strohm 5 gadi atpakaļ
vecāks
revīzija
ac405fe818
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 4 4
      AnmeldungServer/AnmeldungServer.vcxproj

+ 4 - 4
AnmeldungServer/AnmeldungServer.vcxproj

@@ -38,15 +38,15 @@
     <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>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     <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>
   <ItemGroup>
     <ClCompile Include="AnmeldungServer.cpp" />