Skip to content

Commit b62c5dc

Browse files
committed
Update default project template props to match dev18 default props
1 parent ee4261c commit b62c5dc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

GoogleTestAdapter/GoogleTestProjectTemplate/GoogleTest.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
<Keyword>Win32Proj</Keyword>
2525
<WindowsTargetPlatformVersion>$targetplatformversion$</WindowsTargetPlatformVersion>
2626
<ConfigurationType>Application</ConfigurationType>
27+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
2728
<PlatformToolset>$platformtoolset$</PlatformToolset>
29+
<LanguageStandard>stdcpp20</LanguageStandard>
2830
<CharacterSet>Unicode</CharacterSet>
2931
</PropertyGroup>
3032
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

0 commit comments

Comments
 (0)