-
Notifications
You must be signed in to change notification settings - Fork 153
Fix for issue #4: Support VS2013 for CC Editor Extensions #44
Conversation
…s Editor Extensions compilation. 2. Updated VS extension projects to not trigger one-way upgrade warning.
|
I need to take a closer look at this. I have a set of NuGet packages designed specifically to address these concerns with greater assurance, all without adding the binaries to source control. I'm 👎 on this particular approach, not because it won't work but because there is an easier, cleaner way. I'll add more information soon. |
|
@hubuk I made an initial pass through this. I plan to resolve this issue as follows:
|
|
@sharwell Your approach seams to be nice and clean. I suspected that there are no differences between these projects other than referenced assemblies. This can be handled out of the box thanks to version redirections in devenv.exe.config (except laguage services as you mentioned). I don't know if Adornments* and ContractAdornments* projects are using all the declared references but the list is quite big. It is also worth mentioning that following assemblies are missing from the repsository: It would be best to have Visual Studio extension libraries accessible via NuGet but unfortunately Microsoft has not published them for dev10. |
There is not. This will be a relatively easy update.
@hubuk Microsoft has not. But I have. Edit: This is the set of packages supported by Visual Studio 2010. |
|
This is (presumably) superseded by #66. |
|
Yup, closing it now. |
Added referenced assemblies from VS2010 and VS2012 to fix Contracts Editor Extensions compilation. Updated VS extension projects to not trigger one-way upgrade warning.
Possible fix for issue #4.