Skip to content

Commit 421224a

Browse files
authored
MAUI example (#95)
1 parent 2258751 commit 421224a

File tree

110 files changed

+2422
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+2422
-7
lines changed

common/hybrid-blazor-apps/BlazorHybridApps.sln

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,122 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorWpfApp", "BlazorWpfAp
99
EndProject
1010
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorWinFormsApp", "BlazorWinFormsApp\BlazorWinFormsApp.csproj", "{16DEAB09-359E-4D58-9D8D-22F59E51F989}"
1111
EndProject
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorMauiApp", "BlazorMauiApp\BlazorMauiApp\BlazorMauiApp.csproj", "{47CC4E16-B220-4E7F-BD04-C16C8E2DB1C5}"
13+
EndProject
14+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorMauiApp.WinUI3", "BlazorMauiApp\BlazorMauiApp.WinUI3\BlazorMauiApp.WinUI3.csproj", "{2EF103EE-00CA-49DF-AA45-A92BE2180EE4}"
15+
EndProject
16+
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "BlazorMauiApp.WinUI3 (Package)", "BlazorMauiApp\BlazorMauiApp.WinUI3 (Package)\BlazorMauiApp.WinUI3 (Package).wapproj", "{6903CC1E-886A-4E4A-AE71-727599D74A1A}"
17+
EndProject
1218
Global
1319
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1420
Debug|Any CPU = Debug|Any CPU
21+
Debug|arm64 = Debug|arm64
22+
Debug|x64 = Debug|x64
23+
Debug|x86 = Debug|x86
1524
Release|Any CPU = Release|Any CPU
25+
Release|arm64 = Release|arm64
26+
Release|x64 = Release|x64
27+
Release|x86 = Release|x86
1628
EndGlobalSection
1729
GlobalSection(ProjectConfigurationPlatforms) = postSolution
1830
{0E95EEB3-1734-42A3-A8B7-990BF6184233}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1931
{0E95EEB3-1734-42A3-A8B7-990BF6184233}.Debug|Any CPU.Build.0 = Debug|Any CPU
32+
{0E95EEB3-1734-42A3-A8B7-990BF6184233}.Debug|arm64.ActiveCfg = Debug|Any CPU
33+
{0E95EEB3-1734-42A3-A8B7-990BF6184233}.Debug|arm64.Build.0 = Debug|Any CPU
34+
{0E95EEB3-1734-42A3-A8B7-990BF6184233}.Debug|x64.ActiveCfg = Debug|Any CPU
35+
{0E95EEB3-1734-42A3-A8B7-990BF6184233}.Debug|x64.Build.0 = Debug|Any CPU
36+
{0E95EEB3-1734-42A3-A8B7-990BF6184233}.Debug|x86.ActiveCfg = Debug|Any CPU
37+
{0E95EEB3-1734-42A3-A8B7-990BF6184233}.Debug|x86.Build.0 = Debug|Any CPU
2038
{0E95EEB3-1734-42A3-A8B7-990BF6184233}.Release|Any CPU.ActiveCfg = Release|Any CPU
2139
{0E95EEB3-1734-42A3-A8B7-990BF6184233}.Release|Any CPU.Build.0 = Release|Any CPU
40+
{0E95EEB3-1734-42A3-A8B7-990BF6184233}.Release|arm64.ActiveCfg = Release|Any CPU
41+
{0E95EEB3-1734-42A3-A8B7-990BF6184233}.Release|arm64.Build.0 = Release|Any CPU
42+
{0E95EEB3-1734-42A3-A8B7-990BF6184233}.Release|x64.ActiveCfg = Release|Any CPU
43+
{0E95EEB3-1734-42A3-A8B7-990BF6184233}.Release|x64.Build.0 = Release|Any CPU
44+
{0E95EEB3-1734-42A3-A8B7-990BF6184233}.Release|x86.ActiveCfg = Release|Any CPU
45+
{0E95EEB3-1734-42A3-A8B7-990BF6184233}.Release|x86.Build.0 = Release|Any CPU
2246
{F84C858B-FA3C-433B-AE42-153BD944A9AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2347
{F84C858B-FA3C-433B-AE42-153BD944A9AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
48+
{F84C858B-FA3C-433B-AE42-153BD944A9AC}.Debug|arm64.ActiveCfg = Debug|Any CPU
49+
{F84C858B-FA3C-433B-AE42-153BD944A9AC}.Debug|arm64.Build.0 = Debug|Any CPU
50+
{F84C858B-FA3C-433B-AE42-153BD944A9AC}.Debug|x64.ActiveCfg = Debug|Any CPU
51+
{F84C858B-FA3C-433B-AE42-153BD944A9AC}.Debug|x64.Build.0 = Debug|Any CPU
52+
{F84C858B-FA3C-433B-AE42-153BD944A9AC}.Debug|x86.ActiveCfg = Debug|Any CPU
53+
{F84C858B-FA3C-433B-AE42-153BD944A9AC}.Debug|x86.Build.0 = Debug|Any CPU
2454
{F84C858B-FA3C-433B-AE42-153BD944A9AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
2555
{F84C858B-FA3C-433B-AE42-153BD944A9AC}.Release|Any CPU.Build.0 = Release|Any CPU
56+
{F84C858B-FA3C-433B-AE42-153BD944A9AC}.Release|arm64.ActiveCfg = Release|Any CPU
57+
{F84C858B-FA3C-433B-AE42-153BD944A9AC}.Release|arm64.Build.0 = Release|Any CPU
58+
{F84C858B-FA3C-433B-AE42-153BD944A9AC}.Release|x64.ActiveCfg = Release|Any CPU
59+
{F84C858B-FA3C-433B-AE42-153BD944A9AC}.Release|x64.Build.0 = Release|Any CPU
60+
{F84C858B-FA3C-433B-AE42-153BD944A9AC}.Release|x86.ActiveCfg = Release|Any CPU
61+
{F84C858B-FA3C-433B-AE42-153BD944A9AC}.Release|x86.Build.0 = Release|Any CPU
2662
{16DEAB09-359E-4D58-9D8D-22F59E51F989}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2763
{16DEAB09-359E-4D58-9D8D-22F59E51F989}.Debug|Any CPU.Build.0 = Debug|Any CPU
64+
{16DEAB09-359E-4D58-9D8D-22F59E51F989}.Debug|arm64.ActiveCfg = Debug|Any CPU
65+
{16DEAB09-359E-4D58-9D8D-22F59E51F989}.Debug|arm64.Build.0 = Debug|Any CPU
66+
{16DEAB09-359E-4D58-9D8D-22F59E51F989}.Debug|x64.ActiveCfg = Debug|Any CPU
67+
{16DEAB09-359E-4D58-9D8D-22F59E51F989}.Debug|x64.Build.0 = Debug|Any CPU
68+
{16DEAB09-359E-4D58-9D8D-22F59E51F989}.Debug|x86.ActiveCfg = Debug|Any CPU
69+
{16DEAB09-359E-4D58-9D8D-22F59E51F989}.Debug|x86.Build.0 = Debug|Any CPU
2870
{16DEAB09-359E-4D58-9D8D-22F59E51F989}.Release|Any CPU.ActiveCfg = Release|Any CPU
2971
{16DEAB09-359E-4D58-9D8D-22F59E51F989}.Release|Any CPU.Build.0 = Release|Any CPU
72+
{16DEAB09-359E-4D58-9D8D-22F59E51F989}.Release|arm64.ActiveCfg = Release|Any CPU
73+
{16DEAB09-359E-4D58-9D8D-22F59E51F989}.Release|arm64.Build.0 = Release|Any CPU
74+
{16DEAB09-359E-4D58-9D8D-22F59E51F989}.Release|x64.ActiveCfg = Release|Any CPU
75+
{16DEAB09-359E-4D58-9D8D-22F59E51F989}.Release|x64.Build.0 = Release|Any CPU
76+
{16DEAB09-359E-4D58-9D8D-22F59E51F989}.Release|x86.ActiveCfg = Release|Any CPU
77+
{16DEAB09-359E-4D58-9D8D-22F59E51F989}.Release|x86.Build.0 = Release|Any CPU
78+
{47CC4E16-B220-4E7F-BD04-C16C8E2DB1C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
79+
{47CC4E16-B220-4E7F-BD04-C16C8E2DB1C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
80+
{47CC4E16-B220-4E7F-BD04-C16C8E2DB1C5}.Debug|arm64.ActiveCfg = Debug|Any CPU
81+
{47CC4E16-B220-4E7F-BD04-C16C8E2DB1C5}.Debug|arm64.Build.0 = Debug|Any CPU
82+
{47CC4E16-B220-4E7F-BD04-C16C8E2DB1C5}.Debug|x64.ActiveCfg = Debug|Any CPU
83+
{47CC4E16-B220-4E7F-BD04-C16C8E2DB1C5}.Debug|x64.Build.0 = Debug|Any CPU
84+
{47CC4E16-B220-4E7F-BD04-C16C8E2DB1C5}.Debug|x86.ActiveCfg = Debug|Any CPU
85+
{47CC4E16-B220-4E7F-BD04-C16C8E2DB1C5}.Debug|x86.Build.0 = Debug|Any CPU
86+
{47CC4E16-B220-4E7F-BD04-C16C8E2DB1C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
87+
{47CC4E16-B220-4E7F-BD04-C16C8E2DB1C5}.Release|Any CPU.Build.0 = Release|Any CPU
88+
{47CC4E16-B220-4E7F-BD04-C16C8E2DB1C5}.Release|arm64.ActiveCfg = Release|Any CPU
89+
{47CC4E16-B220-4E7F-BD04-C16C8E2DB1C5}.Release|arm64.Build.0 = Release|Any CPU
90+
{47CC4E16-B220-4E7F-BD04-C16C8E2DB1C5}.Release|x64.ActiveCfg = Release|Any CPU
91+
{47CC4E16-B220-4E7F-BD04-C16C8E2DB1C5}.Release|x64.Build.0 = Release|Any CPU
92+
{47CC4E16-B220-4E7F-BD04-C16C8E2DB1C5}.Release|x86.ActiveCfg = Release|Any CPU
93+
{47CC4E16-B220-4E7F-BD04-C16C8E2DB1C5}.Release|x86.Build.0 = Release|Any CPU
94+
{2EF103EE-00CA-49DF-AA45-A92BE2180EE4}.Debug|Any CPU.ActiveCfg = Debug|x86
95+
{2EF103EE-00CA-49DF-AA45-A92BE2180EE4}.Debug|arm64.ActiveCfg = Debug|arm64
96+
{2EF103EE-00CA-49DF-AA45-A92BE2180EE4}.Debug|arm64.Build.0 = Debug|arm64
97+
{2EF103EE-00CA-49DF-AA45-A92BE2180EE4}.Debug|x64.ActiveCfg = Debug|x64
98+
{2EF103EE-00CA-49DF-AA45-A92BE2180EE4}.Debug|x64.Build.0 = Debug|x64
99+
{2EF103EE-00CA-49DF-AA45-A92BE2180EE4}.Debug|x86.ActiveCfg = Debug|x86
100+
{2EF103EE-00CA-49DF-AA45-A92BE2180EE4}.Debug|x86.Build.0 = Debug|x86
101+
{2EF103EE-00CA-49DF-AA45-A92BE2180EE4}.Release|Any CPU.ActiveCfg = Release|x86
102+
{2EF103EE-00CA-49DF-AA45-A92BE2180EE4}.Release|arm64.ActiveCfg = Release|arm64
103+
{2EF103EE-00CA-49DF-AA45-A92BE2180EE4}.Release|arm64.Build.0 = Release|arm64
104+
{2EF103EE-00CA-49DF-AA45-A92BE2180EE4}.Release|x64.ActiveCfg = Release|x64
105+
{2EF103EE-00CA-49DF-AA45-A92BE2180EE4}.Release|x64.Build.0 = Release|x64
106+
{2EF103EE-00CA-49DF-AA45-A92BE2180EE4}.Release|x86.ActiveCfg = Release|x86
107+
{2EF103EE-00CA-49DF-AA45-A92BE2180EE4}.Release|x86.Build.0 = Release|x86
108+
{6903CC1E-886A-4E4A-AE71-727599D74A1A}.Debug|Any CPU.ActiveCfg = Debug|x86
109+
{6903CC1E-886A-4E4A-AE71-727599D74A1A}.Debug|arm64.ActiveCfg = Debug|arm64
110+
{6903CC1E-886A-4E4A-AE71-727599D74A1A}.Debug|arm64.Build.0 = Debug|arm64
111+
{6903CC1E-886A-4E4A-AE71-727599D74A1A}.Debug|arm64.Deploy.0 = Debug|arm64
112+
{6903CC1E-886A-4E4A-AE71-727599D74A1A}.Debug|x64.ActiveCfg = Debug|x64
113+
{6903CC1E-886A-4E4A-AE71-727599D74A1A}.Debug|x64.Build.0 = Debug|x64
114+
{6903CC1E-886A-4E4A-AE71-727599D74A1A}.Debug|x64.Deploy.0 = Debug|x64
115+
{6903CC1E-886A-4E4A-AE71-727599D74A1A}.Debug|x86.ActiveCfg = Debug|x86
116+
{6903CC1E-886A-4E4A-AE71-727599D74A1A}.Debug|x86.Build.0 = Debug|x86
117+
{6903CC1E-886A-4E4A-AE71-727599D74A1A}.Debug|x86.Deploy.0 = Debug|x86
118+
{6903CC1E-886A-4E4A-AE71-727599D74A1A}.Release|Any CPU.ActiveCfg = Release|x86
119+
{6903CC1E-886A-4E4A-AE71-727599D74A1A}.Release|arm64.ActiveCfg = Release|arm64
120+
{6903CC1E-886A-4E4A-AE71-727599D74A1A}.Release|arm64.Build.0 = Release|arm64
121+
{6903CC1E-886A-4E4A-AE71-727599D74A1A}.Release|arm64.Deploy.0 = Release|arm64
122+
{6903CC1E-886A-4E4A-AE71-727599D74A1A}.Release|x64.ActiveCfg = Release|x64
123+
{6903CC1E-886A-4E4A-AE71-727599D74A1A}.Release|x64.Build.0 = Release|x64
124+
{6903CC1E-886A-4E4A-AE71-727599D74A1A}.Release|x64.Deploy.0 = Release|x64
125+
{6903CC1E-886A-4E4A-AE71-727599D74A1A}.Release|x86.ActiveCfg = Release|x86
126+
{6903CC1E-886A-4E4A-AE71-727599D74A1A}.Release|x86.Build.0 = Release|x86
127+
{6903CC1E-886A-4E4A-AE71-727599D74A1A}.Release|x86.Deploy.0 = Release|x86
30128
EndGlobalSection
31129
GlobalSection(SolutionProperties) = preSolution
32130
HideSolutionNode = FALSE
Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '15.0'">
4+
<VisualStudioVersion>15.0</VisualStudioVersion>
5+
</PropertyGroup>
6+
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
7+
<DebuggerType>ManagedOnly</DebuggerType>
8+
</PropertyGroup>
9+
<ItemGroup Label="ProjectConfigurations">
10+
<ProjectConfiguration Include="Debug|x86">
11+
<Configuration>Debug</Configuration>
12+
<Platform>x86</Platform>
13+
</ProjectConfiguration>
14+
<ProjectConfiguration Include="Release|x86">
15+
<Configuration>Release</Configuration>
16+
<Platform>x86</Platform>
17+
</ProjectConfiguration>
18+
<ProjectConfiguration Include="Debug|x64">
19+
<Configuration>Debug</Configuration>
20+
<Platform>x64</Platform>
21+
</ProjectConfiguration>
22+
<ProjectConfiguration Include="Release|x64">
23+
<Configuration>Release</Configuration>
24+
<Platform>x64</Platform>
25+
</ProjectConfiguration>
26+
<ProjectConfiguration Include="Debug|arm64">
27+
<Configuration>Debug</Configuration>
28+
<Platform>arm64</Platform>
29+
</ProjectConfiguration>
30+
<ProjectConfiguration Include="Release|arm64">
31+
<Configuration>Release</Configuration>
32+
<Platform>arm64</Platform>
33+
</ProjectConfiguration>
34+
</ItemGroup>
35+
<PropertyGroup>
36+
<WapProjPath Condition="'$(WapProjPath)'==''">$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath>
37+
<PathToXAMLWinRTImplementations>BlazorMauiApp.WinUI3\</PathToXAMLWinRTImplementations>
38+
</PropertyGroup>
39+
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
40+
<PropertyGroup>
41+
<ProjectGuid>6903CC1E-886A-4E4A-AE71-727599D74A1A</ProjectGuid>
42+
<TargetPlatformVersion>10.0.19041.0</TargetPlatformVersion>
43+
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
44+
<AssetTargetFallback>net6.0-windows$(TargetPlatformVersion);$(AssetTargetFallback)</AssetTargetFallback>
45+
<DefaultLanguage>en-US</DefaultLanguage>
46+
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
47+
<EntryPointProjectUniqueName>..\BlazorMauiApp.WinUI3\BlazorMauiApp.WinUI3.csproj</EntryPointProjectUniqueName>
48+
</PropertyGroup>
49+
<ItemGroup>
50+
<AppxManifest Include="Package.appxmanifest">
51+
<SubType>Designer</SubType>
52+
</AppxManifest>
53+
</ItemGroup>
54+
<ItemGroup>
55+
<Content Include="Images\LargeTile.scale-100.png" />
56+
<Content Include="Images\LargeTile.scale-125.png" />
57+
<Content Include="Images\LargeTile.scale-150.png" />
58+
<Content Include="Images\LargeTile.scale-200.png" />
59+
<Content Include="Images\LargeTile.scale-400.png" />
60+
<Content Include="Images\SmallTile.scale-100.png" />
61+
<Content Include="Images\SmallTile.scale-125.png" />
62+
<Content Include="Images\SmallTile.scale-150.png" />
63+
<Content Include="Images\SmallTile.scale-200.png" />
64+
<Content Include="Images\SmallTile.scale-400.png" />
65+
<Content Include="Images\SplashScreen.scale-100.png" />
66+
<Content Include="Images\SplashScreen.scale-125.png" />
67+
<Content Include="Images\SplashScreen.scale-150.png" />
68+
<Content Include="Images\SplashScreen.scale-200.png" />
69+
<Content Include="Images\LockScreenLogo.scale-200.png" />
70+
<Content Include="Images\SplashScreen.scale-400.png" />
71+
<Content Include="Images\Square150x150Logo.scale-100.png" />
72+
<Content Include="Images\Square150x150Logo.scale-125.png" />
73+
<Content Include="Images\Square150x150Logo.scale-150.png" />
74+
<Content Include="Images\Square150x150Logo.scale-200.png" />
75+
<Content Include="Images\Square150x150Logo.scale-400.png" />
76+
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-16.png" />
77+
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-24.png" />
78+
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-256.png" />
79+
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-32.png" />
80+
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-48.png" />
81+
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-16.png" />
82+
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-256.png" />
83+
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-32.png" />
84+
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-48.png" />
85+
<Content Include="Images\Square44x44Logo.scale-100.png" />
86+
<Content Include="Images\Square44x44Logo.scale-125.png" />
87+
<Content Include="Images\Square44x44Logo.scale-150.png" />
88+
<Content Include="Images\Square44x44Logo.scale-200.png" />
89+
<Content Include="Images\Square44x44Logo.scale-400.png" />
90+
<Content Include="Images\Square44x44Logo.targetsize-16.png" />
91+
<Content Include="Images\Square44x44Logo.targetsize-24.png" />
92+
<Content Include="Images\Square44x44Logo.targetsize-24_altform-unplated.png" />
93+
<Content Include="Images\Square44x44Logo.targetsize-256.png" />
94+
<Content Include="Images\Square44x44Logo.targetsize-32.png" />
95+
<Content Include="Images\Square44x44Logo.targetsize-48.png" />
96+
<Content Include="Images\StoreLogo.scale-100.png" />
97+
<Content Include="Images\StoreLogo.scale-125.png" />
98+
<Content Include="Images\StoreLogo.scale-150.png" />
99+
<Content Include="Images\StoreLogo.scale-200.png" />
100+
<Content Include="Images\StoreLogo.scale-400.png" />
101+
<Content Include="Images\Wide310x150Logo.scale-100.png" />
102+
<Content Include="Images\Wide310x150Logo.scale-125.png" />
103+
<Content Include="Images\Wide310x150Logo.scale-150.png" />
104+
<Content Include="Images\Wide310x150Logo.scale-200.png" />
105+
<Content Include="Images\Wide310x150Logo.scale-400.png" />
106+
</ItemGroup>
107+
<ItemGroup>
108+
<ProjectReference Include="..\BlazorMauiApp.WinUI3\BlazorMauiApp.WinUI3.csproj">
109+
<SkipGetTargetFrameworkProperties>True</SkipGetTargetFrameworkProperties>
110+
<PublishProfile>Properties\PublishProfiles\win10-$(Platform).pubxml</PublishProfile>
111+
</ProjectReference>
112+
</ItemGroup>
113+
<ItemGroup>
114+
<PackageReference Include="Microsoft.ProjectReunion" Version="[0.5.6]">
115+
<IncludeAssets>build</IncludeAssets>
116+
</PackageReference>
117+
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="[0.5.6]">
118+
<IncludeAssets>build</IncludeAssets>
119+
</PackageReference>
120+
121+
<!--if you want to try the trial version-->
122+
<!--<PackageReference Include="Telerik.UI.for.Blazor.Trial" Version="2.24.0" />-->
123+
<PackageReference Include="Telerik.UI.for.Blazor" Version="2.24.0" />
124+
</ItemGroup>
125+
126+
<Target Name="RemoveUnusedAppXTargets" BeforeTargets="_GenerateAppxPackageRecipeFile">
127+
<ItemGroup>
128+
<_AppxItemsToRemove Include="@(AppxPackagePayload)" Condition=" $([System.String]::Copy(%(AppxPackagePayload.Identity)).Contains('Microsoft.AspNetCore.Components.WebView.Maui')) " />
129+
<AppxPackagePayload Remove="@(_AppxItemsToRemove)" />
130+
</ItemGroup>
131+
</Target>
132+
<Target Name="RemoveOutOfDateSourceItemsTargets" BeforeTargets="_CopyOutOfDateSourceItemsToOutputDirectory">
133+
<ItemGroup>
134+
<_SourceItemsToCopyToRemove Include="@(_SourceItemsToCopyToOutputDirectory)" Condition=" $([System.String]::Copy(%(_SourceItemsToCopyToOutputDirectory.Identity)).Contains('Microsoft.AspNetCore.Components.WebView.Maui')) " />
135+
<_SourceItemsToCopyToOutputDirectory Remove="@(_SourceItemsToCopyToRemove)" />
136+
</ItemGroup>
137+
</Target>
138+
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
139+
</Project>
4.96 KB
6.14 KB
7.92 KB
12.1 KB
33.4 KB
1.4 KB
1.6 KB
1.84 KB

0 commit comments

Comments
 (0)