editorconfig / editorconfig-visualstudio

EditorConfig Visual Studio Addin
http://editorconfig.org
Other
352 stars 74 forks source link

Project references overhaul #37

Closed hmemcpy closed 8 years ago

hmemcpy commented 8 years ago

This PR upgrades the project with some nuget goodies, to allow the following:

  1. Roundtrip building - allow opening the solution in any Visual Studio version, without forcing an upgrade (note: Visual Studio versions prior to 2015 require VS SDK installed for that version. The solution now builds in VS2015 without needing the SDK installed).
  2. Visual Studio SDK nuget packages (VS SDK by Sam Harwell) - allows more precise references
  3. Tweaked vsixmanifest
Mpdreamz commented 8 years ago

Death to machine wide SDK's, LGTM :+1:

Thanks for this @hmemcpy :)