SLaks / Rebracer

Saves editor formatting settings as part of each solution.
http://visualstudiogallery.msdn.microsoft.com/410e9b9f-65f3-4495-b68e-15567e543c58
44 stars 15 forks source link

Add VS2010 Support #1

Closed SLaks closed 10 years ago

SLaks commented 10 years ago

VS2010 support is tricky because GrowlNotifications.xaml uses new types & theme resource keys introduced in VS2012.

This will probably involve separate ControlTemplates or DataTemplates for the Border in the existing DataTemplate, with two versions of the UI for 2010 & 2012+, but only a single copy of the set of triggers.

It will probably also take some conditional MSBuild magic to make it build in 2010. (and 2010 will probably not be able to produce a build for later versions, unless I require a later SDK or include DLLs.