Skip to content

Commit 0df7592

Browse files
committed
fix build issues
1 parent 1ecf6f9 commit 0df7592

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Microsoft.Toolkit.Uwp.SampleApp/Microsoft.Toolkit.Uwp.SampleApp.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -977,6 +977,10 @@
977977
<SubType>Designer</SubType>
978978
<Generator>MSBuild:Compile</Generator>
979979
</Page>
980+
<Page Include="SamplePages\CanvasPathGeometry\CanvasPathGeometryPage.xaml">
981+
<SubType>Designer</SubType>
982+
<Generator>MSBuild:Compile</Generator>
983+
</Page>
980984
<Content Include="SamplePages\Primitives\SwitchPresenter.bind">
981985
<SubType>Designer</SubType>
982986
</Content>

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/MetadataControl/MetadataControlPage.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5+
using System;
6+
using System.Collections.ObjectModel;
57
using Microsoft.Toolkit.Uwp.SampleApp.Common;
68
using Microsoft.Toolkit.Uwp.UI;
79
using Microsoft.Toolkit.Uwp.UI.Controls;
8-
using System;
9-
using System.Collections.ObjectModel;
1010
using Windows.UI.Xaml;
1111
using Windows.UI.Xaml.Controls;
1212

0 commit comments

Comments
 (0)