Skip to content

Refactor VsProjectType to its own header

Sumit Bhardwaj requested to merge bhardwajs/cmake:refactor_vsproject_type into master

Move VsProject to its own header so that we can consolidate IsManaged and IsCSharp. This change also simplifies future introduction of new project types.

Merge request reports