|
@@ -51,6 +51,7 @@
|
|
|
<IncludePath>..\..\..\..\Allgemein\Framework;../../../Framework/debug;..\..\..\..\Allgemein\Network\Network;../../../Network/debug;..\..\..\..\Allgemein\sql\sql;../../../sql/debug;$(IncludePath)</IncludePath>
|
|
|
<OutDir>$(RemoteRootDir)/Server/$(ProjectName)/debug/</OutDir>
|
|
|
<IntDir>$(RemoteRootDir)/Server/$(ProjectName)/debug/</IntDir>
|
|
|
+ <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
<TargetExt />
|
|
@@ -58,6 +59,7 @@
|
|
|
<IncludePath>..\..\..\..\Allgemein\Framework;../../../Framework/release;..\..\..\..\Allgemein\Network\Network;../../../Network/release;..\..\..\..\Allgemein\sql\sql;../../../sql/release;$(IncludePath)</IncludePath>
|
|
|
<OutDir>$(RemoteRootDir)/Server/$(ProjectName)/release/</OutDir>
|
|
|
<IntDir>$(RemoteRootDir)/Server/$(ProjectName)/release/</IntDir>
|
|
|
+ <RemoteTargetPath>$(RemoteProjectDir)/$(TargetName)$(TargetExt)</RemoteTargetPath>
|
|
|
</PropertyGroup>
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
<Link>
|