[meta]Remove 10.0.17134 platform SDK from vsconfig file (#16290)

* remove unnecessary sdk

* add .vsconfig to sln, remove dead link

* spell check

* Update WindowsTargetPlatformMinVersion to 18362 (Minimum required version in README.md)
This commit is contained in:
CleanCodeDeveloper
2022-02-16 16:22:33 +01:00
committed by GitHub
parent 03b7cb4690
commit 832f580aa8
10 changed files with 9 additions and 9 deletions

View File

@@ -16,7 +16,7 @@
<ProjectGuid>{64A80062-4D8B-4229-8A38-DFA1D7497749}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>templatenamespace</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
<ProjectName>ModuleTemplateCompileTest</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />