added Main Navigation,

added vendor notes and scripts
This commit is contained in:
2026-08-13 23:49:59 +02:00
parent 6155cb96f1
commit 41b07530b1
18 changed files with 409 additions and 39 deletions
+40 -6
View File
@@ -31,18 +31,52 @@
<PublishTrimmed>false</PublishTrimmed>
</PropertyGroup>
<ItemGroup>
<None Remove="Pages\Dashboard.xaml" />
<None Remove="Pages\FavoriteAlbums.xaml" />
<None Remove="Pages\FavoriteArtists.xaml" />
<None Remove="Pages\FavoriteTracks.xaml" />
<None Remove="Pages\Settings.xaml" />
</ItemGroup>
<ItemGroup>
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>
<ItemGroup>
<PackageReference
Include="Microsoft.Windows.SDK.BuildTools"
Version="10.0.28000.2526" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.28000.2526" />
<PackageReference
Include="Microsoft.WindowsAppSDK"
Version="2.3.1" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="2.3.1" />
</ItemGroup>
<ItemGroup>
<Page Update="Pages\Settings.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Page Update="Pages\FavoriteArtists.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Page Update="Pages\FavoriteAlbums.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Page Update="Pages\FavoriteTracks.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Page Update="Pages\Dashboard.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
</Project>