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 20:05:03 +01:00
parent ff4a632fbf
commit d1f4a47cd5
28 changed files with 45 additions and 7 deletions
+1 -1
View File
@@ -22,9 +22,9 @@
<ProjectGuid>{257FD75C-4D17-4A23-A754-23BFD85887A0}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>version</RootNamespace>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
<ProjectName>version</ProjectName>
</PropertyGroup>
<Import Project="$(SolutionDir)\util\WindowsSDKTarget.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup>
<ConfigurationType>StaticLibrary</ConfigurationType>