|
@@ -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>$(RemoteRootDir)/Server/$(ProjectName)/release</OutDir>
|
|
|
- <IntDir>$(RemoteRootDir)/Server/$(ProjectName)/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>$(RemoteRootDir)/Server/$(ProjectName)/debug</OutDir>
|
|
|
- <IntDir>$(RemoteRootDir)/Server/$(ProjectName)/debug</IntDir>
|
|
|
+ <OutDir>$(RemoteRootDir)/Server/$(ProjectName)/debug/</OutDir>
|
|
|
+ <IntDir>$(RemoteRootDir)/Server/$(ProjectName)/debug/</IntDir>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<ClCompile Include="AnmeldungServer.cpp" />
|