Add starter project for Chapter 13

This commit is contained in:
Alvin Ashcraft
2023-09-16 14:46:58 -04:00
parent 48f651f395
commit 5803bc2363
69 changed files with 2906 additions and 0 deletions
@@ -0,0 +1,17 @@
<local:App x:Class="UnoMediaCollection.AppHead"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:wasm="http://platform.uno/wasm"
xmlns:local="using:UnoMediaCollection"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="wasm">
<local:App.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="ms-appx:///UnoMediaCollection/AppResources.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</local:App.Resources>
</local:App>