xamarin-macios/dotnet/targets
Juan Marcelo Tondato d13caa504f
[msbuild] make a way to keep LaunchProfile capability (#10868)
`$(_KeepLaunchProfiles)` will be defined on single projects to use `LaunchProfiles` capability required on VisualStudio, see:

https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1291515

When a single-project is loaded on VisualStudio, to enable the switch between target frameworks 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.

`$(_KeepLaunchProfiles)` property avoids that removal in order to have LaunchProfiles enabled on VisualStudio.

MAUI targets adds `$(_KeepLaunchProfiles)` with the value true to enable it for single-project.
2021-03-15 16:35:50 -05:00
..
.gitignore [dotnet] Templateify some build logic. (#10618) 2021-02-11 20:17:12 +01:00
Microsoft.Sdk.DefaultItems.template.props [dotnet] Add default exclusions for recursive patterns to not pick up files in the bin/obj directories. (#10422) 2021-01-15 08:25:42 +01:00
Microsoft.Sdk.Versions.template.props [dotnet] Templateify some build logic. (#10618) 2021-02-11 20:17:12 +01:00
WorkloadManifest.template.json .NET 6 templates for iOS, macOS, tvOS, & MacCatalyst (#10741) 2021-03-02 09:23:05 -06:00
Xamarin.Shared.Sdk.DefaultItems.targets [tests] Add unit tests for building Mac Catalyst for ARM64. (#10768) 2021-03-04 17:44:55 +01:00
Xamarin.Shared.Sdk.TargetFrameworkInference.props [dotnet] Normalize the casing of the 'TargetPlatformIdentifier' value on Mac Catalyst. (#10617) 2021-02-11 20:19:36 +01:00
Xamarin.Shared.Sdk.props [dotnet] Templateify some build logic. (#10618) 2021-02-11 20:17:12 +01:00
Xamarin.Shared.Sdk.targets [msbuild] make a way to keep LaunchProfile capability (#10868) 2021-03-15 16:35:50 -05:00