Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update maui-mobile template: Sets the msbuild property _KeepLaunchProfiles to true and adds the MauiSingleProject project capability #527

Merged
merged 1 commit into from
Mar 17, 2021

Commits on Mar 16, 2021

  1. Update maui-mobile template: Sets the msbuild property _KeepLaunchPro…

    …files to true and adds the MauiSingleProject project capability
    
    To enable the switch between target frameworks on VisualStudio the LaunchProfiles capability need to be enabled.
    
    By default, it is enabled but this capability is removed by our SDKs because the HEAD projects (Android and iOS) does not use this IDE feature to display devices on the start button.
    
    The _KeepLaunchProfiles property avoids that removal in order to have LaunchProfiles enabled on VisualStudio.
    
    The MauiSingleProject project capability is required to identify single projects and when VisualStudio loads a project with this capability the initialization required for Android and iOS is executed, starting the services for both platforms.
    The Android and iOS project capabilities cannot be used to do that because only one set of these capabilities (related to the current TargetFramework) is available at this moment.
    
    These values need to be available when the project is loaded and if we set them on the targets for the MAUI NuGet package the first time after creating the project there are not recognized because we need a Nuget restore.
    tondat committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    07d7c03 View commit details
    Browse the repository at this point in the history