Skip to content

C# support: flag tables

This patch adds flag tables for C# in VS generator. The mechanism is the same like the C++ flag tables that are used for VS generator. The code is not (yet) used, so it's hard to provide tests. Hope it's OK to start like this with the C# integration.

Note on content of flag tables:

I don't have a full set of all reasonable flags and their default values for VS 10,11,12,140 and 141 available, so I copied my current set of values which works well for me with VS12 and VS14 in all the flag files. The intention is to have the mechanism and instantiation of the flag tables in place and refine the specific content of the flag tables bit by bit in the future. Hope this is OK.

Merge request reports