|
@@ -81,12 +81,14 @@
|
|
|
<IncludePath>..\..\..\Allgemein\Framework;..\..\..\Allgemein\Network\Network;$(IncludePath)</IncludePath>
|
|
|
<LibraryPath>..\..\..\Allgemein\Framework\Release;..\..\..\Allgemein\Network\Release;$(LibraryPath)</LibraryPath>
|
|
|
<CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
|
|
|
+ <OutDir>..\$(Configuration)\</OutDir>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
<IncludePath>..\..\..\Allgemein\Framework;..\..\..\Allgemein\Network\Network;$(IncludePath)</IncludePath>
|
|
|
<LibraryPath>..\..\..\Allgemein\Framework\x64\Release;..\..\..\Allgemein\Network\x64\Release;$(LibraryPath)</LibraryPath>
|
|
|
<CustomBuildBeforeTargets>Build</CustomBuildBeforeTargets>
|
|
|
+ <OutDir>..\$(Platform)\$(Configuration)\</OutDir>
|
|
|
</PropertyGroup>
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
<ClCompile>
|