Skip to content

Commit

Permalink
Cleanup unused v141 support
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Nov 5, 2022
1 parent 6fa457f commit a20f470
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions VSIX/src/Wizards/MyPlatformToolset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ public void RunStarted(object automationObject, Dictionary<string, string> repla
replacementsDictionary["$platformtoolset$"] = "v142";
replacementsDictionary["$targetplatformversion$"] = "10.0";
}
else if (regRoot.StartsWith(@"SOFTWARE\MICROSOFT\VISUALSTUDIO\15.0"))
{
replacementsDictionary["$platformtoolset$"] = "v141";
replacementsDictionary["$targetplatformversion$"] = "10.0.19041.0";
}
else
{
MessageBox.Show(string.Format("ERROR: Unrecognized Visual Studio version\n{0}\n{1}", dte2.Version, regRoot),
Expand Down

0 comments on commit a20f470

Please sign in to comment.