C# – Switch compilation between compact and full .net framework

ccompact-frameworknetvisual studiovisual-studio-2008

Does anyone know how to switch a compilation of a library project on visual studio, so I can compile for compact framework and full .Net framework?

Best Answer

You can use two project-files on the shared sources.

So, you may have one solution file and two project on it at the same directory.