justcla / HotTips

Visual Studio extension that provides Tip of the Day
MIT License
3 stars 9 forks source link

refactors the .csproj so that it builds #19

Closed AmadeusW closed 6 years ago

AmadeusW commented 6 years ago

Currently, the .csproj doesn't build on my home or work machines because it can't find Microsoft.VSSDK.BuildTools.15.7.62

This PR refactors HotTips.csproj to match the New VSIX Project template, which these days does not use the Microsoft.VSSDK.BuildTools package.

This PR allows the project to build on my machine (and, I assume, machines of other contributors)