Update sample and version number

This commit is contained in:
Daniel Clark
2021-02-15 21:35:42 +00:00
parent 9fa476e57d
commit c995e45606
30 changed files with 40 additions and 763 deletions
@@ -119,16 +119,9 @@
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
</Compile>
<Compile Include="Class1.cs" />
<Compile Include="INavigation.cs" />
<Compile Include="NowPlayingPage.xaml.cs">
<DependentUpon>NowPlayingPage.xaml</DependentUpon>
</Compile>
<Compile Include="NowPlayingPageViewModel.cs" />
<Compile Include="ObservableObject.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="NowPlayingFlyout.xaml.cs">
<DependentUpon>NowPlayingFlyout.xaml</DependentUpon>
<Compile Include="SampleFlyout.xaml.cs">
<DependentUpon>SampleFlyout.xaml</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
@@ -137,11 +130,6 @@
</AppxManifest>
</ItemGroup>
<ItemGroup>
<Content Include="Assets\album.jpg" />
<Content Include="Assets\notification-icon-light.png" />
<Content Include="Assets\Notification-Icon-Playing-Light.png" />
<Content Include="Assets\Notification-Icon-Playing.png" />
<Content Include="Assets\notification-icon.png" />
<Content Include="Properties\Default.rd.xml" />
<Content Include="Assets\LockScreenLogo.scale-200.png" />
<Content Include="Assets\SplashScreen.scale-200.png" />
@@ -169,14 +157,10 @@
</PackageReference>
</ItemGroup>
<ItemGroup>
<Page Include="NowPlayingFlyout.xaml">
<Page Include="SampleFlyout.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="NowPlayingPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\TheXamlGuy.NotificationFlyout.Uwp.UI.Controls\TheXamlGuy.NotificationFlyout.Uwp.UI.Controls.csproj">