Add a load of MSBuild nonsense to *avoid* targeting a specific Win SDK

* Even though we don't care about the windows SDK version at all, we actively
  need to avoid the default which actively sabotages us.
This commit is contained in:
baldurk
2020-06-11 13:25:02 +01:00
parent ff4a632fbf
commit d1f4a47cd5
28 changed files with 45 additions and 7 deletions
@@ -23,8 +23,8 @@
<Keyword>Win32Proj</Keyword>
<RootNamespace>pyrenderdoc_module</RootNamespace>
<ProjectName>pyrenderdoc_module</ProjectName>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(SolutionDir)\util\WindowsSDKTarget.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
@@ -23,8 +23,8 @@
<Keyword>Win32Proj</Keyword>
<RootNamespace>qrenderdoc_module</RootNamespace>
<ProjectName>qrenderdoc_module</ProjectName>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(SolutionDir)\util\WindowsSDKTarget.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>