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