mirror of
https://github.com/PacktPublishing/Learn-WinUI-3-Second-Edition.git
synced 2026-06-20 12:23:09 +00:00
Add starter project for Chapter 13
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
<Project Sdk="Microsoft.Build.NoTargets/3.7.0">
|
||||
<PropertyGroup>
|
||||
<!-- NOTE: The TargetFramework is required by MSBuild but not used as this project is not built. -->
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<EnableDefaultItems>false</EnableDefaultItems>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="**\*" Exclude="obj\**;bin\**;*.csproj" />
|
||||
<None Update="AppHead.xaml.cs" DependentUpon="AppHead.xaml" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user