Building Windows Applications
Learn how to build Windows applications from MAUI code.
We'll cover the following...
Windows applications can only be built from a Windows machine. This is why the csproj
file defines Windows target platform as conditional, ...