|
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'"> |
|
174 | 175 | <Optimization>Disabled</Optimization> |
175 | 176 | <LanguageStandard>stdcpp20</LanguageStandard> |
176 | 177 | <WarningLevel>Level3</WarningLevel> |
| 178 | + <SDLCheck>true</SDLCheck> |
177 | 179 | </ClCompile> |
178 | 180 | </ItemDefinitionGroup> |
179 | 181 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
|
186 | 188 | <Optimization>Disabled</Optimization> |
187 | 189 | <LanguageStandard>stdcpp20</LanguageStandard> |
188 | 190 | <WarningLevel>Level3</WarningLevel> |
| 191 | + <SDLCheck>true</SDLCheck> |
189 | 192 | </ClCompile> |
190 | 193 | </ItemDefinitionGroup> |
191 | 194 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64EC'"> |
|
198 | 201 | <Optimization>Disabled</Optimization> |
199 | 202 | <LanguageStandard>stdcpp20</LanguageStandard> |
200 | 203 | <WarningLevel>Level3</WarningLevel> |
| 204 | + <SDLCheck>true</SDLCheck> |
201 | 205 | </ClCompile> |
202 | 206 | </ItemDefinitionGroup> |
203 | 207 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
210 | 214 | <Optimization>Disabled</Optimization> |
211 | 215 | <LanguageStandard>stdcpp20</LanguageStandard> |
212 | 216 | <WarningLevel>Level3</WarningLevel> |
| 217 | + <SDLCheck>true</SDLCheck> |
213 | 218 | </ClCompile> |
214 | 219 | </ItemDefinitionGroup> |
215 | 220 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
224 | 229 | <ControlFlowGuard>Guard</ControlFlowGuard> |
225 | 230 | <LanguageStandard>stdcpp20</LanguageStandard> |
226 | 231 | <WarningLevel>Level3</WarningLevel> |
| 232 | + <SDLCheck>true</SDLCheck> |
227 | 233 | </ClCompile> |
228 | 234 | </ItemDefinitionGroup> |
229 | 235 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
|
237 | 243 | <ControlFlowGuard>Guard</ControlFlowGuard> |
238 | 244 | <LanguageStandard>stdcpp20</LanguageStandard> |
239 | 245 | <WarningLevel>Level3</WarningLevel> |
| 246 | + <SDLCheck>true</SDLCheck> |
240 | 247 | </ClCompile> |
241 | 248 | </ItemDefinitionGroup> |
242 | 249 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
|
252 | 259 | <GuardSignedReturns>true</GuardSignedReturns> |
253 | 260 | <LanguageStandard>stdcpp20</LanguageStandard> |
254 | 261 | <WarningLevel>Level3</WarningLevel> |
| 262 | + <SDLCheck>true</SDLCheck> |
255 | 263 | </ClCompile> |
256 | 264 | </ItemDefinitionGroup> |
257 | 265 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'"> |
|
267 | 275 | <GuardSignedReturns>true</GuardSignedReturns> |
268 | 276 | <LanguageStandard>stdcpp20</LanguageStandard> |
269 | 277 | <WarningLevel>Level3</WarningLevel> |
| 278 | + <SDLCheck>true</SDLCheck> |
270 | 279 | </ClCompile> |
271 | 280 | </ItemDefinitionGroup> |
272 | 281 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
281 | 290 | <GuardEHContMetadata>true</GuardEHContMetadata> |
282 | 291 | <LanguageStandard>stdcpp20</LanguageStandard> |
283 | 292 | <WarningLevel>Level3</WarningLevel> |
| 293 | + <SDLCheck>true</SDLCheck> |
284 | 294 | </ClCompile> |
285 | 295 | </ItemDefinitionGroup> |
286 | 296 | <ItemGroup> |
|
0 commit comments