Skip to content
Snippets Groups Projects
Commit c03e3982 authored by callum_linden's avatar callum_linden Committed by Nat Goodspeed
Browse files

Tweaks to VSTool source and executable for compatibility with VS 2017

parent 44768b1b
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -556,7 +556,7 @@ namespace VSTool
break;
case "12.00":
version = "VC120";
version = "VC150";
break;
default:
......@@ -603,6 +603,10 @@ namespace VSTool
progid = "VisualStudio.DTE.12.0";
break;
case "VC150":
progid = "VisualStudio.DTE.15.0";
break;
default:
throw new ApplicationException("Can't handle VS version: " + version);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment