|
162 | 162 | <Optimization>Disabled</Optimization> |
163 | 163 | <LanguageStandard>stdcpp20</LanguageStandard> |
164 | 164 | <WarningLevel>Level3</WarningLevel> |
| 165 | + <SDLCheck>true</SDLCheck> |
165 | 166 | </ClCompile> |
166 | 167 | </ItemDefinitionGroup> |
167 | 168 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
|
186 | 187 | <Optimization>Disabled</Optimization> |
187 | 188 | <LanguageStandard>stdcpp20</LanguageStandard> |
188 | 189 | <WarningLevel>Level3</WarningLevel> |
| 190 | + <SDLCheck>true</SDLCheck> |
189 | 191 | </ClCompile> |
190 | 192 | </ItemDefinitionGroup> |
191 | 193 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'"> |
|
198 | 200 | <Optimization>Disabled</Optimization> |
199 | 201 | <LanguageStandard>stdcpp20</LanguageStandard> |
200 | 202 | <WarningLevel>Level3</WarningLevel> |
| 203 | + <SDLCheck>true</SDLCheck> |
201 | 204 | </ClCompile> |
202 | 205 | </ItemDefinitionGroup> |
203 | 206 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
210 | 213 | <Optimization>Disabled</Optimization> |
211 | 214 | <LanguageStandard>stdcpp20</LanguageStandard> |
212 | 215 | <WarningLevel>Level3</WarningLevel> |
| 216 | + <SDLCheck>true</SDLCheck> |
213 | 217 | </ClCompile> |
214 | 218 | </ItemDefinitionGroup> |
215 | 219 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
224 | 228 | <ControlFlowGuard>Guard</ControlFlowGuard> |
225 | 229 | <LanguageStandard>stdcpp20</LanguageStandard> |
226 | 230 | <WarningLevel>Level3</WarningLevel> |
| 231 | + <SDLCheck>true</SDLCheck> |
227 | 232 | </ClCompile> |
228 | 233 | </ItemDefinitionGroup> |
229 | 234 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
|
252 | 257 | <GuardSignedReturns>true</GuardSignedReturns> |
253 | 258 | <LanguageStandard>stdcpp20</LanguageStandard> |
254 | 259 | <WarningLevel>Level3</WarningLevel> |
| 260 | + <SDLCheck>true</SDLCheck> |
255 | 261 | </ClCompile> |
256 | 262 | </ItemDefinitionGroup> |
257 | 263 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'"> |
|
267 | 273 | <GuardSignedReturns>true</GuardSignedReturns> |
268 | 274 | <LanguageStandard>stdcpp20</LanguageStandard> |
269 | 275 | <WarningLevel>Level3</WarningLevel> |
| 276 | + <SDLCheck>true</SDLCheck> |
270 | 277 | </ClCompile> |
271 | 278 | </ItemDefinitionGroup> |
272 | 279 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
281 | 288 | <GuardEHContMetadata>true</GuardEHContMetadata> |
282 | 289 | <LanguageStandard>stdcpp20</LanguageStandard> |
283 | 290 | <WarningLevel>Level3</WarningLevel> |
| 291 | + <SDLCheck>true</SDLCheck> |
284 | 292 | </ClCompile> |
285 | 293 | </ItemDefinitionGroup> |
286 | 294 | <ItemGroup> |
|
0 commit comments