AttachTo icon indicating copy to clipboard operation
AttachTo copied to clipboard

Works in VS 2013

Open alexdresko opened this issue 11 years ago • 5 comments

Steps I took to get it to work on my machine:

  1. Load the .sln in VS 2013
  2. Allow VS 2013 to upgrade all of the projects.
  3. Change the .NET version to .NET 4.5.1
  4. 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. :)

alexdresko avatar Oct 30 '13 01:10 alexdresko

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!

kyleballard avatar Oct 31 '13 10:10 kyleballard

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.

alexdresko avatar Oct 31 '13 13:10 alexdresko

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.

wforney avatar Nov 12 '13 12:11 wforney

The old version works just fine in VS 2012.

alexdresko avatar Nov 12 '13 13:11 alexdresko

@whut can you please merge this (or the other) to the main and update VS Gallery?

Zenuka avatar Jan 24 '14 07:01 Zenuka