|
22 | 22 | <PropertyGroup Label="Globals"> |
23 | 23 | <ProjectGuid>{$guid1$}</ProjectGuid> |
24 | 24 | <Keyword>Win32Proj</Keyword> |
25 | | - <WindowsTargetPlatformVersion>$targetplatformversion$</WindowsTargetPlatformVersion> |
| 25 | + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
26 | 26 | <ConfigurationType>Application</ConfigurationType> |
27 | 27 | <PlatformToolset>$platformtoolset$</PlatformToolset> |
28 | 28 | <CharacterSet>Unicode</CharacterSet> |
|
43 | 43 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
44 | 44 | <RuntimeLibrary>$rtdebug$</RuntimeLibrary> |
45 | 45 | <WarningLevel>Level3</WarningLevel> |
| 46 | + <LanguageStandard>stdcpp20</LanguageStandard> |
46 | 47 | </ClCompile> |
47 | 48 | <Link> |
48 | 49 | <GenerateDebugInformation>true</GenerateDebugInformation> |
|
58 | 59 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
59 | 60 | <RuntimeLibrary>$rtdebug$</RuntimeLibrary> |
60 | 61 | <WarningLevel>Level3</WarningLevel> |
| 62 | + <LanguageStandard>stdcpp20</LanguageStandard> |
61 | 63 | </ClCompile> |
62 | 64 | <Link> |
63 | 65 | <GenerateDebugInformation>true</GenerateDebugInformation> |
|
73 | 75 | <RuntimeLibrary>$rtrelease$</RuntimeLibrary> |
74 | 76 | <WarningLevel>Level3</WarningLevel> |
75 | 77 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 78 | + <LanguageStandard>stdcpp20</LanguageStandard> |
76 | 79 | </ClCompile> |
77 | 80 | <Link> |
78 | 81 | <GenerateDebugInformation>true</GenerateDebugInformation> |
|
89 | 92 | <RuntimeLibrary>$rtrelease$</RuntimeLibrary> |
90 | 93 | <WarningLevel>Level3</WarningLevel> |
91 | 94 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 95 | + <LanguageStandard>stdcpp20</LanguageStandard> |
92 | 96 | </ClCompile> |
93 | 97 | <Link> |
94 | 98 | <GenerateDebugInformation>true</GenerateDebugInformation> |
|
0 commit comments