How can I define the dimensions (width and height) so that when starting / debugging a .NET MAUI application with the Windows Machine target the window that opens will have those dimensions? When changing the window size manually the resulting width and height won't be saved so I have to repeat this every time.
I assume it can somehow be done in "launchSettings.json" -> "profiles" -> "Windows Machine"? If not how else can I change the launch settings?