File tree Expand file tree Collapse file tree 4 files changed +68
-69
lines changed
Expand file tree Collapse file tree 4 files changed +68
-69
lines changed Original file line number Diff line number Diff line change 33 <!-- Set common MSBuild properties and item metadata for CppWinRT tool and tests -->
44
55 <PropertyGroup >
6- <PlatformToolset Condition =" '$(PlatformToolset)'=='' and '$(VisualStudioVersion)' == '15.0'" >v141</PlatformToolset >
7- <PlatformToolset Condition =" '$(PlatformToolset)'=='' and '$(VisualStudioVersion)' == '16.0'" >v142</PlatformToolset >
8- <PlatformToolset Condition =" '$(PlatformToolset)'==''" >v143</PlatformToolset >
6+ <PlatformToolset >v143</PlatformToolset >
97 <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
108 <WindowsTargetPlatformMinVersion >10.0.18362.0</WindowsTargetPlatformMinVersion >
119 </PropertyGroup >
4644 <SDLCheck >true</SDLCheck >
4745 <ConformanceMode >true</ConformanceMode >
4846 <LanguageStandard Condition =" '$(CppWinRTLanguageStandard)'==''" >stdcpp17</LanguageStandard >
49- <LanguageStandard Condition =" '$(CppWinRTLanguageStandard)'=='latest '" >stdcpplatest </LanguageStandard >
47+ <LanguageStandard Condition =" '$(CppWinRTLanguageStandard)'=='20 '" >stdcpp20 </LanguageStandard >
5048 <PrecompiledHeader >Use</PrecompiledHeader >
5149 <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
5250 <PreprocessorDefinitions >CPPWINRT_VERSION_STRING="$(CppWinRTBuildVersion)";%(PreprocessorDefinitions)</PreprocessorDefinitions >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments