Theres no template page

This commit is contained in:
Dan Clark
2024-11-19 09:37:54 +00:00
parent 71d297b343
commit 33af580d5b
3 changed files with 0 additions and 23 deletions
-5
View File
@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<Page
x:Class="Toolkit.WinUI.TemplatePage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" />
-8
View File
@@ -1,8 +0,0 @@
using Microsoft.UI.Xaml.Controls;
namespace Toolkit.WinUI;
public sealed partial class TemplatePage : Page
{
public TemplatePage() => InitializeComponent();
}
-10
View File
@@ -16,10 +16,6 @@
<WindowsSdkPackageVersion>10.0.19041.41</WindowsSdkPackageVersion>
</PropertyGroup>
<ItemGroup>
<None Remove="TemplatePage.xaml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240923002" />
@@ -29,10 +25,4 @@
<ProjectReference Include="..\Toolkit.Windows\Toolkit.Windows.csproj" />
</ItemGroup>
<ItemGroup>
<Page Update="TemplatePage.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
</Project>