Explorar el Código

einstellungen angepasst

Kolja Strohm hace 5 años
padre
commit
ddb7e1c533
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      LoginServer/LoginServer.vcxproj

+ 4 - 4
LoginServer/LoginServer.vcxproj

@@ -38,15 +38,15 @@
     <RemoteProjectDir>$(RemoteRootDir)/Server/$(ProjectName)/release</RemoteProjectDir>
     <TargetExt />
     <IncludePath>..\..\..\..\Allgemein\Framework;../../../Framework/release;..\..\..\..\Allgemein\Network\Network;../../../Network/release;..\..\..\..\Allgemein\sql\sql;../../../sql/release;$(IncludePath)</IncludePath>
-    <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'">
     <TargetExt />
     <RemoteProjectDir>$(RemoteRootDir)/Server/$(ProjectName)/debug</RemoteProjectDir>
     <IncludePath>..\..\..\..\Allgemein\Framework;../../../Framework/debug;..\..\..\..\Allgemein\Network\Network;../../../Network/debug;..\..\..\..\Allgemein\sql\sql;../../../sql/debug;$(IncludePath)</IncludePath>
-    <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="Datenbank.cpp" />