Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Works in VS 2013 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

alexdresko
Copy link

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
Copy link

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
Copy link
Author

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
Copy link

wforney commented Nov 12, 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.

@alexdresko
Copy link
Author

The old version works just fine in VS 2012.

@Zenuka
Copy link

Zenuka commented Jan 24, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants