Skip to content
Snippets Groups Projects
Commit 2f209bc9 authored by Drake Arconis's avatar Drake Arconis
Browse files

Update VSTool for VS2015

parent 1b32a3b0
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -556,7 +556,7 @@ namespace VSTool ...@@ -556,7 +556,7 @@ namespace VSTool
break; break;
case "12.00": case "12.00":
version = "VC120"; version = "VC140";
break; break;
default: default:
...@@ -599,8 +599,8 @@ namespace VSTool ...@@ -599,8 +599,8 @@ namespace VSTool
progid = "VisualStudio.DTE.10.0"; progid = "VisualStudio.DTE.10.0";
break; break;
case "VC120": case "VC140":
progid = "VisualStudio.DTE.12.0"; progid = "VisualStudio.DTE.14.0";
break; break;
default: default:
......
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