Add support for detecting the Visual Studio version
This commit is contained in:
@@ -3,6 +3,7 @@ namespace ChristianHelle.DeveloperTools.CodeGenerators.Resw.VSPackage.CustomTool
|
||||
public enum VisualStudioVersion
|
||||
{
|
||||
VS2012,
|
||||
VS2013
|
||||
VS2013,
|
||||
Unknown
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user