|
@@ -64,15 +64,15 @@
|
|
|
<ImportGroup Label="PropertySheets" />
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
- <OutDir>$(RemoteRootDir)/Server/$(ProjectName)/debug</OutDir>
|
|
|
- <IntDir>$(RemoteRootDir)/Server/$(ProjectName)/debug</IntDir>
|
|
|
+ <OutDir>$(RemoteRootDir)/Server/$(ProjectName)/debug/</OutDir>
|
|
|
+ <IntDir>$(RemoteRootDir)/Server/$(ProjectName)/debug/</IntDir>
|
|
|
<RemoteProjectDir>$(RemoteRootDir)/Server/$(ProjectName)/debug</RemoteProjectDir>
|
|
|
<IncludePath>..\..\..\..\Allgemein\Framework;../../../Framework/debug;..\..\..\..\Allgemein\Network\Network;../../../Network/debug;..\..\..\..\Allgemein\sql\sql;../../../sql/debug;$(IncludePath)</IncludePath>
|
|
|
<TargetExt />
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
- <OutDir>$(RemoteRootDir)/Server/$(ProjectName)/release</OutDir>
|
|
|
- <IntDir>$(RemoteRootDir)/Server/$(ProjectName)/release</IntDir>
|
|
|
+ <OutDir>$(RemoteRootDir)/Server/$(ProjectName)/release/</OutDir>
|
|
|
+ <IntDir>$(RemoteRootDir)/Server/$(ProjectName)/release/</IntDir>
|
|
|
<RemoteProjectDir>$(RemoteRootDir)/Server/$(ProjectName)/release</RemoteProjectDir>
|
|
|
<IncludePath>..\..\..\..\Allgemein\Framework;../../../Framework/release;..\..\..\..\Allgemein\Network\Network;../../../Network/release;..\..\..\..\Allgemein\sql\sql;../../../sql/release;$(IncludePath)</IncludePath>
|
|
|
<TargetExt />
|