From 813f5c4f8028aa9f50f91decf1ff451e79967bd7 Mon Sep 17 00:00:00 2001 From: Andrew KeepCoding Date: Fri, 7 Jun 2024 17:20:14 +0900 Subject: [PATCH] Update README --- README.md | 11 ++++++++++- WinUITemplates.sln | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9af2021..cd3db8c 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -# WinUITemplates \ No newline at end of file +# 📒WinUI Templates + +## 📝WinUI Blank App Template + +- Blank app +- Boilerplate code removed + +## 📝WinUI MVVM App Template +- Based on the *WinUI Blank App Template* +- [CommunityToolkit.Mvvm](https://github.com/CommunityToolkit/dotnet) installed diff --git a/WinUITemplates.sln b/WinUITemplates.sln index ba768aa..52f1561 100644 --- a/WinUITemplates.sln +++ b/WinUITemplates.sln @@ -7,6 +7,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinUIBlankAppProjectTemplat EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinUIMvvmAppProjectTemplate", "WinUIMvvmAppProjectTemplate\WinUIMvvmAppProjectTemplate.csproj", "{DE277D86-14A5-4DFC-9845-E7038FD721D9}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{12901D5B-8B1B-49BA-BC09-8C241359E67E}" + ProjectSection(SolutionItems) = preProject + README.md = README.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64