Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to unload project in Xamarin?

Tags:

xamarin

I can't find any method to unload project in Xamarin! My solution was very big and some project can't loaded in Xamarin. So I want to unload it,they are just some Test Project.

like image 775
Dozer Avatar asked Sep 07 '25 17:09

Dozer


2 Answers

The only way I could find to do this is to leave the project in the solution but actually remove it from your build configuration. Right click on your solution > Preferences > Genereal > Build > Configurations and un-check your project.

This way the project can stay on the solution but the compiler will not try to compile it.

like image 125
Raciel R. Avatar answered Sep 11 '25 02:09

Raciel R.


Projects cannot be unloaded from a Xamarin solution.

like image 22
Trevor Tubbs Avatar answered Sep 11 '25 00:09

Trevor Tubbs