Skip to content

Commit

Permalink
Target UCRT 10.0.14393.0 to work around deadlock
Browse files Browse the repository at this point in the history
Fixes issue #87
  • Loading branch information
heaths committed Jul 21, 2017
1 parent d725b86 commit aa23a36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/vswhere.lib/vswhere.lib.vcxproj
Expand Up @@ -15,6 +15,7 @@
<ProjectGuid>{4CCF39CB-4794-44E2-AA57-D215F13CF606}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>vswherelib</RootNamespace>
<TargetUniversalCRTVersion>10.0.14393.0</TargetUniversalCRTVersion>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Expand Down
1 change: 1 addition & 0 deletions src/vswhere/vswhere.vcxproj
Expand Up @@ -15,6 +15,7 @@
<ProjectGuid>{210864F0-9A29-4479-B830-B802EE3F4D92}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>vswhere</RootNamespace>
<TargetUniversalCRTVersion>10.0.14393.0</TargetUniversalCRTVersion>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Expand Down
1 change: 1 addition & 0 deletions test/vswhere.test/vswhere.test.vcxproj
Expand Up @@ -15,6 +15,7 @@
<ProjectGuid>{76268871-D5A5-46BD-9805-41DB1C3072D1}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>vswheretest</RootNamespace>
<TargetUniversalCRTVersion>10.0.14393.0</TargetUniversalCRTVersion>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Expand Down

0 comments on commit aa23a36

Please sign in to comment.