whut / AttachTo

Extension to Visual Studio 2010 adding "Attach to IIS" and "Attach to NUnit" Tools menu commands.
MIT License
34 stars 33 forks source link

Works in VS 2013 #5

Open alexdresko opened 11 years ago

alexdresko commented 11 years ago

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. :)

kyleballard commented 11 years ago

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!

alexdresko commented 11 years ago

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.

wforney commented 11 years ago

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.

alexdresko commented 11 years ago

The old version works just fine in VS 2012.

Zenuka commented 10 years ago

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