13 references to MauiPlatformHelper
Aspire.Hosting.Maui (13)
MauiAndroidExtensions.cs (4)
156var (projectPath, workingDirectory) = MauiPlatformHelper.GetProjectPaths(builder); 192var targetFramework = MauiPlatformHelper.ConfigurePlatformResource( 361var (projectPath, workingDirectory) = MauiPlatformHelper.GetProjectPaths(builder); 397var targetFramework = MauiPlatformHelper.ConfigurePlatformResource(
MauiiOSExtensions.cs (4)
163var (projectPath, workingDirectory) = MauiPlatformHelper.GetProjectPaths(builder); 201var targetFramework = MauiPlatformHelper.ConfigurePlatformResource( 374var (projectPath, workingDirectory) = MauiPlatformHelper.GetProjectPaths(builder); 404var targetFramework = MauiPlatformHelper.ConfigurePlatformResource(
MauiLaunchConfiguration.cs (1)
11public string Type { get; set; } = MauiPlatformHelper.MauiLaunchConfigurationType;
MauiMacCatalystExtensions.cs (2)
87var (projectPath, workingDirectory) = MauiPlatformHelper.GetProjectPaths(builder); 100var targetFramework = MauiPlatformHelper.ConfigurePlatformResource(
MauiWindowsExtensions.cs (2)
87var (projectPath, workingDirectory) = MauiPlatformHelper.GetProjectPaths(builder); 100var targetFramework = MauiPlatformHelper.ConfigurePlatformResource(