vezel-dev / zig-sdk

An MSBuild SDK for building Zig, C, and C++ projects using the Zig compiler.

Home Page:https://docs.vezel.dev/zig-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The SDK should set the `Language` property appropriately

alexrp opened this issue · comments

Need to figure out what Visual C++ sets this to so we can try to be consistent with that, at least for C++.

Need to figure out what Visual C++ sets this to

C++ always, apparently. We'll set it to Zig, C, or C++.

Need to figure out what Visual C++ sets this to

C++ always, apparently. We'll set it to Zig, C, or C++.

Or not. The .NET SDK has some undesirable logic for C++. Cxx it is.