cmVisualStudio10TargetGenerator: Change VsProjectType to be enum class
cmVisualStudio10TargetGenerator::VsProjectType
is an enum which creates a static analysis warning in VS. Changing it to enum class
.
If this is too minor a change to be a MR, I can make this a separate commit in !6774 (closed) .
Topic-rename: vs-enum-class
Edited by Brad King