Add support for detecting the Visual Studio version

This commit is contained in:
Christian Resma Helle
2014-04-24 10:02:14 +02:00
parent ebb510ea2e
commit d189fb69d6
2 changed files with 23 additions and 3 deletions
@@ -3,6 +3,7 @@ namespace ChristianHelle.DeveloperTools.CodeGenerators.Resw.VSPackage.CustomTool
public enum VisualStudioVersion
{
VS2012,
VS2013
VS2013,
Unknown
}
}