diff --git a/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted.csproj.user b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted.csproj.user
deleted file mode 100644
index cd723ee..0000000
--- a/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted.csproj.user
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
- False
- net9.0-windows10.0.19041.0
- Windows Machine
-
-
-
- Designer
-
-
- Designer
-
-
- Designer
-
-
- Designer
-
-
- Designer
-
-
- Designer
-
-
- Designer
-
-
-
\ No newline at end of file
diff --git a/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted.sln b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted.sln
deleted file mode 100644
index a9aab35..0000000
--- a/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted.sln
+++ /dev/null
@@ -1,25 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 17
-VisualStudioVersion = 17.14.36401.2 d17.14
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarkdownViewerGettingStarted", "MarkdownViewerGettingStarted.csproj", "{FB437B7D-2702-4D2A-AAE4-B42A7768E4C5}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {FB437B7D-2702-4D2A-AAE4-B42A7768E4C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {FB437B7D-2702-4D2A-AAE4-B42A7768E4C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {FB437B7D-2702-4D2A-AAE4-B42A7768E4C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {FB437B7D-2702-4D2A-AAE4-B42A7768E4C5}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {6EE30209-F96A-4C3E-8F7E-E47984B5F610}
- EndGlobalSection
-EndGlobal
diff --git a/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted.slnx b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted.slnx
new file mode 100644
index 0000000..2c551ae
--- /dev/null
+++ b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted.slnx
@@ -0,0 +1,3 @@
+
+
+
diff --git a/MarkdownViewerGettingStarted/App.xaml b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/App.xaml
similarity index 100%
rename from MarkdownViewerGettingStarted/App.xaml
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/App.xaml
diff --git a/MarkdownViewerGettingStarted/App.xaml.cs b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/App.xaml.cs
similarity index 75%
rename from MarkdownViewerGettingStarted/App.xaml.cs
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/App.xaml.cs
index 05a01ba..4bfd9be 100644
--- a/MarkdownViewerGettingStarted/App.xaml.cs
+++ b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/App.xaml.cs
@@ -1,4 +1,6 @@
-namespace MarkdownViewerGettingStarted
+using Microsoft.Extensions.DependencyInjection;
+
+namespace MarkdownViewerGettingStarted
{
public partial class App : Application
{
diff --git a/MarkdownViewerGettingStarted/AppShell.xaml b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/AppShell.xaml
similarity index 95%
rename from MarkdownViewerGettingStarted/AppShell.xaml
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/AppShell.xaml
index 1ab2d54..54d6048 100644
--- a/MarkdownViewerGettingStarted/AppShell.xaml
+++ b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/AppShell.xaml
@@ -7,6 +7,7 @@
Title="MarkdownViewerGettingStarted">
diff --git a/MarkdownViewerGettingStarted/AppShell.xaml.cs b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/AppShell.xaml.cs
similarity index 100%
rename from MarkdownViewerGettingStarted/AppShell.xaml.cs
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/AppShell.xaml.cs
diff --git a/MarkdownViewerGettingStarted/MainPage.xaml b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/MainPage.xaml
similarity index 100%
rename from MarkdownViewerGettingStarted/MainPage.xaml
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/MainPage.xaml
diff --git a/MarkdownViewerGettingStarted/MainPage.xaml.cs b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/MainPage.xaml.cs
similarity index 100%
rename from MarkdownViewerGettingStarted/MainPage.xaml.cs
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/MainPage.xaml.cs
diff --git a/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted.csproj b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted.csproj
similarity index 77%
rename from MarkdownViewerGettingStarted/MarkdownViewerGettingStarted.csproj
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted.csproj
index 912e47d..0c1e0f6 100644
--- a/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted.csproj
+++ b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted.csproj
@@ -1,10 +1,9 @@
-
+
- net9.0-android;net9.0-ios;net9.0-maccatalyst
- $(TargetFrameworks);net9.0-windows10.0.19041.0
-
-
+ net10.0-android
+ $(TargetFrameworks);net10.0-ios;net10.0-maccatalyst
+ $(TargetFrameworks);net10.0-windows10.0.19041.0
+ SourceGen
+
MarkdownViewerGettingStarted
@@ -38,7 +45,6 @@
21.0
10.0.17763.0
10.0.17763.0
- 6.5
@@ -51,7 +57,7 @@
-
+
@@ -61,7 +67,7 @@
-
+
diff --git a/MarkdownViewerGettingStarted/MauiProgram.cs b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/MauiProgram.cs
similarity index 100%
rename from MarkdownViewerGettingStarted/MauiProgram.cs
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/MauiProgram.cs
diff --git a/MarkdownViewerGettingStarted/Platforms/Android/AndroidManifest.xml b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/Android/AndroidManifest.xml
similarity index 100%
rename from MarkdownViewerGettingStarted/Platforms/Android/AndroidManifest.xml
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/Android/AndroidManifest.xml
diff --git a/MarkdownViewerGettingStarted/Platforms/Android/MainActivity.cs b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/Android/MainActivity.cs
similarity index 100%
rename from MarkdownViewerGettingStarted/Platforms/Android/MainActivity.cs
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/Android/MainActivity.cs
diff --git a/MarkdownViewerGettingStarted/Platforms/Android/MainApplication.cs b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/Android/MainApplication.cs
similarity index 100%
rename from MarkdownViewerGettingStarted/Platforms/Android/MainApplication.cs
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/Android/MainApplication.cs
diff --git a/MarkdownViewerGettingStarted/Platforms/Android/Resources/values/colors.xml b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/Android/Resources/values/colors.xml
similarity index 100%
rename from MarkdownViewerGettingStarted/Platforms/Android/Resources/values/colors.xml
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/Android/Resources/values/colors.xml
diff --git a/MarkdownViewerGettingStarted/Platforms/MacCatalyst/AppDelegate.cs b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/MacCatalyst/AppDelegate.cs
similarity index 100%
rename from MarkdownViewerGettingStarted/Platforms/MacCatalyst/AppDelegate.cs
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/MacCatalyst/AppDelegate.cs
diff --git a/MarkdownViewerGettingStarted/Platforms/MacCatalyst/Entitlements.plist b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/MacCatalyst/Entitlements.plist
similarity index 100%
rename from MarkdownViewerGettingStarted/Platforms/MacCatalyst/Entitlements.plist
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/MacCatalyst/Entitlements.plist
diff --git a/MarkdownViewerGettingStarted/Platforms/MacCatalyst/Info.plist b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/MacCatalyst/Info.plist
similarity index 94%
rename from MarkdownViewerGettingStarted/Platforms/MacCatalyst/Info.plist
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/MacCatalyst/Info.plist
index 7268977..f2e0987 100644
--- a/MarkdownViewerGettingStarted/Platforms/MacCatalyst/Info.plist
+++ b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/MacCatalyst/Info.plist
@@ -15,6 +15,8 @@
2
+ LSApplicationCategoryType
+ public.app-category.lifestyle
UIRequiredDeviceCapabilities
arm64
diff --git a/MarkdownViewerGettingStarted/Platforms/MacCatalyst/Program.cs b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/MacCatalyst/Program.cs
similarity index 100%
rename from MarkdownViewerGettingStarted/Platforms/MacCatalyst/Program.cs
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/MacCatalyst/Program.cs
diff --git a/MarkdownViewerGettingStarted/Platforms/Windows/App.xaml b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/Windows/App.xaml
similarity index 100%
rename from MarkdownViewerGettingStarted/Platforms/Windows/App.xaml
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/Windows/App.xaml
diff --git a/MarkdownViewerGettingStarted/Platforms/Windows/App.xaml.cs b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/Windows/App.xaml.cs
similarity index 100%
rename from MarkdownViewerGettingStarted/Platforms/Windows/App.xaml.cs
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/Windows/App.xaml.cs
diff --git a/MarkdownViewerGettingStarted/Platforms/Windows/Package.appxmanifest b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/Windows/Package.appxmanifest
similarity index 92%
rename from MarkdownViewerGettingStarted/Platforms/Windows/Package.appxmanifest
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/Windows/Package.appxmanifest
index 644ace6..639dec9 100644
--- a/MarkdownViewerGettingStarted/Platforms/Windows/Package.appxmanifest
+++ b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/Windows/Package.appxmanifest
@@ -8,7 +8,7 @@
-
+
$placeholder$
diff --git a/MarkdownViewerGettingStarted/Platforms/Windows/app.manifest b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/Windows/app.manifest
similarity index 87%
rename from MarkdownViewerGettingStarted/Platforms/Windows/app.manifest
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/Windows/app.manifest
index a757dbf..316192d 100644
--- a/MarkdownViewerGettingStarted/Platforms/Windows/app.manifest
+++ b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/Windows/app.manifest
@@ -10,6 +10,8 @@
-->
true/PM
PerMonitorV2, PerMonitor
+
+ true
diff --git a/MarkdownViewerGettingStarted/Platforms/iOS/AppDelegate.cs b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/iOS/AppDelegate.cs
similarity index 100%
rename from MarkdownViewerGettingStarted/Platforms/iOS/AppDelegate.cs
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/iOS/AppDelegate.cs
diff --git a/MarkdownViewerGettingStarted/Platforms/iOS/Info.plist b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/iOS/Info.plist
similarity index 100%
rename from MarkdownViewerGettingStarted/Platforms/iOS/Info.plist
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/iOS/Info.plist
diff --git a/MarkdownViewerGettingStarted/Platforms/iOS/Program.cs b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/iOS/Program.cs
similarity index 100%
rename from MarkdownViewerGettingStarted/Platforms/iOS/Program.cs
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/iOS/Program.cs
diff --git a/MarkdownViewerGettingStarted/Platforms/iOS/Resources/PrivacyInfo.xcprivacy b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/iOS/Resources/PrivacyInfo.xcprivacy
similarity index 100%
rename from MarkdownViewerGettingStarted/Platforms/iOS/Resources/PrivacyInfo.xcprivacy
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Platforms/iOS/Resources/PrivacyInfo.xcprivacy
diff --git a/MarkdownViewerGettingStarted/Properties/launchSettings.json b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Properties/launchSettings.json
similarity index 100%
rename from MarkdownViewerGettingStarted/Properties/launchSettings.json
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Properties/launchSettings.json
diff --git a/MarkdownViewerGettingStarted/Resources/AppIcon/appicon.svg b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Resources/AppIcon/appicon.svg
similarity index 100%
rename from MarkdownViewerGettingStarted/Resources/AppIcon/appicon.svg
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Resources/AppIcon/appicon.svg
diff --git a/MarkdownViewerGettingStarted/Resources/AppIcon/appiconfg.svg b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Resources/AppIcon/appiconfg.svg
similarity index 100%
rename from MarkdownViewerGettingStarted/Resources/AppIcon/appiconfg.svg
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Resources/AppIcon/appiconfg.svg
diff --git a/MarkdownViewerGettingStarted/Resources/Fonts/OpenSans-Regular.ttf b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Resources/Fonts/OpenSans-Regular.ttf
similarity index 95%
rename from MarkdownViewerGettingStarted/Resources/Fonts/OpenSans-Regular.ttf
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Resources/Fonts/OpenSans-Regular.ttf
index 33b3e0d..2cc82d2 100644
Binary files a/MarkdownViewerGettingStarted/Resources/Fonts/OpenSans-Regular.ttf and b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Resources/Fonts/OpenSans-Regular.ttf differ
diff --git a/MarkdownViewerGettingStarted/Resources/Fonts/OpenSans-Semibold.ttf b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Resources/Fonts/OpenSans-Semibold.ttf
similarity index 95%
rename from MarkdownViewerGettingStarted/Resources/Fonts/OpenSans-Semibold.ttf
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Resources/Fonts/OpenSans-Semibold.ttf
index a1f8571..fcb5284 100644
Binary files a/MarkdownViewerGettingStarted/Resources/Fonts/OpenSans-Semibold.ttf and b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Resources/Fonts/OpenSans-Semibold.ttf differ
diff --git a/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Resources/Images/dotnet_bot.png b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Resources/Images/dotnet_bot.png
new file mode 100644
index 0000000..054167e
Binary files /dev/null and b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Resources/Images/dotnet_bot.png differ
diff --git a/MarkdownViewerGettingStarted/Resources/Raw/AboutAssets.txt b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Resources/Raw/AboutAssets.txt
similarity index 100%
rename from MarkdownViewerGettingStarted/Resources/Raw/AboutAssets.txt
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Resources/Raw/AboutAssets.txt
diff --git a/MarkdownViewerGettingStarted/Resources/Splash/splash.svg b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Resources/Splash/splash.svg
similarity index 100%
rename from MarkdownViewerGettingStarted/Resources/Splash/splash.svg
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Resources/Splash/splash.svg
diff --git a/MarkdownViewerGettingStarted/Resources/Styles/Colors.xaml b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Resources/Styles/Colors.xaml
similarity index 98%
rename from MarkdownViewerGettingStarted/Resources/Styles/Colors.xaml
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Resources/Styles/Colors.xaml
index 30307a5..d57fcc6 100644
--- a/MarkdownViewerGettingStarted/Resources/Styles/Colors.xaml
+++ b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Resources/Styles/Colors.xaml
@@ -1,5 +1,4 @@
-
diff --git a/MarkdownViewerGettingStarted/Resources/Styles/Styles.xaml b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Resources/Styles/Styles.xaml
similarity index 96%
rename from MarkdownViewerGettingStarted/Resources/Styles/Styles.xaml
rename to MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Resources/Styles/Styles.xaml
index 86f574d..5fef12a 100644
--- a/MarkdownViewerGettingStarted/Resources/Styles/Styles.xaml
+++ b/MarkdownViewerGettingStarted/MarkdownViewerGettingStarted/Resources/Styles/Styles.xaml
@@ -1,5 +1,4 @@
-
@@ -132,13 +131,6 @@
-
-
-
-
-
-