summaryrefslogtreecommitdiffstats
path: root/Templates/MSBuild/FlagTables/v10_CSharp.json
Commit message (Collapse)AuthorAgeFilesLines
* VS: Fix CSharp support for win32res: and win32icon: flagsStephan Szabo2018-11-281-2/+2
| | | | | | | Original header commit v3.13.0-rc2~6^2 Add a missing `:` to these entries in the flag table. The user value is always required and must come after the `:`.
* Vs: remove /nowin32manifest from C# flags to enable default VS behaviorStephan Szabo2018-11-281-3/+6
| | | | | | | Original header commit v3.10.0-rc1~494^2 if /nowin32manifest is specified, it will be preferred over any occurring /win32manifest:<file> parameter
* Add json flag tables for C#Stephan Szabo2018-11-281-0/+567
Generate initial json flag tables for C# based on the initial headers. Original header commit v3.8.0-rc1~230^2 Add these (currently unused) tables in preparation for `.csproj` generation support. Populate the tables for every version with a set of initial values that work well for me with VS 12 and VS 14. Later we may need to generate them more thoroughly from MSBuild `.xml` files.