MSBuild error MSB8053
MSB8053:
/clr
(common language runtime) not supported by clang-cl.
This error occurs when you specify the /clr
(Common Language Runtime) option in a C++ Clang project. This option requires the MSVC compiler, cl.exe
.
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
MSB8053:
/clr
(common language runtime) not supported by clang-cl.
This error occurs when you specify the /clr
(Common Language Runtime) option in a C++ Clang project. This option requires the MSVC compiler, cl.exe
.