about page added

This commit is contained in:
2024-03-05 17:01:00 +01:00
Unverified
parent 4f786afe42
commit 411a32039f
13 changed files with 211 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
<EnableCoreMrtTooling Condition=" '$(BuildingInsideVisualStudio)' != 'true' ">false</EnableCoreMrtTooling>
</PropertyGroup>
<ItemGroup>
<None Remove="About\AboutView.xaml" />
<None Remove="Home\HomePlaylistView.xaml" />
</ItemGroup>
@@ -31,6 +32,9 @@
</ItemGroup>
<ItemGroup>
<Page Update="About\AboutView.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
<None Update="Authentication\AuthenticationView.xaml">
<Generator>MSBuild:Compile</Generator>
</None>