AttachTo
AttachTo copied to clipboard
Works in VS 2013
Steps I took to get it to work on my machine:
- Load the .sln in VS 2013
- Allow VS 2013 to upgrade all of the projects.
- Change the .NET version to .NET 4.5.1
- Change the vsixmanifest to include support for version "12" of Visual Studio.
Also, this is my first pull request, so don't flame me if I did something wrong. :)
Nice work. I too am a bit new to Github, let me know if there is a way to download this pull request. I didn't immediately see how to do so. Thanks for your contribution!
If you're using VS 2013, you should be able to click the "Download Zip" link from this page: https://github.com/alexdresko/AttachTo/tree/VS-2013-support
You'll probably also have to install the VS 2013 SDK to get it to compile though. Once it's compiled, there will be a .vsix file that you can double click to install the plugin in VS 2013.
If you update to 4.5.1 you force people to have that framework version installed. To provide VS 2012 compatibility we should keep this at 4.5.
The old version works just fine in VS 2012.
@whut can you please merge this (or the other) to the main and update VS Gallery?