pgenfer / mixinSharp

extension for VS2015 that adds mixins to C#
MIT License
11 stars 1 forks source link

[update] broaden .vsix install targets to include VS 15 #15

Closed aluanhaddad closed 8 years ago

aluanhaddad commented 8 years ago

Visual Studio 15, which will probably end up being VS 2016, is currently in preview 2. It is surprisingly stable and contains many useful features. This PR broadens the Install Targets of the Vsix project to enable discovering and installing mixinSharp.

pgenfer commented 8 years ago

@aluanhaddad thanks a lot for your support! I haven't tried mixinSharp with VS15 Preview 2 yet, but if you encounter any issues, please let me know and I will take a look. By the way, V1.4 (with an implementation of #14) willl hopefully be finished during next month :-)

aluanhaddad commented 8 years ago

That's great news. I'll definitely let you know of any VS 15 related issues I encounter.