We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee4261c commit b62c5dcCopy full SHA for b62c5dc
1 file changed
GoogleTestAdapter/GoogleTestProjectTemplate/GoogleTest.vcxproj
@@ -24,7 +24,9 @@
24
<Keyword>Win32Proj</Keyword>
25
<WindowsTargetPlatformVersion>$targetplatformversion$</WindowsTargetPlatformVersion>
26
<ConfigurationType>Application</ConfigurationType>
27
+ <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
28
<PlatformToolset>$platformtoolset$</PlatformToolset>
29
+ <LanguageStandard>stdcpp20</LanguageStandard>
30
<CharacterSet>Unicode</CharacterSet>
31
</PropertyGroup>
32
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
0 commit comments