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
@@ -24,6 +24,7 @@
<RootNamespace>common</RootNamespace>
<ProjectName>breakpad_common</ProjectName>
</PropertyGroup>
<Import Project="$(SolutionDir)\util\WindowsSDKTarget.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label="Configuration">
<CharacterSet>Unicode</CharacterSet>
@@ -23,6 +23,7 @@
<Keyword>Win32Proj</Keyword>
<RootNamespace>crash_generation_client</RootNamespace>
</PropertyGroup>
<Import Project="$(SolutionDir)\util\WindowsSDKTarget.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label="Configuration">
<CharacterSet>Unicode</CharacterSet>
@@ -23,6 +23,7 @@
<Keyword>Win32Proj</Keyword>
<RootNamespace>crash_generation_server</RootNamespace>
</PropertyGroup>
<Import Project="$(SolutionDir)\util\WindowsSDKTarget.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label="Configuration">
<CharacterSet>Unicode</CharacterSet>
@@ -23,6 +23,7 @@
<Keyword>Win32Proj</Keyword>
<RootNamespace>exception_handler</RootNamespace>
</PropertyGroup>
<Import Project="$(SolutionDir)\util\WindowsSDKTarget.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label="Configuration">
<CharacterSet>Unicode</CharacterSet>