Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Switch compilation between compact and full .net framework?

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?

like image 361
elranu Avatar asked Oct 10 '09 14:10

elranu


People also ask

What are the challenges of using the .NET Compact Framework?

NET Compact Framework. No application configuration files. No support for COM Interop. No support for remoting.

Can I use .NET standard in .NET framework?

NET Standard will run on any . NET Standard compliant runtime, such as . NET Core, . NET Framework, Mono/Xamarin.

What is the difference between .NET Framework and .NET standard?

Net Standard is not a framework or platform of its own. It does not have implementations or a runtime, it just defines a specification what different . Net platforms has to implement to remain .


1 Answers

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.

like image 167
Manushin Igor Avatar answered Sep 22 '22 14:09

Manushin Igor