I'm trying to use a 'Shared Project' in Visual Studio 2015 to share some XAML user controls between WPF applications, but can't get it working.
Is this supported?
The only 'Build Actions' in the list for .xaml and .xaml.cs files in Shared Projects are 'None', 'C# compiler', 'Content' or 'Embedded Resource', not 'Page' that I'd normally expect.
If I try to 'Add New Item' there isn't an option for any WPF user controls either, I've only got these ones in by adding existing items.
Thanks in advance.