Skip to content

Commit 5fd7742

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

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

GoogleTestAdapter/GoogleTestProjectTemplate/GoogleTest.vcxproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<Keyword>Win32Proj</Keyword>
2525
<WindowsTargetPlatformVersion>$targetplatformversion$</WindowsTargetPlatformVersion>
2626
<ConfigurationType>Application</ConfigurationType>
27+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
2728
<PlatformToolset>$platformtoolset$</PlatformToolset>
2829
<CharacterSet>Unicode</CharacterSet>
2930
</PropertyGroup>
@@ -43,6 +44,7 @@
4344
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
4445
<RuntimeLibrary>$rtdebug$</RuntimeLibrary>
4546
<WarningLevel>Level3</WarningLevel>
47+
<LanguageStandard>stdcpp20</LanguageStandard>
4648
</ClCompile>
4749
<Link>
4850
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -58,6 +60,7 @@
5860
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
5961
<RuntimeLibrary>$rtdebug$</RuntimeLibrary>
6062
<WarningLevel>Level3</WarningLevel>
63+
<LanguageStandard>stdcpp20</LanguageStandard>
6164
</ClCompile>
6265
<Link>
6366
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -73,6 +76,7 @@
7376
<RuntimeLibrary>$rtrelease$</RuntimeLibrary>
7477
<WarningLevel>Level3</WarningLevel>
7578
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
79+
<LanguageStandard>stdcpp20</LanguageStandard>
7680
</ClCompile>
7781
<Link>
7882
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -89,6 +93,7 @@
8993
<RuntimeLibrary>$rtrelease$</RuntimeLibrary>
9094
<WarningLevel>Level3</WarningLevel>
9195
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
96+
<LanguageStandard>stdcpp20</LanguageStandard>
9297
</ClCompile>
9398
<Link>
9499
<GenerateDebugInformation>true</GenerateDebugInformation>

0 commit comments

Comments
 (0)