Is there a portable class library profile that supports System.Xml.Linq and System.Windows for .NET 4.0

I work with portable class classes using the beta version of Visual Studio 11.

I had quite a bit of success when WP7, Silverlight, and .Net 4.5 worked together in "Profile104."

However, I did not find a way to get .Net 4 supported in the same or similar profile. In particular, I'm looking for a profile in which System.Xml.Linq and System.Windows.Input.ICommand are available?

Is there any way to do this? Either using a standard profile, or creating your own profile and then adding type redirection?

thank

Stewart

+3
source share
1 answer

, ICommand ( INotifyCollectionChanged ObservableCollection) , .NET 4.0. .NET ( System.Windows.dll ), .

, System.Xml.Linq .NET 4.0.3 .

+4

All Articles