Disabling the execution of MGCB

Hi everyone. My regular workstation is a MacBook Pro and Monogame works great. However, whenever I’m on the go, I use my 32-bits Windows laptop. Running my code in Visual Studio will fail since MGCB.exe only supports a 64-bits OS.

I tried to search how to disable the automatic execution of it but without any luck. I don’t really need to use it at all, because I can prepare the content files on my regular workstation.

Is there any fairly simple way to disable/remove MGCB.exe and still be able to run my code? If so, what would be the exact steps to do so?

Thanks in advance!

In your Visual Studio project, select your .mgcb content file and set the Build Action to None.