Skip to content

Commit 0f9011b

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

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

GoogleTestAdapter/GoogleTestProjectTemplate/GoogleTest.vcxproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PropertyGroup Label="Globals">
2323
<ProjectGuid>{$guid1$}</ProjectGuid>
2424
<Keyword>Win32Proj</Keyword>
25-
<WindowsTargetPlatformVersion>$targetplatformversion$</WindowsTargetPlatformVersion>
25+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
2626
<ConfigurationType>Application</ConfigurationType>
2727
<PlatformToolset>$platformtoolset$</PlatformToolset>
2828
<CharacterSet>Unicode</CharacterSet>
@@ -43,6 +43,7 @@
4343
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
4444
<RuntimeLibrary>$rtdebug$</RuntimeLibrary>
4545
<WarningLevel>Level3</WarningLevel>
46+
<LanguageStandard>stdcpp20</LanguageStandard>
4647
</ClCompile>
4748
<Link>
4849
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -58,6 +59,7 @@
5859
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
5960
<RuntimeLibrary>$rtdebug$</RuntimeLibrary>
6061
<WarningLevel>Level3</WarningLevel>
62+
<LanguageStandard>stdcpp20</LanguageStandard>
6163
</ClCompile>
6264
<Link>
6365
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -73,6 +75,7 @@
7375
<RuntimeLibrary>$rtrelease$</RuntimeLibrary>
7476
<WarningLevel>Level3</WarningLevel>
7577
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
78+
<LanguageStandard>stdcpp20</LanguageStandard>
7679
</ClCompile>
7780
<Link>
7881
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -89,6 +92,7 @@
8992
<RuntimeLibrary>$rtrelease$</RuntimeLibrary>
9093
<WarningLevel>Level3</WarningLevel>
9194
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
95+
<LanguageStandard>stdcpp20</LanguageStandard>
9296
</ClCompile>
9397
<Link>
9498
<GenerateDebugInformation>true</GenerateDebugInformation>

0 commit comments

Comments
 (0)