Merge pull request #2297 from Armada651/includes

Base.props: Remove DXSDK_DIR from the include path.
This commit is contained in:
Lioncash 2015-04-13 20:36:21 -04:00
commit f1de5bc2e5
1 changed files with 1 additions and 0 deletions

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-->