Files
renderdoc/util/WindowsSDKFix.props

9 lines
269 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<IncludePath>$(SolutionDir)\util\sdkfix;$(IncludePath)</IncludePath>
</PropertyGroup>
</Project>