Base.props: Remove DXSDK_DIR from the include path.

By overriding the include directories we can ensure we only use the Windows SDK.
This commit is contained in:
Jules Blok 2015-04-13 21:44:40 +02:00
parent c36a6b7599
commit bea3054c9c

View file

@ -23,6 +23,7 @@
<IntDir>$(BuildRootDir)$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<OutDir>$(IntDir)bin\</OutDir>
<TargetName Condition="'$(ConfigurationType)'=='Application'">$(ProjectName)$(TargetSuffix)</TargetName>
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath)</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup>
<!--ClCompile Base-->