.NET: What is this new VS feature for compiling the same project for multiple frameworks?

A few months ago I heard about a new Visual Studio function for compiling the same project into several frameworks (for example, .NET 4 and Silverlight). How it's called?

+3
source share
2 answers

I think you mean Multi Targeting .

0
source

All Articles