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