The `ForceSynchronousPDBWrites` entry in a `.vcxproj` file does not actually cause the `/FS` flag to be added to the command line. Fixes: #22476
@@ -786,13 +786,6 @@
"Continue"
]
},
- {
- "name": "ForceSynchronousPDBWrites",
- "switch": "FS",
- "comment": "Force Synchronous PDB Writes",
- "value": "true",
- "flags": []
- },
{
"name": "IntrinsicFunctions",
"switch": "Oi",
@@ -788,13 +788,6 @@