diff options
-rw-r--r-- | Templates/MSBuild/FlagTables/v142_CL.json | 28 | ||||
-rw-r--r-- | Templates/MSBuild/FlagTables/v143_CL.json | 28 |
2 files changed, 0 insertions, 56 deletions
diff --git a/Templates/MSBuild/FlagTables/v142_CL.json b/Templates/MSBuild/FlagTables/v142_CL.json index b363718..64eeac4 100644 --- a/Templates/MSBuild/FlagTables/v142_CL.json +++ b/Templates/MSBuild/FlagTables/v142_CL.json @@ -664,27 +664,6 @@ "flags": [] }, { - "name": "CompileAs", - "switch": "interface", - "comment": "Compile as C++ Module Code", - "value": "CompileAsCppModule", - "flags": [] - }, - { - "name": "CompileAs", - "switch": "internalPartition", - "comment": "Compile as C++ Module Internal Partition", - "value": "CompileAsCppModuleInternalPartition", - "flags": [] - }, - { - "name": "CompileAs", - "switch": "exportHeader", - "comment": "Compile as C++ Header Unit", - "value": "CompileAsHeaderUnit", - "flags": [] - }, - { "name": "ErrorReporting", "switch": "errorReport:none", "comment": "Do Not Send Report", @@ -787,13 +766,6 @@ ] }, { - "name": "ForceSynchronousPDBWrites", - "switch": "FS", - "comment": "Force Synchronous PDB Writes", - "value": "true", - "flags": [] - }, - { "name": "IntrinsicFunctions", "switch": "Oi", "comment": "Enable Intrinsic Functions", diff --git a/Templates/MSBuild/FlagTables/v143_CL.json b/Templates/MSBuild/FlagTables/v143_CL.json index 9d8ddb0..8b700aa 100644 --- a/Templates/MSBuild/FlagTables/v143_CL.json +++ b/Templates/MSBuild/FlagTables/v143_CL.json @@ -659,27 +659,6 @@ "flags": [] }, { - "name": "CompileAs", - "switch": "interface", - "comment": "Compile as C++ Module Code", - "value": "CompileAsCppModule", - "flags": [] - }, - { - "name": "CompileAs", - "switch": "internalPartition", - "comment": "Compile as C++ Module Internal Partition", - "value": "CompileAsCppModuleInternalPartition", - "flags": [] - }, - { - "name": "CompileAs", - "switch": "exportHeader", - "comment": "Compile as C++ Header Unit", - "value": "CompileAsHeaderUnit", - "flags": [] - }, - { "name": "ErrorReporting", "switch": "errorReport:none", "comment": "Do Not Send Report", @@ -789,13 +768,6 @@ ] }, { - "name": "ForceSynchronousPDBWrites", - "switch": "FS", - "comment": "Force Synchronous PDB Writes", - "value": "true", - "flags": [] - }, - { "name": "IntrinsicFunctions", "switch": "Oi", "comment": "Enable Intrinsic Functions", |