|
30 | 30 | <ProjectGuid>{758383C6-5B15-4191-9F17-5835F216F7A1}</ProjectGuid> |
31 | 31 | <Keyword>Win32Proj</Keyword> |
32 | 32 | <RootNamespace>SockTest</RootNamespace> |
| 33 | + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
33 | 34 | </PropertyGroup> |
34 | 35 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
35 | 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
151 | 152 | </PrecompiledHeader> |
152 | 153 | <WarningLevel>Level4</WarningLevel> |
153 | 154 | <Optimization>Disabled</Optimization> |
154 | | - <PreprocessorDefinitions>_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 155 | + <PreprocessorDefinitions>_DEBUG;_CONSOLE;_SILENCE_CXX20_ATOMIC_INIT_DEPRECATION_WARNING;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
155 | 156 | <SDLCheck>true</SDLCheck> |
156 | 157 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
157 | 158 | <AdditionalIncludeDirectories>$(OpenSSL_HOME)include</AdditionalIncludeDirectories> |
158 | 159 | <ProgramDataBaseFileName>$(IntDir)$(ProjectName)$(PlatformArchitecture)d.pdb</ProgramDataBaseFileName> |
| 160 | + <LanguageStandard>stdcpp20</LanguageStandard> |
159 | 161 | </ClCompile> |
160 | 162 | <Link> |
161 | 163 | <SubSystem>Console</SubSystem> |
|
213 | 215 | <Optimization>MaxSpeed</Optimization> |
214 | 216 | <FunctionLevelLinking>true</FunctionLevelLinking> |
215 | 217 | <IntrinsicFunctions>true</IntrinsicFunctions> |
216 | | - <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 218 | + <PreprocessorDefinitions>NDEBUG;_CONSOLE;_SILENCE_CXX20_ATOMIC_INIT_DEPRECATION_WARNING;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
217 | 219 | <SDLCheck>true</SDLCheck> |
218 | 220 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
219 | 221 | <AdditionalIncludeDirectories>$(OpenSSL_HOME)include</AdditionalIncludeDirectories> |
220 | 222 | <ProgramDataBaseFileName>$(IntDir)$(ProjectName)$(PlatformArchitecture).pdb</ProgramDataBaseFileName> |
| 223 | + <LanguageStandard>stdcpp20</LanguageStandard> |
221 | 224 | </ClCompile> |
222 | 225 | <Link> |
223 | 226 | <SubSystem>Console</SubSystem> |
|
0 commit comments