Where does `.csproj` get the value for `$(MauiVersion)` and other "variables"
In .csproj there are lines like
Version="$(MauiVersion)"
. Where is that variable or other $()
variables assigned a value?1 Reply