diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/AndroidManifest.xml b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/AndroidManifest.xml
deleted file mode 100644
index 7c622b1c4..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/AndroidManifest.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Assets/AboutAssets.txt b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Assets/AboutAssets.txt
deleted file mode 100644
index 210a93b80..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Assets/AboutAssets.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-To add cross-platform image assets for your Uno Platform app, use the Assets folder
-in the shared project instead. Assets in this folder are Android-only assets.
-
-Any raw assets you want to be deployed with your application can be placed in
-this directory (and child directories) and given a Build Action of "AndroidAsset".
-
-These files will be deployed with you package and will be accessible using Android's
-AssetManager, like this:
-
-public class ReadAsset : Activity
-{
- protected override void OnCreate (Bundle bundle)
- {
- base.OnCreate (bundle);
-
- InputStream input = Assets.Open ("my_asset.txt");
- }
-}
-
-Additionally, some Android functions will automatically load asset files:
-
-Typeface tf = Typeface.CreateFromAsset (Context.Assets, "fonts/samplefont.ttf");
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Assets/Fonts/uno-fluentui-assets.ttf b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Assets/Fonts/uno-fluentui-assets.ttf
deleted file mode 100644
index fedc86ff3..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Assets/Fonts/uno-fluentui-assets.ttf and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Main.Android.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Main.Android.cs
deleted file mode 100644
index 775309222..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Main.Android.cs
+++ /dev/null
@@ -1,35 +0,0 @@
-using Android.Runtime;
-using Com.Nostra13.Universalimageloader.Core;
-using System;
-using Windows.UI.Xaml.Media;
-
-namespace UnoSample.Droid
-{
- [global::Android.App.ApplicationAttribute(
- Label = "@string/ApplicationName",
- Icon = "@mipmap/icon",
- LargeHeap = true,
- HardwareAccelerated = true,
- Theme = "@style/AppTheme"
- )]
- public class Application : Windows.UI.Xaml.NativeApplication
- {
- public Application(IntPtr javaReference, JniHandleOwnership transfer)
- : base(() => new App(), javaReference, transfer)
- {
- ConfigureUniversalImageLoader();
- }
-
- private static void ConfigureUniversalImageLoader()
- {
- // Create global configuration and initialize ImageLoader with this config
- var config = new ImageLoaderConfiguration
- .Builder(Context)
- .Build();
-
- ImageLoader.Instance.Init(config);
-
- ImageSource.DefaultImageLoader = ImageLoader.Instance.LoadImageAsync;
- }
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/MainActivity.Android.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/MainActivity.Android.cs
deleted file mode 100644
index 2a0a70d4e..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/MainActivity.Android.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-using Android.App;
-using Android.Views;
-
-namespace UnoSample
-{
- [Activity(
- MainLauncher = true,
- ConfigurationChanges = global::Uno.UI.ActivityHelper.AllConfigChanges,
- WindowSoftInputMode = SoftInput.AdjustPan | SoftInput.StateHidden
- )]
- public class MainActivity : Windows.UI.Xaml.ApplicationActivity
- {
- }
-}
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/mipmap-hdpi/icon.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/mipmap-hdpi/icon.png
deleted file mode 100644
index 024be3ca5..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/mipmap-hdpi/icon.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/mipmap-ldpi/icon.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/mipmap-ldpi/icon.png
deleted file mode 100644
index 2194c9ca1..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/mipmap-ldpi/icon.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/mipmap-mdpi/icon.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/mipmap-mdpi/icon.png
deleted file mode 100644
index cfa450bab..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/mipmap-mdpi/icon.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/mipmap-tvdpi/icon.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/mipmap-tvdpi/icon.png
deleted file mode 100644
index 3869c27f4..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/mipmap-tvdpi/icon.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/mipmap-xhdpi/icon.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/mipmap-xhdpi/icon.png
deleted file mode 100644
index a5cfc6e10..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/mipmap-xhdpi/icon.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/mipmap-xxhdpi/icon.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/mipmap-xxhdpi/icon.png
deleted file mode 100644
index d6b8da0d5..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/mipmap-xxhdpi/icon.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/mipmap-xxxhdpi/icon.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/mipmap-xxxhdpi/icon.png
deleted file mode 100644
index 696295cef..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/mipmap-xxxhdpi/icon.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/values/Strings.xml b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/values/Strings.xml
deleted file mode 100644
index daad16b4c..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/values/Strings.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- Hello World, Click Me!
- UnoQuickStart
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/values/Styles.xml b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/values/Styles.xml
deleted file mode 100644
index f24b9a0cd..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/values/Styles.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Info.plist b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Info.plist
deleted file mode 100644
index bc52587b2..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Info.plist
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
- CFBundleName
- UnoSample
- CFBundleDisplayName
- UnoSample
- CFBundleIdentifier
- com.companyname.changeme
- CFBundleShortVersionString
- 1.0
- CFBundleVersion
- 1.0
- UIDeviceFamily
-
- 2
-
- LSApplicationCategoryType
- public.app-category.utilities
- UILaunchStoryboardName
- LaunchScreen
- UISupportedInterfaceOrientations
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- XSAppIconAssets
- Media.xcassets/AppIcon.appiconset
- UIAppFonts
-
- Fonts/uno-fluentui-assets.ttf
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/LaunchScreen.storyboard b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/LaunchScreen.storyboard
deleted file mode 100644
index 04a81ae75..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/LaunchScreen.storyboard
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Main.maccatalyst.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Main.maccatalyst.cs
deleted file mode 100644
index 8f85e870f..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Main.maccatalyst.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-using UIKit;
-
-namespace UnoSample
-{
- public class EntryPoint
- {
- // This is the main entry point of the application.
- static void Main(string[] args)
- {
- // if you want to use a different Application Delegate class from "AppDelegate"
- // you can specify it here.
- UIApplication.Main(args, null, typeof(App));
- }
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Contents.json b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Contents.json
deleted file mode 100644
index a5c670237..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Contents.json
+++ /dev/null
@@ -1,117 +0,0 @@
-{
- "images": [
- {
- "scale": "2x",
- "size": "29x29",
- "idiom": "iphone",
- "filename": "Icon58.png"
- },
- {
- "scale": "3x",
- "size": "29x29",
- "idiom": "iphone",
- "filename": "Icon87.png"
- },
- {
- "scale": "2x",
- "size": "40x40",
- "idiom": "iphone",
- "filename": "Icon80.png"
- },
- {
- "scale": "3x",
- "size": "60x60",
- "idiom": "iphone",
- "filename": "Icon180.png"
- },
- {
- "scale": "1x",
- "size": "20x20",
- "idiom": "ipad",
- "filename": "Icon20.png"
- },
- {
- "scale": "2x",
- "size": "20x20",
- "idiom": "ipad",
- "filename": "Icon40.png"
- },
- {
- "scale": "1x",
- "size": "29x29",
- "idiom": "ipad",
- "filename": "Icon29.png"
- },
- {
- "scale": "2x",
- "size": "29x29",
- "idiom": "ipad",
- "filename": "Icon58.png"
- },
- {
- "scale": "1x",
- "size": "40x40",
- "idiom": "ipad",
- "filename": "Icon40.png"
- },
- {
- "scale": "2x",
- "size": "40x40",
- "idiom": "ipad",
- "filename": "Icon80.png"
- },
- {
- "scale": "1x",
- "size": "76x76",
- "idiom": "ipad",
- "filename": "Icon76.png"
- },
- {
- "scale": "2x",
- "size": "20x20",
- "idiom": "iphone",
- "filename": "Icon40.png"
- },
- {
- "scale": "3x",
- "size": "20x20",
- "idiom": "iphone",
- "filename": "Icon60.png"
- },
- {
- "scale": "3x",
- "size": "40x40",
- "idiom": "iphone",
- "filename": "Icon120.png"
- },
- {
- "scale": "2x",
- "size": "60x60",
- "idiom": "iphone",
- "filename": "Icon120.png"
- },
- {
- "scale": "2x",
- "size": "76x76",
- "idiom": "ipad",
- "filename": "Icon152.png"
- },
- {
- "scale": "2x",
- "size": "83.5x83.5",
- "idiom": "ipad",
- "filename": "Icon167.png"
- },
- {
- "scale": "1x",
- "size": "1024x1024",
- "idiom": "ios-marketing",
- "filename": "Icon1024.png"
- }
- ],
- "properties": {},
- "info": {
- "version": 1,
- "author": "xcode"
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon1024.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon1024.png
deleted file mode 100644
index c7e45b700..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon1024.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon120.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon120.png
deleted file mode 100644
index 5f2aea5eb..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon120.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon152.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon152.png
deleted file mode 100644
index c28bde8fe..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon152.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon167.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon167.png
deleted file mode 100644
index aeeb0769b..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon167.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon180.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon180.png
deleted file mode 100644
index 0a851b8d7..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon180.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon20.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon20.png
deleted file mode 100644
index 6f1a958b7..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon20.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon29.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon29.png
deleted file mode 100644
index 2d1ce7977..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon29.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon40.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon40.png
deleted file mode 100644
index a0ab12a4e..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon40.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon58.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon58.png
deleted file mode 100644
index 26ef6c932..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon58.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon60.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon60.png
deleted file mode 100644
index 84bfd00e1..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon60.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon76.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon76.png
deleted file mode 100644
index b5ee36118..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon76.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon80.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon80.png
deleted file mode 100644
index 5de98b1c6..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon80.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon87.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon87.png
deleted file mode 100644
index 53147588c..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/AppIcons.appiconset/Icon87.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Resources/Default-568h@2x.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Resources/Default-568h@2x.png
deleted file mode 100644
index 29973dcbe..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Resources/Default-568h@2x.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Resources/Fonts/uno-fluentui-assets.ttf b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Resources/Fonts/uno-fluentui-assets.ttf
deleted file mode 100644
index fedc86ff3..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Resources/Fonts/uno-fluentui-assets.ttf and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Resources/SplashScreen@2x.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Resources/SplashScreen@2x.png
deleted file mode 100644
index f8e793d9e..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Resources/SplashScreen@2x.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Resources/SplashScreen@3x.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Resources/SplashScreen@3x.png
deleted file mode 100644
index 8c5f3984c..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Resources/SplashScreen@3x.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-128.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-128.png
deleted file mode 100644
index 5757c31d2..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-128.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-128@2x.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-128@2x.png
deleted file mode 100644
index d0fb35728..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-128@2x.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-16.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-16.png
deleted file mode 100644
index 17d637b23..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-16.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-16@2x.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-16@2x.png
deleted file mode 100644
index cf3a6e3ef..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-16@2x.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-256.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-256.png
deleted file mode 100644
index dcaaf7fad..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-256.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-256@2x.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-256@2x.png
deleted file mode 100644
index 4810d2d0b..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-256@2x.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-32.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-32.png
deleted file mode 100644
index c02a2268a..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-32.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-32@2x.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-32@2x.png
deleted file mode 100644
index d257b83aa..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-32@2x.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-512.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-512.png
deleted file mode 100644
index a90995087..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-512.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-512@2x.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-512@2x.png
deleted file mode 100644
index da4b8a992..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/AppIcon-512@2x.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/Contents.json b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/Contents.json
deleted file mode 100644
index 6b2854529..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/AppIcon.appiconset/Contents.json
+++ /dev/null
@@ -1,68 +0,0 @@
-{
- "images": [
- {
- "filename": "AppIcon-16.png",
- "size": "16x16",
- "scale": "1x",
- "idiom": "mac"
- },
- {
- "filename": "AppIcon-16@2x.png",
- "size": "16x16",
- "scale": "2x",
- "idiom": "mac"
- },
- {
- "filename": "AppIcon-32.png",
- "size": "32x32",
- "scale": "1x",
- "idiom": "mac"
- },
- {
- "filename": "AppIcon-32@2x.png",
- "size": "32x32",
- "scale": "2x",
- "idiom": "mac"
- },
- {
- "filename": "AppIcon-128.png",
- "size": "128x128",
- "scale": "1x",
- "idiom": "mac"
- },
- {
- "filename": "AppIcon-128@2x.png",
- "size": "128x128",
- "scale": "2x",
- "idiom": "mac"
- },
- {
- "filename": "AppIcon-256.png",
- "size": "256x256",
- "scale": "1x",
- "idiom": "mac"
- },
- {
- "filename": "AppIcon-256@2x.png",
- "size": "256x256",
- "scale": "2x",
- "idiom": "mac"
- },
- {
- "filename": "AppIcon-512.png",
- "size": "512x512",
- "scale": "1x",
- "idiom": "mac"
- },
- {
- "filename": "AppIcon-512@2x.png",
- "size": "512x512",
- "scale": "2x",
- "idiom": "mac"
- }
- ],
- "info": {
- "version": 1,
- "author": "xcode"
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/Contents.json b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/Contents.json
deleted file mode 100644
index 4caf392f9..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/Contents.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "info" : {
- "version" : 1,
- "author" : "xcode"
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/unologo.imageset/Contents.json b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/unologo.imageset/Contents.json
deleted file mode 100644
index 9b481d06d..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/unologo.imageset/Contents.json
+++ /dev/null
@@ -1,528 +0,0 @@
-{
- "images": [
- {
- "idiom": "universal"
- },
- {
- "scale": "1x",
- "idiom": "universal"
- },
- {
- "filename": "unoplatform.jpg",
- "scale": "2x",
- "idiom": "universal"
- },
- {
- "scale": "3x",
- "idiom": "universal"
- },
- {
- "idiom": "iphone"
- },
- {
- "scale": "1x",
- "idiom": "iphone"
- },
- {
- "scale": "2x",
- "idiom": "iphone"
- },
- {
- "subtype": "retina4",
- "scale": "2x",
- "idiom": "iphone"
- },
- {
- "scale": "3x",
- "idiom": "iphone"
- },
- {
- "idiom": "ipad"
- },
- {
- "scale": "1x",
- "idiom": "ipad"
- },
- {
- "scale": "2x",
- "idiom": "ipad"
- },
- {
- "idiom": "watch"
- },
- {
- "scale": "2x",
- "idiom": "watch"
- },
- {
- "screenWidth": "{130,145}",
- "scale": "2x",
- "idiom": "watch"
- },
- {
- "screenWidth": "{146,165}",
- "scale": "2x",
- "idiom": "watch"
- },
- {
- "idiom": "mac"
- },
- {
- "scale": "1x",
- "idiom": "mac"
- },
- {
- "scale": "2x",
- "idiom": "mac"
- },
- {
- "idiom": "car"
- },
- {
- "scale": "2x",
- "idiom": "car"
- },
- {
- "scale": "3x",
- "idiom": "car"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "idiom": "universal"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "scale": "1x",
- "idiom": "universal"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "scale": "2x",
- "idiom": "universal"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "scale": "3x",
- "idiom": "universal"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "idiom": "iphone"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "scale": "1x",
- "idiom": "iphone"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "scale": "2x",
- "idiom": "iphone"
- },
- {
- "subtype": "retina4",
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "scale": "2x",
- "idiom": "iphone"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "scale": "3x",
- "idiom": "iphone"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "idiom": "ipad"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "scale": "1x",
- "idiom": "ipad"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "scale": "2x",
- "idiom": "ipad"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "idiom": "watch"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "scale": "2x",
- "idiom": "watch"
- },
- {
- "screenWidth": "{130,145}",
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "scale": "2x",
- "idiom": "watch"
- },
- {
- "screenWidth": "{146,165}",
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "scale": "2x",
- "idiom": "watch"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "idiom": "mac"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "scale": "1x",
- "idiom": "mac"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "scale": "2x",
- "idiom": "mac"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "idiom": "car"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "scale": "2x",
- "idiom": "car"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "dark"
- }
- ],
- "scale": "3x",
- "idiom": "car"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "light"
- }
- ],
- "idiom": "universal"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "light"
- }
- ],
- "scale": "1x",
- "idiom": "universal"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "light"
- }
- ],
- "scale": "2x",
- "idiom": "universal"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "light"
- }
- ],
- "scale": "3x",
- "idiom": "universal"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "light"
- }
- ],
- "idiom": "iphone"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "light"
- }
- ],
- "scale": "1x",
- "idiom": "iphone"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "light"
- }
- ],
- "scale": "2x",
- "idiom": "iphone"
- },
- {
- "subtype": "retina4",
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "light"
- }
- ],
- "scale": "2x",
- "idiom": "iphone"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "light"
- }
- ],
- "scale": "3x",
- "idiom": "iphone"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "light"
- }
- ],
- "idiom": "ipad"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "light"
- }
- ],
- "scale": "1x",
- "idiom": "ipad"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "light"
- }
- ],
- "scale": "2x",
- "idiom": "ipad"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "light"
- }
- ],
- "idiom": "watch"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "light"
- }
- ],
- "scale": "2x",
- "idiom": "watch"
- },
- {
- "screenWidth": "{130,145}",
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "light"
- }
- ],
- "scale": "2x",
- "idiom": "watch"
- },
- {
- "screenWidth": "{146,165}",
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "light"
- }
- ],
- "scale": "2x",
- "idiom": "watch"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "light"
- }
- ],
- "idiom": "mac"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "light"
- }
- ],
- "scale": "1x",
- "idiom": "mac"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "light"
- }
- ],
- "scale": "2x",
- "idiom": "mac"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "light"
- }
- ],
- "idiom": "car"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "light"
- }
- ],
- "scale": "2x",
- "idiom": "car"
- },
- {
- "appearances": [
- {
- "appearance": "luminosity",
- "value": "light"
- }
- ],
- "scale": "3x",
- "idiom": "car"
- }
- ],
- "info": {
- "version": 1,
- "author": "xcode"
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/unologo.imageset/unoplatform.jpg b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/unologo.imageset/unoplatform.jpg
deleted file mode 100644
index da3230e55..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Assets.xcassets/unologo.imageset/unoplatform.jpg and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Entitlements.plist b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Entitlements.plist
deleted file mode 100644
index e9a3005f7..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Entitlements.plist
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Info.plist b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Info.plist
deleted file mode 100644
index b4e067957..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Info.plist
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
- CFBundleName
- UnoSample.macOS
- CFBundleIdentifier
- com.companyname.UnoSample-macOS
- CFBundleShortVersionString
- 1.0
- CFBundleVersion
- 1
- CFBundleDevelopmentRegion
- en
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundlePackageType
- APPL
- CFBundleSignature
- ????
- LSApplicationCategoryType
- public.app-category.utilities
- NSHumanReadableCopyright
- ${AuthorCopyright:HtmlEncode}
- NSPrincipalClass
- NSApplication
- XSAppIconAssets
- Assets.xcassets/AppIcons.appiconset
- ATSApplicationFontsPath
- Fonts/uno-fluentui-assets.ttf
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Main.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Main.cs
deleted file mode 100644
index 439fbd88a..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Main.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-using AppKit;
-
-namespace UnoSample.macOS
-{
- internal static class MainClass
- {
- static void Main(string[] args)
- {
- NSApplication.Init();
- NSApplication.SharedApplication.Delegate = new App();
- NSApplication.Main(args);
- }
- }
-}
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Resources/Fonts/uno-fluentui-assets.ttf b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Resources/Fonts/uno-fluentui-assets.ttf
deleted file mode 100644
index fedc86ff3..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacOS/Resources/Fonts/uno-fluentui-assets.ttf and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/UnoSample.Mobile.csproj b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/UnoSample.Mobile.csproj
deleted file mode 100644
index d896df367..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/UnoSample.Mobile.csproj
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
- net6.0-android;net6.0-ios;net6.0-maccatalyst;net6.0-macos
- true
- Exe
- iossimulator-x64
- maccatalyst-x64
- osx-x64
-
-
-
- True
- true
- 14.2
- 14.0
- 21.0
- 10.14
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- --registrar:static
-
- false
-
-
-
\ No newline at end of file
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Info.plist b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Info.plist
deleted file mode 100644
index 4dfc96582..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Info.plist
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
- CFBundleDisplayName
- UnoSample
- CFBundleIdentifier
- com.companyname.UnoSample
- CFBundleShortVersionString
- 1.0
- CFBundleVersion
- 1.0
- LSRequiresIPhoneOS
-
- UIDeviceFamily
-
- 1
- 2
-
- UILaunchStoryboardName
- LaunchScreen
- UIRequiredDeviceCapabilities
-
- armv7
- arm64
-
- UISupportedInterfaceOrientations
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- UISupportedInterfaceOrientations~ipad
-
- UIInterfaceOrientationPortrait
- UIInterfaceOrientationPortraitUpsideDown
- UIInterfaceOrientationLandscapeLeft
- UIInterfaceOrientationLandscapeRight
-
- UIAppFonts
-
- Fonts/uno-fluentui-assets.ttf
-
- UIViewControllerBasedStatusBarAppearance
-
- UILaunchImageMinimumOSVersion
- 9.0
- UILaunchImageOrientation
- Portrait
- UILaunchImageSize
- {320, 568}
- XSAppIconAssets
- Media.xcassets/AppIcons.appiconset
- UIApplicationSupportsIndirectInputEvents
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/LaunchScreen.storyboard b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/LaunchScreen.storyboard
deleted file mode 100644
index 04a81ae75..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/LaunchScreen.storyboard
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Main.iOS.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Main.iOS.cs
deleted file mode 100644
index 8f85e870f..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Main.iOS.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-using UIKit;
-
-namespace UnoSample
-{
- public class EntryPoint
- {
- // This is the main entry point of the application.
- static void Main(string[] args)
- {
- // if you want to use a different Application Delegate class from "AppDelegate"
- // you can specify it here.
- UIApplication.Main(args, null, typeof(App));
- }
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Contents.json b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Contents.json
deleted file mode 100644
index a5c670237..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Contents.json
+++ /dev/null
@@ -1,117 +0,0 @@
-{
- "images": [
- {
- "scale": "2x",
- "size": "29x29",
- "idiom": "iphone",
- "filename": "Icon58.png"
- },
- {
- "scale": "3x",
- "size": "29x29",
- "idiom": "iphone",
- "filename": "Icon87.png"
- },
- {
- "scale": "2x",
- "size": "40x40",
- "idiom": "iphone",
- "filename": "Icon80.png"
- },
- {
- "scale": "3x",
- "size": "60x60",
- "idiom": "iphone",
- "filename": "Icon180.png"
- },
- {
- "scale": "1x",
- "size": "20x20",
- "idiom": "ipad",
- "filename": "Icon20.png"
- },
- {
- "scale": "2x",
- "size": "20x20",
- "idiom": "ipad",
- "filename": "Icon40.png"
- },
- {
- "scale": "1x",
- "size": "29x29",
- "idiom": "ipad",
- "filename": "Icon29.png"
- },
- {
- "scale": "2x",
- "size": "29x29",
- "idiom": "ipad",
- "filename": "Icon58.png"
- },
- {
- "scale": "1x",
- "size": "40x40",
- "idiom": "ipad",
- "filename": "Icon40.png"
- },
- {
- "scale": "2x",
- "size": "40x40",
- "idiom": "ipad",
- "filename": "Icon80.png"
- },
- {
- "scale": "1x",
- "size": "76x76",
- "idiom": "ipad",
- "filename": "Icon76.png"
- },
- {
- "scale": "2x",
- "size": "20x20",
- "idiom": "iphone",
- "filename": "Icon40.png"
- },
- {
- "scale": "3x",
- "size": "20x20",
- "idiom": "iphone",
- "filename": "Icon60.png"
- },
- {
- "scale": "3x",
- "size": "40x40",
- "idiom": "iphone",
- "filename": "Icon120.png"
- },
- {
- "scale": "2x",
- "size": "60x60",
- "idiom": "iphone",
- "filename": "Icon120.png"
- },
- {
- "scale": "2x",
- "size": "76x76",
- "idiom": "ipad",
- "filename": "Icon152.png"
- },
- {
- "scale": "2x",
- "size": "83.5x83.5",
- "idiom": "ipad",
- "filename": "Icon167.png"
- },
- {
- "scale": "1x",
- "size": "1024x1024",
- "idiom": "ios-marketing",
- "filename": "Icon1024.png"
- }
- ],
- "properties": {},
- "info": {
- "version": 1,
- "author": "xcode"
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon1024.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon1024.png
deleted file mode 100644
index c7e45b700..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon1024.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon120.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon120.png
deleted file mode 100644
index 5f2aea5eb..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon120.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon152.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon152.png
deleted file mode 100644
index c28bde8fe..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon152.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon167.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon167.png
deleted file mode 100644
index aeeb0769b..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon167.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon180.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon180.png
deleted file mode 100644
index 0a851b8d7..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon180.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon20.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon20.png
deleted file mode 100644
index 6f1a958b7..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon20.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon29.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon29.png
deleted file mode 100644
index 2d1ce7977..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon29.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon40.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon40.png
deleted file mode 100644
index a0ab12a4e..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon40.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon58.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon58.png
deleted file mode 100644
index 26ef6c932..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon58.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon60.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon60.png
deleted file mode 100644
index 84bfd00e1..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon60.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon76.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon76.png
deleted file mode 100644
index b5ee36118..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon76.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon80.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon80.png
deleted file mode 100644
index 5de98b1c6..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon80.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon87.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon87.png
deleted file mode 100644
index 53147588c..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Media.xcassets/AppIcons.appiconset/Icon87.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Resources/Default-568h@2x.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Resources/Default-568h@2x.png
deleted file mode 100644
index 29973dcbe..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Resources/Default-568h@2x.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Resources/Fonts/uno-fluentui-assets.ttf b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Resources/Fonts/uno-fluentui-assets.ttf
deleted file mode 100644
index fedc86ff3..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Resources/Fonts/uno-fluentui-assets.ttf and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Resources/SplashScreen@2x.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Resources/SplashScreen@2x.png
deleted file mode 100644
index f8e793d9e..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Resources/SplashScreen@2x.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Resources/SplashScreen@3x.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Resources/SplashScreen@3x.png
deleted file mode 100644
index 8c5f3984c..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/iOS/Resources/SplashScreen@3x.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/App.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/App.xaml
deleted file mode 100644
index 7a90a5642..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/App.xaml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/App.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/App.xaml.cs
deleted file mode 100644
index d21d11a73..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/App.xaml.cs
+++ /dev/null
@@ -1,182 +0,0 @@
-using Microsoft.Extensions.Logging;
-using System;
-using Windows.ApplicationModel;
-using Windows.ApplicationModel.Activation;
-using Windows.UI.Xaml;
-using Windows.UI.Xaml.Controls;
-using Windows.UI.Xaml.Navigation;
-
-namespace UnoSample;
-
-///
-/// Provides application-specific behavior to supplement the default Application class.
-///
-public sealed partial class App : Application
-{
- private Window _window;
-
- ///
- /// Initializes the singleton application object. This is the first line of authored code
- /// executed, and as such is the logical equivalent of main() or WinMain().
- ///
- public App()
- {
- InitializeLogging();
-
- this.InitializeComponent();
-
-#if HAS_UNO || NETFX_CORE
- this.Suspending += OnSuspending;
-#endif
- }
-
- ///
- /// Invoked when the application is launched normally by the end user. Other entry points
- /// will be used such as when the application is launched to open a specific file.
- ///
- /// Details about the launch request and process.
- protected override void OnLaunched(LaunchActivatedEventArgs args)
- {
-#if DEBUG
- if (System.Diagnostics.Debugger.IsAttached)
- {
- // this.DebugSettings.EnableFrameRateCounter = true;
- }
-#endif
-
-#if NET6_0_OR_GREATER && WINDOWS
- _window = new Window();
- _window.Activate();
-#else
- _window = Windows.UI.Xaml.Window.Current;
-#endif
-
- var rootFrame = _window.Content as Frame;
-
- // Do not repeat app initialization when the Window already has content,
- // just ensure that the window is active
- if (rootFrame == null)
- {
- // Create a Frame to act as the navigation context and navigate to the first page
- rootFrame = new Frame();
-
- rootFrame.NavigationFailed += OnNavigationFailed;
-
- if (args.PreviousExecutionState == ApplicationExecutionState.Terminated)
- {
- // TODO: Load state from previously suspended application
- }
-
- // Place the frame in the current Window
- _window.Content = rootFrame;
- }
-
-#if !(NET6_0_OR_GREATER && WINDOWS)
- if (args.PrelaunchActivated == false)
-#endif
- {
- if (rootFrame.Content == null)
- {
- // When the navigation stack isn't restored navigate to the first page,
- // configuring the new page by passing required information as a navigation
- // parameter
- rootFrame.Navigate(typeof(MainPage), args.Arguments);
- }
- // Ensure the current window is active
- _window.Activate();
- }
- }
-
- ///
- /// Invoked when Navigation to a certain page fails
- ///
- /// The Frame which failed navigation
- /// Details about the navigation failure
- void OnNavigationFailed(object sender, NavigationFailedEventArgs e)
- {
- throw new InvalidOperationException($"Failed to load {e.SourcePageType.FullName}: {e.Exception}");
- }
-
- ///
- /// Invoked when application execution is being suspended. Application state is saved
- /// without knowing whether the application will be terminated or resumed with the contents
- /// of memory still intact.
- ///
- /// The source of the suspend request.
- /// Details about the suspend request.
- private void OnSuspending(object sender, SuspendingEventArgs e)
- {
- var deferral = e.SuspendingOperation.GetDeferral();
- //TODO: Save application state and stop any background activity
- deferral.Complete();
- }
-
- ///
- /// Configures global Uno Platform logging
- ///
- private static void InitializeLogging()
- {
-#if DEBUG
- // Logging is disabled by default for release builds, as it incurs a significant
- // initialization cost from Microsoft.Extensions.Logging setup. If startup performance
- // is a concern for your application, keep this disabled. If you're running on web or
- // desktop targets, you can use url or command line parameters to enable it.
- //
- // For more performance documentation: https://platform.uno/docs/articles/Uno-UI-Performance.html
-
- var factory = LoggerFactory.Create(builder =>
- {
-#if __WASM__
- builder.AddProvider(new global::Uno.Extensions.Logging.WebAssembly.WebAssemblyConsoleLoggerProvider());
-#elif __IOS__
- builder.AddProvider(new global::Uno.Extensions.Logging.OSLogLoggerProvider());
-#elif NETFX_CORE
- builder.AddDebug();
-#else
- builder.AddConsole();
-#endif
-
- // Exclude logs below this level
- builder.SetMinimumLevel(LogLevel.Information);
-
- // Default filters for Uno Platform namespaces
- builder.AddFilter("Uno", LogLevel.Warning);
- builder.AddFilter("Windows", LogLevel.Warning);
- builder.AddFilter("Microsoft", LogLevel.Warning);
-
- // Generic Xaml events
- // builder.AddFilter("Windows.UI.Xaml", LogLevel.Debug );
- // builder.AddFilter("Windows.UI.Xaml.VisualStateGroup", LogLevel.Debug );
- // builder.AddFilter("Windows.UI.Xaml.StateTriggerBase", LogLevel.Debug );
- // builder.AddFilter("Windows.UI.Xaml.UIElement", LogLevel.Debug );
- // builder.AddFilter("Windows.UI.Xaml.FrameworkElement", LogLevel.Trace );
-
- // Layouter specific messages
- // builder.AddFilter("Windows.UI.Xaml.Controls", LogLevel.Debug );
- // builder.AddFilter("Windows.UI.Xaml.Controls.Layouter", LogLevel.Debug );
- // builder.AddFilter("Windows.UI.Xaml.Controls.Panel", LogLevel.Debug );
-
- // builder.AddFilter("Windows.Storage", LogLevel.Debug );
-
- // Binding related messages
- // builder.AddFilter("Windows.UI.Xaml.Data", LogLevel.Debug );
- // builder.AddFilter("Windows.UI.Xaml.Data", LogLevel.Debug );
-
- // Binder memory references tracking
- // builder.AddFilter("Uno.UI.DataBinding.BinderReferenceHolder", LogLevel.Debug );
-
- // RemoteControl and HotReload related
- // builder.AddFilter("Uno.UI.RemoteControl", LogLevel.Information);
-
- // Debug JS interop
- // builder.AddFilter("Uno.Foundation.WebAssemblyRuntime", LogLevel.Debug );
- });
-
- global::Uno.Extensions.LogExtensionPoint.AmbientLoggerFactory = factory;
-
-#if HAS_UNO
- global::Uno.UI.Adapter.Microsoft.Extensions.Logging.LoggingAdapter.Initialize();
-#endif
-#endif
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/Assets/SharedAssets.md b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/Assets/SharedAssets.md
deleted file mode 100644
index 6d84997f1..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/Assets/SharedAssets.md
+++ /dev/null
@@ -1,34 +0,0 @@
-See documentation about assets here : https://github.com/unoplatform/uno/blob/master/doc/articles/features/working-with-assets.md
-
-# Here is a cheat sheet:
-
-1. Add the image file to the `Assets` directory of a shared project.
-2. Set the build action to `Content`.
-3. (Recommended) Provide an asset for various scales/dpi
-
-## Examples
-
-```
-\Assets\Images\logo.scale-100.png
-\Assets\Images\logo.scale-200.png
-\Assets\Images\logo.scale-400.png
-
-\Assets\Images\scale-100\logo.png
-\Assets\Images\scale-200\logo.png
-\Assets\Images\scale-400\logo.png
-```
-
-## Table of scales
-
-| Scale | UWP | iOS | Android |
-|-------|:-----------:|:--------:|:-------:|
-| `100` | scale-100 | @1x | mdpi |
-| `125` | scale-125 | N/A | N/A |
-| `150` | scale-150 | N/A | hdpi |
-| `200` | scale-200 | @2x | xhdpi |
-| `300` | scale-300 | @3x | xxhdpi |
-| `400` | scale-400 | N/A | xxxhdpi |
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/ColorsAndPosition/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/ColorsAndPosition/View.xaml
deleted file mode 100644
index e82ff928f..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/ColorsAndPosition/View.xaml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/ColorsAndPosition/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/ColorsAndPosition/View.xaml.cs
deleted file mode 100644
index c075aafde..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/ColorsAndPosition/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Axes.ColorsAndPosition;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/DateTimeScaled/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/DateTimeScaled/View.xaml
deleted file mode 100644
index 2791b4da5..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/DateTimeScaled/View.xaml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/DateTimeScaled/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/DateTimeScaled/View.xaml.cs
deleted file mode 100644
index 7ec93bf51..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/DateTimeScaled/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Axes.DateTimeScaled;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/LabelsFormat/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/LabelsFormat/View.xaml
deleted file mode 100644
index fdb01812d..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/LabelsFormat/View.xaml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/LabelsFormat/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/LabelsFormat/View.xaml.cs
deleted file mode 100644
index cbcacb81d..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/LabelsFormat/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Axes.LabelsFormat;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/LabelsFormat2/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/LabelsFormat2/View.xaml
deleted file mode 100644
index ee4ca05f7..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/LabelsFormat2/View.xaml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/LabelsFormat2/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/LabelsFormat2/View.xaml.cs
deleted file mode 100644
index 676bda175..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/LabelsFormat2/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Axes.LabelsFormat2;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/LabelsRotation/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/LabelsRotation/View.xaml
deleted file mode 100644
index 9300810ad..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/LabelsRotation/View.xaml
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/LabelsRotation/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/LabelsRotation/View.xaml.cs
deleted file mode 100644
index 218c61233..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/LabelsRotation/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Axes.LabelsRotation;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Logarithmic/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Logarithmic/View.xaml
deleted file mode 100644
index 0f96c79ff..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Logarithmic/View.xaml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Logarithmic/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Logarithmic/View.xaml.cs
deleted file mode 100644
index 38fbccb66..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Logarithmic/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Axes.Logarithmic;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Multiple/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Multiple/View.xaml
deleted file mode 100644
index 3dcaebd94..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Multiple/View.xaml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Multiple/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Multiple/View.xaml.cs
deleted file mode 100644
index 06f25eb38..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Multiple/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Axes.Multiple;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/NamedLabels/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/NamedLabels/View.xaml
deleted file mode 100644
index 5927706e8..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/NamedLabels/View.xaml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/NamedLabels/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/NamedLabels/View.xaml.cs
deleted file mode 100644
index 56dfee172..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/NamedLabels/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Axes.NamedLabels;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Paging/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Paging/View.xaml
deleted file mode 100644
index 6a693f0c1..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Paging/View.xaml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Paging/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Paging/View.xaml.cs
deleted file mode 100644
index 9d65176ed..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Paging/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Axes.Paging;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Shared/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Shared/View.xaml
deleted file mode 100644
index 7ca8954b8..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Shared/View.xaml
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Shared/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Shared/View.xaml.cs
deleted file mode 100644
index a8e7e7332..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Shared/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Axes.Shared;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Style/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Style/View.xaml
deleted file mode 100644
index 10a14300b..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Style/View.xaml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Style/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Style/View.xaml.cs
deleted file mode 100644
index 2509fc9e5..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/Style/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Axes.Style;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/TimeSpanScaled/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/TimeSpanScaled/View.xaml
deleted file mode 100644
index 0b01ce80f..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/TimeSpanScaled/View.xaml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/TimeSpanScaled/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/TimeSpanScaled/View.xaml.cs
deleted file mode 100644
index d5cad7ee5..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Axes/TimeSpanScaled/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Axes.TimeSpanScaled;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/AutoUpdate/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/AutoUpdate/View.xaml
deleted file mode 100644
index dcd1aa344..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/AutoUpdate/View.xaml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/AutoUpdate/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/AutoUpdate/View.xaml.cs
deleted file mode 100644
index 0a8046fd9..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/AutoUpdate/View.xaml.cs
+++ /dev/null
@@ -1,29 +0,0 @@
-using System.Threading.Tasks;
-using ViewModelsSamples.Bars.AutoUpdate;
-using Windows.UI.Xaml.Controls;
-using Windows.UI.Xaml.Input;
-
-namespace UnoSample.Bars.AutoUpdate;
-
-public sealed partial class View : UserControl
-{
- private bool? _isStreaming = false;
-
- public View()
- {
- InitializeComponent();
- }
-
- private async void Button_PointerPressed(object sender, PointerRoutedEventArgs e)
- {
- var vm = (ViewModel)DataContext;
- _isStreaming = _isStreaming is null ? true : !_isStreaming;
-
- while (_isStreaming.Value)
- {
- vm.RemoveItem();
- vm.AddItem();
- await Task.Delay(1000);
- }
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Basic/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Basic/View.xaml
deleted file mode 100644
index 703d65f2e..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Basic/View.xaml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Basic/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Basic/View.xaml.cs
deleted file mode 100644
index 29be0328b..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Basic/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Bars.Basic;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Custom/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Custom/View.xaml
deleted file mode 100644
index d0d89708f..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Custom/View.xaml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Custom/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Custom/View.xaml.cs
deleted file mode 100644
index e8eff6a16..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Custom/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Bars.Custom;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/DelayedAnimation/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/DelayedAnimation/View.xaml
deleted file mode 100644
index 5cffc22ae..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/DelayedAnimation/View.xaml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/DelayedAnimation/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/DelayedAnimation/View.xaml.cs
deleted file mode 100644
index 199331cd5..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/DelayedAnimation/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Bars.DelayedAnimation;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Layered/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Layered/View.xaml
deleted file mode 100644
index b2b820968..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Layered/View.xaml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Layered/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Layered/View.xaml.cs
deleted file mode 100644
index 2623a9b6d..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Layered/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Bars.Layered;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Race/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Race/View.xaml
deleted file mode 100644
index 66a21c89a..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Race/View.xaml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Race/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Race/View.xaml.cs
deleted file mode 100644
index 969972874..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Race/View.xaml.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-using System.Threading.Tasks;
-using ViewModelsSamples.Bars.Race;
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Bars.Race;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- Update();
- }
-
- public async void Update()
- {
- var vm = (ViewModel)DataContext;
- while (true)
- {
- _ = Dispatcher.RunAsync(Windows.UI.Core.CoreDispatcherPriority.Normal, () => vm.RandomIncrement());
- await Task.Delay(100);
- }
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/RowsWithLabels/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/RowsWithLabels/View.xaml
deleted file mode 100644
index 105e2342c..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/RowsWithLabels/View.xaml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/RowsWithLabels/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/RowsWithLabels/View.xaml.cs
deleted file mode 100644
index a6e1b05ab..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/RowsWithLabels/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Bars.RowsWithLabels;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Spacing/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Spacing/View.xaml
deleted file mode 100644
index 1085fc1a1..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Spacing/View.xaml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Spacing/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Spacing/View.xaml.cs
deleted file mode 100644
index 6886938e6..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/Spacing/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Bars.Spacing;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/WithBackground/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/WithBackground/View.xaml
deleted file mode 100644
index a05fc3fe1..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/WithBackground/View.xaml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/WithBackground/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/WithBackground/View.xaml.cs
deleted file mode 100644
index bf5344129..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Bars/WithBackground/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Bars.WithBackground;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Design/LinearGradients/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Design/LinearGradients/View.xaml
deleted file mode 100644
index 70f381ffb..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Design/LinearGradients/View.xaml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Design/LinearGradients/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Design/LinearGradients/View.xaml.cs
deleted file mode 100644
index 236338cb8..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Design/LinearGradients/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Design.LinearGradients;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Design/RadialGradients/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Design/RadialGradients/View.xaml
deleted file mode 100644
index 2f26003a5..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Design/RadialGradients/View.xaml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Design/RadialGradients/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Design/RadialGradients/View.xaml.cs
deleted file mode 100644
index e630f5fde..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Design/RadialGradients/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Design.RadialGradients;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Design/StrokeDashArray/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Design/StrokeDashArray/View.xaml
deleted file mode 100644
index 63afb8f1e..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Design/StrokeDashArray/View.xaml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Design/StrokeDashArray/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Design/StrokeDashArray/View.xaml.cs
deleted file mode 100644
index 085dbb1bc..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Design/StrokeDashArray/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Design.StrokeDashArray;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Events/AddPointOnClick/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Events/AddPointOnClick/View.xaml
deleted file mode 100644
index a6484fb16..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Events/AddPointOnClick/View.xaml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Events/AddPointOnClick/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Events/AddPointOnClick/View.xaml.cs
deleted file mode 100644
index af7ee8bc0..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Events/AddPointOnClick/View.xaml.cs
+++ /dev/null
@@ -1,32 +0,0 @@
-using LiveChartsCore.Defaults;
-using LiveChartsCore.Drawing;
-using ViewModelsSamples.Events.AddPointOnClick;
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Events.AddPointOnClick;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-
- private void Chart_PointerPressed(object sender, Windows.UI.Xaml.Input.PointerRoutedEventArgs e)
- {
- var viewModel = (ViewModel)DataContext;
-
- // gets the point in the UI coordinates.
- var p = e.GetCurrentPoint(chart);
-
- // scales the UI coordinates to the corresponding data in the chart.
- var dataCoordinates = chart.ScalePixelsToData(new LvcPointD(p.Position.X, p.Position.Y));
-
- // finally add the new point to the data in our chart.
- viewModel?.Data.Add(new ObservablePoint(dataCoordinates.X, dataCoordinates.Y));
-
- // You can also get all the points or visual elements in a given location.
- var points = chart.GetPointsAt(new LvcPoint((float)p.Position.X, (float)p.Position.Y));
- var visuals = chart.GetVisualsAt(new LvcPoint((float)p.Position.X, (float)p.Position.Y));
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Events/Cartesian/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Events/Cartesian/View.xaml
deleted file mode 100644
index ceb9e77ed..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Events/Cartesian/View.xaml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Events/Cartesian/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Events/Cartesian/View.xaml.cs
deleted file mode 100644
index 929df1925..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Events/Cartesian/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Events.Cartesian;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Events/Pie/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Events/Pie/View.xaml
deleted file mode 100644
index 97b2acaf0..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Events/Pie/View.xaml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Events/Pie/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Events/Pie/View.xaml.cs
deleted file mode 100644
index e5ff162dc..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Events/Pie/View.xaml.cs
+++ /dev/null
@@ -1,45 +0,0 @@
-using System.Collections.Generic;
-using System.Diagnostics;
-using LiveChartsCore.Kernel;
-using LiveChartsCore.Kernel.Sketches;
-using ViewModelsSamples.Events.Pie;
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Events.Pie;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-
- private void Chart_DataPointerDown(
- IChartView chart,
- IEnumerable points)
- {
- // notice in the chart event we are not able to use strongly typed points
- // but we can cast the point.Context.DataSource to the actual type.
-
- foreach (var point in points)
- {
- if (point.Context.DataSource is City city)
- {
- Trace.WriteLine($"[chart.dataPointerDownEvent] clicked on {city.Name}");
- continue;
- }
-
- if (point.Context.DataSource is int integer)
- {
- Trace.WriteLine($"[chart.dataPointerDownEvent] clicked on number {integer}");
- continue;
- }
-
- // handle more possible types here...
- // if (point.Context.DataSource is Foo foo)
- // {
- // ...
- // }
- }
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Events/Polar/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Events/Polar/View.xaml
deleted file mode 100644
index 6cdbf047c..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Events/Polar/View.xaml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Events/Polar/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Events/Polar/View.xaml.cs
deleted file mode 100644
index ffee8e073..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Events/Polar/View.xaml.cs
+++ /dev/null
@@ -1,45 +0,0 @@
-using System.Collections.Generic;
-using System.Diagnostics;
-using LiveChartsCore.Kernel;
-using LiveChartsCore.Kernel.Sketches;
-using ViewModelsSamples.Events.Polar;
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Events.Polar;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-
- private void Chart_DataPointerDown(
- IChartView chart,
- IEnumerable points)
- {
- // notice in the chart event we are not able to use strongly typed points
- // but we can cast the point.Context.DataSource to the actual type.
-
- foreach (var point in points)
- {
- if (point.Context.DataSource is City city)
- {
- Trace.WriteLine($"[chart.dataPointerDownEvent] clicked on {city.Name}");
- continue;
- }
-
- if (point.Context.DataSource is int integer)
- {
- Trace.WriteLine($"[chart.dataPointerDownEvent] clicked on number {integer}");
- continue;
- }
-
- // handle more possible types here...
- // if (point.Context.DataSource is Foo foo)
- // {
- // ...
- // }
- }
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Financial/BasicCandlesticks/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Financial/BasicCandlesticks/View.xaml
deleted file mode 100644
index f6bd9cd81..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Financial/BasicCandlesticks/View.xaml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Financial/BasicCandlesticks/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Financial/BasicCandlesticks/View.xaml.cs
deleted file mode 100644
index fce1cea70..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Financial/BasicCandlesticks/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Financial.BasicCandlesticks;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Animations/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Animations/View.xaml
deleted file mode 100644
index 6831fe129..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Animations/View.xaml
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Animations/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Animations/View.xaml.cs
deleted file mode 100644
index aabcb6690..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Animations/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.General.Animations;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/ChartToImage/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/ChartToImage/View.xaml
deleted file mode 100644
index 44a05ce9d..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/ChartToImage/View.xaml
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/ChartToImage/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/ChartToImage/View.xaml.cs
deleted file mode 100644
index 9163b175b..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/ChartToImage/View.xaml.cs
+++ /dev/null
@@ -1,47 +0,0 @@
-using LiveChartsCore.SkiaSharpView.SKCharts;
-using LiveChartsCore.SkiaSharpView.Uno;
-using Windows.UI.Xaml;
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.General.ChartToImage;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
-
- // in this case, when the view is loaded // mark
- // we render our chart controls as images // mark
- Loaded += View_Loaded;
- }
-
- private void View_Loaded(object sender, RoutedEventArgs e)
- {
- CreateImageFromCartesianControl();
- CreateImageFromPieControl();
- CreateImageFromGeoControl();
- }
-
- private void CreateImageFromCartesianControl()
- {
- // you can take any chart in the UI, and build an image from it // mark
- var chartControl = (CartesianChart)FindName("cartesianChart");
- var skChart = new SKCartesianChart(chartControl) { Width = 900, Height = 600, };
- skChart.SaveImage("CartesianImageFromControl.png");
- }
-
- private void CreateImageFromPieControl()
- {
- var chartControl = (PieChart)FindName("pieChart");
- var skChart = new SKPieChart(chartControl) { Width = 900, Height = 600, };
- skChart.SaveImage("PieImageFromControl.png");
- }
-
- private void CreateImageFromGeoControl()
- {
- var chartControl = (GeoMap)FindName("geoChart");
- var skChart = new SKGeoMap(chartControl) { Width = 900, Height = 600, };
- skChart.SaveImage("MapImageFromControl.png");
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/ConditionalDraw/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/ConditionalDraw/View.xaml
deleted file mode 100644
index cb4dc529e..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/ConditionalDraw/View.xaml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/ConditionalDraw/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/ConditionalDraw/View.xaml.cs
deleted file mode 100644
index 27003cae9..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/ConditionalDraw/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.General.ConditionalDraw;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Legends/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Legends/View.xaml
deleted file mode 100644
index f90264283..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Legends/View.xaml
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Legends/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Legends/View.xaml.cs
deleted file mode 100644
index 1cd5a1a45..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Legends/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.General.Legends;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/MultiThreading/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/MultiThreading/View.xaml
deleted file mode 100644
index 341761c0b..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/MultiThreading/View.xaml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/MultiThreading/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/MultiThreading/View.xaml.cs
deleted file mode 100644
index c2df3b724..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/MultiThreading/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.General.MultiThreading;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/MultiThreading2/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/MultiThreading2/View.xaml
deleted file mode 100644
index afad0f4de..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/MultiThreading2/View.xaml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/MultiThreading2/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/MultiThreading2/View.xaml.cs
deleted file mode 100644
index 532794fd1..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/MultiThreading2/View.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using Windows.UI.Xaml.Controls;
-using ViewModelsSamples.General.MultiThreading2;
-
-namespace UnoSample.General.MultiThreading2;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
-
- var vm = new ViewModel(InvokeOnUIThread);
- DataContext = vm;
- }
-
- // this method takes another function as an argument.
- // the idea is that we are invoking the passed action in the UI thread
- // but the UI framework will let the view model how to do this.
- // we will pass the InvokeOnUIThread method to our view model so the view model knows how
- // to invoke an action in the UI thred.
- private void InvokeOnUIThread(Action action)
- {
- // the InvokeOnUIThread method provided by livecharts is a simple helper class
- // that handles the invoke in the multiple platforms Uno supports.
- LiveChartsCore.SkiaSharpView.Uno.Helpers.UnoPlatformHelpers.InvokeOnUIThread(action);
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/NullPoints/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/NullPoints/View.xaml
deleted file mode 100644
index df5bde69c..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/NullPoints/View.xaml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/NullPoints/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/NullPoints/View.xaml.cs
deleted file mode 100644
index 26b6193de..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/NullPoints/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.General.NullPoints;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Sections/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Sections/View.xaml
deleted file mode 100644
index c80301cdf..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Sections/View.xaml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Sections/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Sections/View.xaml.cs
deleted file mode 100644
index abd6c32a7..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Sections/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.General.Sections;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Sections2/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Sections2/View.xaml
deleted file mode 100644
index 1d48b10b0..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Sections2/View.xaml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Sections2/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Sections2/View.xaml.cs
deleted file mode 100644
index a6e2fdbfa..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Sections2/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.General.Sections2;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/TemplatedLegends/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/TemplatedLegends/View.xaml
deleted file mode 100644
index 6fc363aec..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/TemplatedLegends/View.xaml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/TemplatedLegends/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/TemplatedLegends/View.xaml.cs
deleted file mode 100644
index 09a7aa9d4..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/TemplatedLegends/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.General.TemplatedLegends;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/TemplatedTooltips/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/TemplatedTooltips/View.xaml
deleted file mode 100644
index 9575febcb..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/TemplatedTooltips/View.xaml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/TemplatedTooltips/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/TemplatedTooltips/View.xaml.cs
deleted file mode 100644
index 844d7bfb4..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/TemplatedTooltips/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.General.TemplatedTooltips;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Tooltips/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Tooltips/View.xaml
deleted file mode 100644
index b35ecd401..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Tooltips/View.xaml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Tooltips/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Tooltips/View.xaml.cs
deleted file mode 100644
index 41196f6ea..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Tooltips/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.General.Tooltips;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/UserDefinedTypes/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/UserDefinedTypes/View.xaml
deleted file mode 100644
index c17f9677d..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/UserDefinedTypes/View.xaml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/UserDefinedTypes/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/UserDefinedTypes/View.xaml.cs
deleted file mode 100644
index a276f493e..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/UserDefinedTypes/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.General.UserDefinedTypes;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Visibility/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Visibility/View.xaml
deleted file mode 100644
index 01cf86309..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Visibility/View.xaml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Visibility/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Visibility/View.xaml.cs
deleted file mode 100644
index f6a2be68d..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/Visibility/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.General.Visibility;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/VisualElements/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/VisualElements/View.xaml
deleted file mode 100644
index f19a122d8..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/VisualElements/View.xaml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/VisualElements/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/VisualElements/View.xaml.cs
deleted file mode 100644
index 979d66f63..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/General/VisualElements/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.General.VisualElements;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Heat/Basic/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Heat/Basic/View.xaml
deleted file mode 100644
index 4d4798a23..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Heat/Basic/View.xaml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Heat/Basic/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Heat/Basic/View.xaml.cs
deleted file mode 100644
index 7cd7ff91b..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Heat/Basic/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Heat.Basic;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Area/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Area/View.xaml
deleted file mode 100644
index 190611ce2..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Area/View.xaml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Area/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Area/View.xaml.cs
deleted file mode 100644
index a2fc1a619..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Area/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Lines.Area;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/AutoUpdate/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/AutoUpdate/View.xaml
deleted file mode 100644
index 69f6c0112..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/AutoUpdate/View.xaml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/AutoUpdate/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/AutoUpdate/View.xaml.cs
deleted file mode 100644
index 52652a2c1..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/AutoUpdate/View.xaml.cs
+++ /dev/null
@@ -1,29 +0,0 @@
-using System.Threading.Tasks;
-using ViewModelsSamples.Lines.AutoUpdate;
-using Windows.UI.Xaml.Controls;
-using Windows.UI.Xaml.Input;
-
-namespace UnoSample.Lines.AutoUpdate;
-
-public sealed partial class View : UserControl
-{
- private bool? _isStreaming = false;
-
- public View()
- {
- InitializeComponent();
- }
-
- private async void Button_PointerPressed(object sender, PointerRoutedEventArgs e)
- {
- var vm = (ViewModel)DataContext;
- _isStreaming = _isStreaming is null ? true : !_isStreaming;
-
- while (_isStreaming.Value)
- {
- vm.RemoveItem();
- vm.AddItem();
- await Task.Delay(1000);
- }
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Basic/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Basic/View.xaml
deleted file mode 100644
index 29ac27ce8..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Basic/View.xaml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Basic/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Basic/View.xaml.cs
deleted file mode 100644
index bad6cdc41..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Basic/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Lines.Basic;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Custom/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Custom/View.xaml
deleted file mode 100644
index a7804e7d1..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Custom/View.xaml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Custom/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Custom/View.xaml.cs
deleted file mode 100644
index 9111f5713..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Custom/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Lines.Custom;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Padding/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Padding/View.xaml
deleted file mode 100644
index 6dcf80893..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Padding/View.xaml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Padding/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Padding/View.xaml.cs
deleted file mode 100644
index 4f98b1590..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Padding/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Lines.Padding;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Properties/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Properties/View.xaml
deleted file mode 100644
index baeca00c3..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Properties/View.xaml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Properties/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Properties/View.xaml.cs
deleted file mode 100644
index b9eba1d77..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Properties/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Lines.Properties;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Straight/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Straight/View.xaml
deleted file mode 100644
index b954d32f3..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Straight/View.xaml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Straight/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Straight/View.xaml.cs
deleted file mode 100644
index 9b6b8c1d2..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Straight/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Lines.Straight;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/XY/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/XY/View.xaml
deleted file mode 100644
index 77c388779..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/XY/View.xaml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/XY/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/XY/View.xaml.cs
deleted file mode 100644
index fe5d9bb2c..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/XY/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Lines.XY;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Zoom/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Zoom/View.xaml
deleted file mode 100644
index 4804f2014..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Zoom/View.xaml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Zoom/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Zoom/View.xaml.cs
deleted file mode 100644
index 85f23375b..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Lines/Zoom/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Lines.Zoom;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Maps/World/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Maps/World/View.xaml
deleted file mode 100644
index 40cfaae55..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Maps/World/View.xaml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Maps/World/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Maps/World/View.xaml.cs
deleted file mode 100644
index 15ab41e64..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Maps/World/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Maps.World;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/AutoUpdate/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/AutoUpdate/View.xaml
deleted file mode 100644
index 0ab58eafb..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/AutoUpdate/View.xaml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/AutoUpdate/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/AutoUpdate/View.xaml.cs
deleted file mode 100644
index 12ff9429c..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/AutoUpdate/View.xaml.cs
+++ /dev/null
@@ -1,29 +0,0 @@
-using System.Threading.Tasks;
-using ViewModelsSamples.Pies.AutoUpdate;
-using Windows.UI.Xaml.Controls;
-using Windows.UI.Xaml.Input;
-
-namespace UnoSample.Pies.AutoUpdate;
-
-public sealed partial class View : UserControl
-{
- private bool? _isStreaming = false;
-
- public View()
- {
- InitializeComponent();
- }
-
- private async void Button_PointerPressed(object sender, PointerRoutedEventArgs e)
- {
- var vm = (ViewModel)DataContext;
- _isStreaming = _isStreaming is null ? true : !_isStreaming;
-
- while (_isStreaming.Value)
- {
- vm.RemoveSeries();
- vm.AddSeries();
- await Task.Delay(1000);
- }
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Basic/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Basic/View.xaml
deleted file mode 100644
index db5806ce3..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Basic/View.xaml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Basic/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Basic/View.xaml.cs
deleted file mode 100644
index 3e105beca..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Basic/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Pies.Basic;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Custom/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Custom/View.xaml
deleted file mode 100644
index 8bdc069f7..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Custom/View.xaml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Custom/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Custom/View.xaml.cs
deleted file mode 100644
index 83bfa8aad..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Custom/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Pies.Custom;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Doughnut/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Doughnut/View.xaml
deleted file mode 100644
index c10912235..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Doughnut/View.xaml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Doughnut/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Doughnut/View.xaml.cs
deleted file mode 100644
index 5eff8babd..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Doughnut/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Pies.Doughnut;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge/View.xaml
deleted file mode 100644
index ea2e8f368..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge/View.xaml
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge/View.xaml.cs
deleted file mode 100644
index 1c2916ba5..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Pies.Gauge;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge1/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge1/View.xaml
deleted file mode 100644
index 210b2d3a6..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge1/View.xaml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge1/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge1/View.xaml.cs
deleted file mode 100644
index 6e24c8f77..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge1/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Pies.Gauge1;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge2/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge2/View.xaml
deleted file mode 100644
index e2ddd191a..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge2/View.xaml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge2/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge2/View.xaml.cs
deleted file mode 100644
index 13609d64d..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge2/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Pies.Gauge2;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge3/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge3/View.xaml
deleted file mode 100644
index cc722e0c4..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge3/View.xaml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge3/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge3/View.xaml.cs
deleted file mode 100644
index 03def417b..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge3/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Pies.Gauge3;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge4/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge4/View.xaml
deleted file mode 100644
index 4a0e8f2f3..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge4/View.xaml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge4/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge4/View.xaml.cs
deleted file mode 100644
index b00b8bb2b..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge4/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Pies.Gauge4;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge5/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge5/View.xaml
deleted file mode 100644
index 3861e314d..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge5/View.xaml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge5/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge5/View.xaml.cs
deleted file mode 100644
index 73b21f030..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauge5/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Pies.Gauge5;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauges/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauges/View.xaml
deleted file mode 100644
index 504289320..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauges/View.xaml
+++ /dev/null
@@ -1,125 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauges/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauges/View.xaml.cs
deleted file mode 100644
index eec5ae1aa..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Gauges/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Pies.Gauges;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/NightingaleRose/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/NightingaleRose/View.xaml
deleted file mode 100644
index 8667b008d..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/NightingaleRose/View.xaml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/NightingaleRose/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/NightingaleRose/View.xaml.cs
deleted file mode 100644
index d73bde499..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/NightingaleRose/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Pies.NightingaleRose;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Processing/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Processing/View.xaml
deleted file mode 100644
index 14ebb3832..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Processing/View.xaml
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Processing/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Processing/View.xaml.cs
deleted file mode 100644
index 85527edf0..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Processing/View.xaml.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System;
-using LiveChartsCore.SkiaSharpView.Painting;
-using Windows.UI;
-using Windows.UI.Xaml.Controls;
-using Windows.UI.Xaml.Data;
-using Windows.UI.Xaml.Media;
-
-namespace UnoSample.Pies.Processing;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
-
-public class PaintTaskToBrushConverter : IValueConverter
-{
- public object Convert(object value, Type targetType, object parameter, string language)
- {
- return value is SolidColorPaint solidColor
- ? new SolidColorBrush(
- Color.FromArgb(
- solidColor.Color.Alpha,
- solidColor.Color.Red,
- solidColor.Color.Green,
- solidColor.Color.Blue))
- : null;
- }
-
- public object ConvertBack(object value, Type targetType, object parameter, string language)
- {
- throw new NotImplementedException();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Pushout/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Pushout/View.xaml
deleted file mode 100644
index 38f9de196..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Pushout/View.xaml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Pushout/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Pushout/View.xaml.cs
deleted file mode 100644
index 3551cae64..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Pies/Pushout/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Pies.Pushout;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Polar/Basic/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Polar/Basic/View.xaml
deleted file mode 100644
index 640857c43..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Polar/Basic/View.xaml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Polar/Basic/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Polar/Basic/View.xaml.cs
deleted file mode 100644
index 5a810a4ce..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Polar/Basic/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Polar.Basic;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Polar/Coordinates/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Polar/Coordinates/View.xaml
deleted file mode 100644
index 9a4ec3b94..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Polar/Coordinates/View.xaml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Polar/Coordinates/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Polar/Coordinates/View.xaml.cs
deleted file mode 100644
index 7cae4ddf7..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Polar/Coordinates/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Polar.Coordinates;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Polar/RadialArea/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Polar/RadialArea/View.xaml
deleted file mode 100644
index b87684e95..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Polar/RadialArea/View.xaml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Polar/RadialArea/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Polar/RadialArea/View.xaml.cs
deleted file mode 100644
index 4c8b0fd2d..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Polar/RadialArea/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Polar.RadialArea;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Scatter/AutoUpdate/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Scatter/AutoUpdate/View.xaml
deleted file mode 100644
index 1daff5f01..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Scatter/AutoUpdate/View.xaml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Scatter/AutoUpdate/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Scatter/AutoUpdate/View.xaml.cs
deleted file mode 100644
index 2bca05586..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Scatter/AutoUpdate/View.xaml.cs
+++ /dev/null
@@ -1,29 +0,0 @@
-using System.Threading.Tasks;
-using ViewModelsSamples.Scatter.AutoUpdate;
-using Windows.UI.Xaml.Controls;
-using Windows.UI.Xaml.Input;
-
-namespace UnoSample.Scatter.AutoUpdate;
-
-public sealed partial class View : UserControl
-{
- private bool? _isStreaming = false;
-
- public View()
- {
- InitializeComponent();
- }
-
- private async void Button_PointerPressed(object sender, PointerRoutedEventArgs e)
- {
- var vm = (ViewModel)DataContext;
- _isStreaming = _isStreaming is null ? true : !_isStreaming;
-
- while (_isStreaming.Value)
- {
- vm.RemoveItem();
- vm.AddItem();
- await Task.Delay(1000);
- }
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Scatter/Basic/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Scatter/Basic/View.xaml
deleted file mode 100644
index 47fabaf9c..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Scatter/Basic/View.xaml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Scatter/Basic/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Scatter/Basic/View.xaml.cs
deleted file mode 100644
index 70af12cb7..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Scatter/Basic/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Scatter.Basic;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Scatter/Bubbles/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Scatter/Bubbles/View.xaml
deleted file mode 100644
index 418b0ccdb..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Scatter/Bubbles/View.xaml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Scatter/Bubbles/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Scatter/Bubbles/View.xaml.cs
deleted file mode 100644
index 32cacc637..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Scatter/Bubbles/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Scatter.Bubbles;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Scatter/Custom/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Scatter/Custom/View.xaml
deleted file mode 100644
index 4e2e48bd4..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Scatter/Custom/View.xaml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Scatter/Custom/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Scatter/Custom/View.xaml.cs
deleted file mode 100644
index 0ebf9bde9..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Scatter/Custom/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Scatter.Custom;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StackedArea/Basic/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StackedArea/Basic/View.xaml
deleted file mode 100644
index 6a3057ba9..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StackedArea/Basic/View.xaml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StackedArea/Basic/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StackedArea/Basic/View.xaml.cs
deleted file mode 100644
index 9dcd6a3be..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StackedArea/Basic/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.StackedArea.Basic;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StackedArea/StepArea/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StackedArea/StepArea/View.xaml
deleted file mode 100644
index 046ad2e12..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StackedArea/StepArea/View.xaml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StackedArea/StepArea/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StackedArea/StepArea/View.xaml.cs
deleted file mode 100644
index a764fa79f..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StackedArea/StepArea/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.StackedArea.StepArea;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StackedBars/Basic/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StackedBars/Basic/View.xaml
deleted file mode 100644
index 60feee9f7..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StackedBars/Basic/View.xaml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StackedBars/Basic/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StackedBars/Basic/View.xaml.cs
deleted file mode 100644
index fa84d90d0..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StackedBars/Basic/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.StackedBars.Basic;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StackedBars/Groups/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StackedBars/Groups/View.xaml
deleted file mode 100644
index 6591ff22a..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StackedBars/Groups/View.xaml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StackedBars/Groups/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StackedBars/Groups/View.xaml.cs
deleted file mode 100644
index fb0478650..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StackedBars/Groups/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.StackedBars.Groups;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Area/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Area/View.xaml
deleted file mode 100644
index 72b7d60a9..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Area/View.xaml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Area/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Area/View.xaml.cs
deleted file mode 100644
index 62b4ea672..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Area/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.StepLines.Area;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/AutoUpdate/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/AutoUpdate/View.xaml
deleted file mode 100644
index 93e88c1f4..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/AutoUpdate/View.xaml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/AutoUpdate/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/AutoUpdate/View.xaml.cs
deleted file mode 100644
index c9167acba..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/AutoUpdate/View.xaml.cs
+++ /dev/null
@@ -1,29 +0,0 @@
-using System.Threading.Tasks;
-using ViewModelsSamples.StepLines.AutoUpdate;
-using Windows.UI.Xaml.Controls;
-using Windows.UI.Xaml.Input;
-
-namespace UnoSample.StepLines.AutoUpdate;
-
-public sealed partial class View : UserControl
-{
- private bool? _isStreaming = false;
-
- public View()
- {
- InitializeComponent();
- }
-
- private async void Button_PointerPressed(object sender, PointerRoutedEventArgs e)
- {
- var vm = (ViewModel)DataContext;
- _isStreaming = _isStreaming is null ? true : !_isStreaming;
-
- while (_isStreaming.Value)
- {
- vm.RemoveItem();
- vm.AddItem();
- await Task.Delay(1000);
- }
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Basic/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Basic/View.xaml
deleted file mode 100644
index c3f89378d..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Basic/View.xaml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Basic/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Basic/View.xaml.cs
deleted file mode 100644
index fe427f83e..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Basic/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.StepLines.Basic;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Custom/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Custom/View.xaml
deleted file mode 100644
index b4bc68e19..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Custom/View.xaml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Custom/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Custom/View.xaml.cs
deleted file mode 100644
index d458f36d4..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Custom/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.StepLines.Custom;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Properties/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Properties/View.xaml
deleted file mode 100644
index 227f93003..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Properties/View.xaml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Properties/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Properties/View.xaml.cs
deleted file mode 100644
index 73242c648..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Properties/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.StepLines.Properties;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Zoom/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Zoom/View.xaml
deleted file mode 100644
index 539a1a9a5..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Zoom/View.xaml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Zoom/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Zoom/View.xaml.cs
deleted file mode 100644
index 444291973..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/StepLines/Zoom/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.StepLines.Zoom;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Test/Dispose/UserControl1.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Test/Dispose/UserControl1.xaml
deleted file mode 100644
index 8276edf21..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Test/Dispose/UserControl1.xaml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Test/Dispose/UserControl1.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Test/Dispose/UserControl1.xaml.cs
deleted file mode 100644
index 31c24ec34..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Test/Dispose/UserControl1.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.Test.Dispose;
-
-public sealed partial class UserControl1 : UserControl
-{
- public UserControl1()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Test/Dispose/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Test/Dispose/View.xaml
deleted file mode 100644
index 2beef3023..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Test/Dispose/View.xaml
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Test/Dispose/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Test/Dispose/View.xaml.cs
deleted file mode 100644
index 686fefc8d..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/Test/Dispose/View.xaml.cs
+++ /dev/null
@@ -1,20 +0,0 @@
-using Windows.UI.Xaml.Controls;
-using Windows.UI.Xaml.Input;
-
-namespace UnoSample.Test.Dispose;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
-
- // the event is not attached using xaml?
- button.AddHandler(PointerPressedEvent, new PointerEventHandler(Button_PointerPressed2), true);
- }
-
- private void Button_PointerPressed2(object sender, PointerRoutedEventArgs e)
- {
- content.Content = new UserControl1();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/VisualTest/DataTemplate/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/VisualTest/DataTemplate/View.xaml
deleted file mode 100644
index 75a04629e..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/VisualTest/DataTemplate/View.xaml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/VisualTest/DataTemplate/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/VisualTest/DataTemplate/View.xaml.cs
deleted file mode 100644
index 7019c5197..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/VisualTest/DataTemplate/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.VisualTest.DataTemplate;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/VisualTest/ReattachVisual/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/VisualTest/ReattachVisual/View.xaml
deleted file mode 100644
index 2fddf4dba..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/VisualTest/ReattachVisual/View.xaml
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/VisualTest/ReattachVisual/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/VisualTest/ReattachVisual/View.xaml.cs
deleted file mode 100644
index ae9b08799..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/VisualTest/ReattachVisual/View.xaml.cs
+++ /dev/null
@@ -1,30 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.VisualTest.ReattachVisual;
-
-public sealed partial class View : UserControl
-{
- private bool _isInVisualTree = true;
-
- public View()
- {
- InitializeComponent();
- }
-
- private void Button_Click(object sender, Windows.UI.Xaml.RoutedEventArgs e)
- {
- if (_isInVisualTree)
- {
- _ = parent.Children.Remove(chart);
- _ = parent.Children.Remove(pieChart);
- _ = parent.Children.Remove(polarChart);
- _isInVisualTree = false;
- return;
- }
-
- parent.Children.Add(chart);
- parent.Children.Add(pieChart);
- parent.Children.Add(polarChart);
- _isInVisualTree = true;
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/VisualTest/Tabs/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/VisualTest/Tabs/View.xaml
deleted file mode 100644
index edf90ac1e..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/VisualTest/Tabs/View.xaml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/VisualTest/Tabs/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/VisualTest/Tabs/View.xaml.cs
deleted file mode 100644
index 4f8a7ad11..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/VisualTest/Tabs/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.VisualTest.Tabs;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/VisualTest/TwoChartsOneSeries/View.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/VisualTest/TwoChartsOneSeries/View.xaml
deleted file mode 100644
index 7906ba373..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/VisualTest/TwoChartsOneSeries/View.xaml
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/VisualTest/TwoChartsOneSeries/View.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/VisualTest/TwoChartsOneSeries/View.xaml.cs
deleted file mode 100644
index ed2db29b8..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/LiveChartsSamples/VisualTest/TwoChartsOneSeries/View.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Windows.UI.Xaml.Controls;
-
-namespace UnoSample.VisualTest.TwoChartsOneSeries;
-
-public sealed partial class View : UserControl
-{
- public View()
- {
- InitializeComponent();
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/MainPage.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/MainPage.xaml
deleted file mode 100644
index 8a40f18c9..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/MainPage.xaml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/MainPage.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/MainPage.xaml.cs
deleted file mode 100644
index a7904a7d1..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/MainPage.xaml.cs
+++ /dev/null
@@ -1,38 +0,0 @@
-using System;
-using Windows.UI.Xaml;
-using Windows.UI.Xaml.Controls;
-using Windows.UI.Xaml.Input;
-
-// The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=402352&clcid=0x409
-
-namespace UnoSample;
-
-///
-/// An empty page that can be used on its own or navigated to within a Frame.
-///
-public sealed partial class MainPage : Page
-{
- public MainPage()
- {
- this.InitializeComponent();
- Samples = ViewModelsSamples.Index.Samples;
- grid.DataContext = this;
-
- LoadSample("Design/LinearGradients");
- }
-
- public string[] Samples { get; set; }
-
- private void Border_PointerPressed(object sender, PointerRoutedEventArgs e)
- {
- var ctx = (string)((FrameworkElement)sender).DataContext;
- LoadSample(ctx);
- }
-
- private void LoadSample(string route)
- {
- route = route.Replace('/', '.');
- var t = Type.GetType($"UnoSample.{route}.View");
- content.Content = Activator.CreateInstance(t);
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/Strings/en/Resources.resw b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/Strings/en/Resources.resw
deleted file mode 100644
index 421834c8d..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/Strings/en/Resources.resw
+++ /dev/null
@@ -1,123 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- UnoSample
-
-
\ No newline at end of file
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/UnoSample.Shared.projitems b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/UnoSample.Shared.projitems
deleted file mode 100644
index d1620f674..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/UnoSample.Shared.projitems
+++ /dev/null
@@ -1,705 +0,0 @@
-
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
- true
- 6279c845-92f8-4333-ab99-3d213163593c
-
-
- UnoSample
-
-
-
- Designer
- MSBuild:Compile
-
-
-
-
- App.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- UserControl1.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- View.xaml
-
-
- MainPage.xaml
-
-
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
- Designer
- MSBuild:Compile
-
-
-
-
-
-
-
-
-
-
- <_Globbled_Page Include="$(MSBuildThisFileDirectory)**/*.xaml" Exclude="@(Page);@(ApplicationDefinition)">
- Designer
- MSBuild:Compile
-
-
- Designer
-
- <_Globbed_Compile Include="$(MSBuildThisFileDirectory)**/*.xaml.cs" Exclude="@(Compile)">
- %(Filename)
-
- <_Globbed_Compile Include="$(MSBuildThisFileDirectory)**/*.cs" Exclude="@(Compile);@(_Globbed_Compile)" />
- <_Globbed_PRIResource Include="$(MSBuildThisFileDirectory)**/*.resw" Exclude="@(PRIResource)" />
-
- <_Globbed_Content Include="$(MSBuildThisFileDirectory)Assets/**/*.*" Exclude="@(Content)" />
-
-
-
-
- Designer
- MSBuild:Compile
-
-
-
\ No newline at end of file
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/UnoSample.Shared.shproj b/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/UnoSample.Shared.shproj
deleted file mode 100644
index c05ab67d5..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Shared/UnoSample.Shared.shproj
+++ /dev/null
@@ -1,389 +0,0 @@
-
-
-
- 6279c845-92f8-4333-ab99-3d213163593c
- 14.0
-
-
-
-
-
-
-
-
- <_Globbed_Compile Remove="Axes\ColorsAndPosition\View.xaml.cs" />
- <_Globbed_Compile Remove="Axes\DateTimeScaled\View.xaml.cs" />
- <_Globbed_Compile Remove="Axes\LabelsFormat2\View.xaml.cs" />
- <_Globbed_Compile Remove="Axes\LabelsFormat\View.xaml.cs" />
- <_Globbed_Compile Remove="Axes\LabelsRotation\View.xaml.cs" />
- <_Globbed_Compile Remove="Axes\Logarithmic\View.xaml.cs" />
- <_Globbed_Compile Remove="Axes\Multiple\View.xaml.cs" />
- <_Globbed_Compile Remove="Axes\NamedLabels\View.xaml.cs" />
- <_Globbed_Compile Remove="Axes\Paging\View.xaml.cs" />
- <_Globbed_Compile Remove="Axes\Shared\View.xaml.cs" />
- <_Globbed_Compile Remove="Axes\Style\View.xaml.cs" />
- <_Globbed_Compile Remove="Axes\TimeSpanScaled\View.xaml.cs" />
- <_Globbed_Compile Remove="Bars\AutoUpdate\View.xaml.cs" />
- <_Globbed_Compile Remove="Bars\Basic\View.xaml.cs" />
- <_Globbed_Compile Remove="Bars\Custom\View.xaml.cs" />
- <_Globbed_Compile Remove="Bars\DelayedAnimation\View.xaml.cs" />
- <_Globbed_Compile Remove="Bars\Layered\View.xaml.cs" />
- <_Globbed_Compile Remove="Bars\Race\View.xaml.cs" />
- <_Globbed_Compile Remove="Bars\RowsWithLabels\View.xaml.cs" />
- <_Globbed_Compile Remove="Bars\Spacing\View.xaml.cs" />
- <_Globbed_Compile Remove="Bars\States\View.xaml.cs" />
- <_Globbed_Compile Remove="Bars\WithBackground\View.xaml.cs" />
- <_Globbed_Compile Remove="Design\LinearGradients\View.xaml.cs" />
- <_Globbed_Compile Remove="Design\RadialGradients\View.xaml.cs" />
- <_Globbed_Compile Remove="Design\StrokeDashArray\View.xaml.cs" />
- <_Globbed_Compile Remove="Events\AddPointOnClick\View.xaml.cs" />
- <_Globbed_Compile Remove="Events\Cartesian\View.xaml.cs" />
- <_Globbed_Compile Remove="Events\Pie\View.xaml.cs" />
- <_Globbed_Compile Remove="Events\Polar\View.xaml.cs" />
- <_Globbed_Compile Remove="Financial\BasicCandlesticks\View.xaml.cs" />
- <_Globbed_Compile Remove="General\Animations\View.xaml.cs" />
- <_Globbed_Compile Remove="General\ChartToImage\View.xaml.cs" />
- <_Globbed_Compile Remove="General\Legends\View.xaml.cs" />
- <_Globbed_Compile Remove="General\MultiThreading2\View.xaml.cs" />
- <_Globbed_Compile Remove="General\MultiThreading\View.xaml.cs" />
- <_Globbed_Compile Remove="General\NullPoints\View.xaml.cs" />
- <_Globbed_Compile Remove="General\Sections2\View.xaml.cs" />
- <_Globbed_Compile Remove="General\Sections\View.xaml.cs" />
- <_Globbed_Compile Remove="General\TemplatedLegends\View.xaml.cs" />
- <_Globbed_Compile Remove="General\TemplatedTooltips\View.xaml.cs" />
- <_Globbed_Compile Remove="General\Tooltips\View.xaml.cs" />
- <_Globbed_Compile Remove="General\UserDefinedTypes\View.xaml.cs" />
- <_Globbed_Compile Remove="General\Visibility\View.xaml.cs" />
- <_Globbed_Compile Remove="Heat\Basic\View.xaml.cs" />
- <_Globbed_Compile Remove="Lines\Area\View.xaml.cs" />
- <_Globbed_Compile Remove="Lines\AutoUpdate\View.xaml.cs" />
- <_Globbed_Compile Remove="Lines\Basic\View.xaml.cs" />
- <_Globbed_Compile Remove="Lines\Custom\View.xaml.cs" />
- <_Globbed_Compile Remove="Lines\Padding\View.xaml.cs" />
- <_Globbed_Compile Remove="Lines\Properties\View.xaml.cs" />
- <_Globbed_Compile Remove="Lines\Straight\View.xaml.cs" />
- <_Globbed_Compile Remove="Lines\XY\View.xaml.cs" />
- <_Globbed_Compile Remove="Lines\Zoom\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Axes\ColorsAndPosition\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Axes\DateTimeScaled\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Axes\LabelsFormat2\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Axes\LabelsFormat\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Axes\LabelsRotation\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Axes\Logarithmic\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Axes\Multiple\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Axes\NamedLabels\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Axes\Paging\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Axes\Shared\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Axes\Style\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Axes\TimeSpanScaled\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Bars\AutoUpdate\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Bars\Basic\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Bars\Custom\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Bars\DelayedAnimation\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Bars\Layered\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Bars\Race\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Bars\RowsWithLabels\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Bars\Spacing\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Bars\States\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Bars\WithBackground\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Design\LinearGradients\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Design\RadialGradients\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Design\StrokeDashArray\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Events\AddPointOnClick\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Events\Cartesian\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Events\Pie\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Events\Polar\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Financial\BasicCandlesticks\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\General\Animations\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\General\Basic\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\General\ChartToImage\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\General\Legends\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\General\MultiThreading2\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\General\MultiThreading\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\General\NullPoints\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\General\Sections - Copy\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\General\Sections2\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\General\Sections\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\General\TemplatedLegends\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\General\TemplatedTooltips\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\General\Tooltips\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\General\UserDefinedTypes\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\General\Visibility\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Heat\Basic\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Lines\Area\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Lines\AutoUpdate\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Lines\Basic\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Lines\Custom\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Lines\Padding\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Lines\Properties\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Lines\Straight\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Lines\XY\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Lines\Zoom\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Maps\World\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Pies\AutoUpdate\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Pies\Basic\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Pies\Custom\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Pies\Doughnut\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Pies\Gauge1\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Pies\Gauge2\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Pies\Gauge3\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Pies\Gauge4\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Pies\Gauge5\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Pies\Gauges\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Pies\Gauge\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Pies\NightingaleRose\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Pies\Processing\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Pies\Pushout\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Polar\Basic\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Polar\Coordinates\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Polar\RadialArea\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Scatter\AutoUpdate\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Scatter\Basic\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Scatter\Bubbles\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Scatter\Custom\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\StackedArea\Basic\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\StackedArea\StepArea\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\StackedBars\Basic\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\StackedBars\Groups\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\StepLines\Area\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\StepLines\AutoUpdate\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\StepLines\Basic\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\StepLines\Custom\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\StepLines\Properties\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\StepLines\Zoom\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Test\Dispose\UserControl1.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Test\Dispose\View - Copy.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\Test\Dispose\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\VisualTest - Copy\DataTemplate\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\VisualTest - Copy\ReattachVisual\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\VisualTest - Copy\Tabs\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\VisualTest - Copy\TwoChartsOneSeries\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\VisualTest\DataTemplate\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\VisualTest\ReattachVisual\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\VisualTest\Tabs\View.xaml.cs" />
- <_Globbed_Compile Remove="LiveChartsSamples\VisualTest\TwoChartsOneSeries\View.xaml.cs" />
- <_Globbed_Compile Remove="Maps\World\View.xaml.cs" />
- <_Globbed_Compile Remove="Pies\AutoUpdate\View.xaml.cs" />
- <_Globbed_Compile Remove="Pies\Basic\View.xaml.cs" />
- <_Globbed_Compile Remove="Pies\Custom\View.xaml.cs" />
- <_Globbed_Compile Remove="Pies\Doughnut\View.xaml.cs" />
- <_Globbed_Compile Remove="Pies\Gauge1\View.xaml.cs" />
- <_Globbed_Compile Remove="Pies\Gauge2\View.xaml.cs" />
- <_Globbed_Compile Remove="Pies\Gauge3\View.xaml.cs" />
- <_Globbed_Compile Remove="Pies\Gauge4\View.xaml.cs" />
- <_Globbed_Compile Remove="Pies\Gauge5\View.xaml.cs" />
- <_Globbed_Compile Remove="Pies\Gauges\View.xaml.cs" />
- <_Globbed_Compile Remove="Pies\Gauge\View.xaml.cs" />
- <_Globbed_Compile Remove="Pies\NightingaleRose\View.xaml.cs" />
- <_Globbed_Compile Remove="Pies\Processing\View.xaml.cs" />
- <_Globbed_Compile Remove="Pies\Pushout\View.xaml.cs" />
- <_Globbed_Compile Remove="Polar\Basic\View.xaml.cs" />
- <_Globbed_Compile Remove="Polar\Coordinates\View.xaml.cs" />
- <_Globbed_Compile Remove="Polar\RadialArea\View.xaml.cs" />
- <_Globbed_Compile Remove="Scatter\AutoUpdate\View.xaml.cs" />
- <_Globbed_Compile Remove="Scatter\Basic\View.xaml.cs" />
- <_Globbed_Compile Remove="Scatter\Bubbles\View.xaml.cs" />
- <_Globbed_Compile Remove="Scatter\Custom\View.xaml.cs" />
- <_Globbed_Compile Remove="StackedArea\Basic\View.xaml.cs" />
- <_Globbed_Compile Remove="StackedArea\StepArea\View.xaml.cs" />
- <_Globbed_Compile Remove="StackedBars\Basic\View.xaml.cs" />
- <_Globbed_Compile Remove="StackedBars\Groups\View.xaml.cs" />
- <_Globbed_Compile Remove="StepLines\Area\View.xaml.cs" />
- <_Globbed_Compile Remove="StepLines\AutoUpdate\View.xaml.cs" />
- <_Globbed_Compile Remove="StepLines\Basic\View.xaml.cs" />
- <_Globbed_Compile Remove="StepLines\Custom\View.xaml.cs" />
- <_Globbed_Compile Remove="StepLines\Properties\View.xaml.cs" />
- <_Globbed_Compile Remove="StepLines\Zoom\View.xaml.cs" />
- <_Globbed_Compile Remove="VisualTest\DataTemplate\View.xaml.cs" />
- <_Globbed_Compile Remove="VisualTest\ReattachVisual\View.xaml.cs" />
- <_Globbed_Compile Remove="VisualTest\Tabs\View.xaml.cs" />
- <_Globbed_Compile Remove="VisualTest\TwoChartsOneSeries\View.xaml.cs" />
-
-
- <_Globbled_Page Remove="Axes\ColorsAndPosition\View.xaml" />
- <_Globbled_Page Remove="Axes\DateTimeScaled\View.xaml" />
- <_Globbled_Page Remove="Axes\LabelsFormat2\View.xaml" />
- <_Globbled_Page Remove="Axes\LabelsFormat\View.xaml" />
- <_Globbled_Page Remove="Axes\LabelsRotation\View.xaml" />
- <_Globbled_Page Remove="Axes\Logarithmic\View.xaml" />
- <_Globbled_Page Remove="Axes\Multiple\View.xaml" />
- <_Globbled_Page Remove="Axes\NamedLabels\View.xaml" />
- <_Globbled_Page Remove="Axes\Paging\View.xaml" />
- <_Globbled_Page Remove="Axes\Shared\View.xaml" />
- <_Globbled_Page Remove="Axes\Style\View.xaml" />
- <_Globbled_Page Remove="Axes\TimeSpanScaled\View.xaml" />
- <_Globbled_Page Remove="Bars\AutoUpdate\View.xaml" />
- <_Globbled_Page Remove="Bars\Basic\View.xaml" />
- <_Globbled_Page Remove="Bars\Custom\View.xaml" />
- <_Globbled_Page Remove="Bars\DelayedAnimation\View.xaml" />
- <_Globbled_Page Remove="Bars\Layered\View.xaml" />
- <_Globbled_Page Remove="Bars\Race\View.xaml" />
- <_Globbled_Page Remove="Bars\RowsWithLabels\View.xaml" />
- <_Globbled_Page Remove="Bars\Spacing\View.xaml" />
- <_Globbled_Page Remove="Bars\States\View.xaml" />
- <_Globbled_Page Remove="Bars\WithBackground\View.xaml" />
- <_Globbled_Page Remove="Design\LinearGradients\View.xaml" />
- <_Globbled_Page Remove="Design\RadialGradients\View.xaml" />
- <_Globbled_Page Remove="Design\StrokeDashArray\View.xaml" />
- <_Globbled_Page Remove="Events\AddPointOnClick\View.xaml" />
- <_Globbled_Page Remove="Events\Cartesian\View.xaml" />
- <_Globbled_Page Remove="Events\Pie\View.xaml" />
- <_Globbled_Page Remove="Events\Polar\View.xaml" />
- <_Globbled_Page Remove="Financial\BasicCandlesticks\View.xaml" />
- <_Globbled_Page Remove="General\Animations\View.xaml" />
- <_Globbled_Page Remove="General\ChartToImage\View.xaml" />
- <_Globbled_Page Remove="General\Legends\View.xaml" />
- <_Globbled_Page Remove="General\MultiThreading2\View.xaml" />
- <_Globbled_Page Remove="General\MultiThreading\View.xaml" />
- <_Globbled_Page Remove="General\NullPoints\View.xaml" />
- <_Globbled_Page Remove="General\Sections2\View.xaml" />
- <_Globbled_Page Remove="General\Sections\View.xaml" />
- <_Globbled_Page Remove="General\TemplatedLegends\View.xaml" />
- <_Globbled_Page Remove="General\TemplatedTooltips\View.xaml" />
- <_Globbled_Page Remove="General\Tooltips\View.xaml" />
- <_Globbled_Page Remove="General\UserDefinedTypes\View.xaml" />
- <_Globbled_Page Remove="General\Visibility\View.xaml" />
- <_Globbled_Page Remove="Heat\Basic\View.xaml" />
- <_Globbled_Page Remove="Lines\Area\View.xaml" />
- <_Globbled_Page Remove="Lines\AutoUpdate\View.xaml" />
- <_Globbled_Page Remove="Lines\Basic\View.xaml" />
- <_Globbled_Page Remove="Lines\Custom\View.xaml" />
- <_Globbled_Page Remove="Lines\Padding\View.xaml" />
- <_Globbled_Page Remove="Lines\Properties\View.xaml" />
- <_Globbled_Page Remove="Lines\Straight\View.xaml" />
- <_Globbled_Page Remove="Lines\XY\View.xaml" />
- <_Globbled_Page Remove="Lines\Zoom\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Axes\ColorsAndPosition\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Axes\DateTimeScaled\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Axes\LabelsFormat2\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Axes\LabelsFormat\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Axes\LabelsRotation\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Axes\Logarithmic\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Axes\Multiple\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Axes\NamedLabels\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Axes\Paging\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Axes\Shared\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Axes\Style\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Axes\TimeSpanScaled\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Bars\AutoUpdate\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Bars\Basic\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Bars\Custom\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Bars\DelayedAnimation\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Bars\Layered\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Bars\Race\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Bars\RowsWithLabels\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Bars\Spacing\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Bars\States\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Bars\WithBackground\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Design\LinearGradients\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Design\RadialGradients\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Design\StrokeDashArray\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Events\AddPointOnClick\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Events\Cartesian\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Events\Pie\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Events\Polar\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Financial\BasicCandlesticks\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\General\Animations\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\General\Basic\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\General\ChartToImage\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\General\Legends\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\General\MultiThreading2\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\General\MultiThreading\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\General\NullPoints\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\General\Sections2\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\General\Sections\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\General\TemplatedLegends\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\General\TemplatedTooltips\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\General\Tooltips\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\General\UserDefinedTypes\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\General\Visibility\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Heat\Basic\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Lines\Area\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Lines\AutoUpdate\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Lines\Basic\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Lines\Custom\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Lines\Padding\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Lines\Properties\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Lines\Straight\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Lines\XY\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Lines\Zoom\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Maps\World\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Pies\AutoUpdate\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Pies\Basic\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Pies\Custom\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Pies\Doughnut\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Pies\Gauge1\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Pies\Gauge2\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Pies\Gauge3\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Pies\Gauge4\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Pies\Gauge5\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Pies\Gauges\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Pies\Gauge\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Pies\NightingaleRose\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Pies\Processing\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Pies\Pushout\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Polar\Basic\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Polar\Coordinates\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Polar\RadialArea\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Scatter\AutoUpdate\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Scatter\Basic\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Scatter\Bubbles\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Scatter\Custom\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\StackedArea\Basic\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\StackedArea\StepArea\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\StackedBars\Basic\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\StackedBars\Groups\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\StepLines\Area\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\StepLines\AutoUpdate\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\StepLines\Basic\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\StepLines\Custom\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\StepLines\Properties\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\StepLines\Zoom\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Test\Dispose\UserControl1.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\Test\Dispose\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\VisualTest - Copy\DataTemplate\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\VisualTest - Copy\ReattachVisual\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\VisualTest - Copy\Tabs\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\VisualTest - Copy\TwoChartsOneSeries\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\VisualTest\DataTemplate\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\VisualTest\ReattachVisual\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\VisualTest\Tabs\View.xaml" />
- <_Globbled_Page Remove="LiveChartsSamples\VisualTest\TwoChartsOneSeries\View.xaml" />
- <_Globbled_Page Remove="Maps\World\View.xaml" />
- <_Globbled_Page Remove="Pies\AutoUpdate\View.xaml" />
- <_Globbled_Page Remove="Pies\Basic\View.xaml" />
- <_Globbled_Page Remove="Pies\Custom\View.xaml" />
- <_Globbled_Page Remove="Pies\Doughnut\View.xaml" />
- <_Globbled_Page Remove="Pies\Gauge1\View.xaml" />
- <_Globbled_Page Remove="Pies\Gauge2\View.xaml" />
- <_Globbled_Page Remove="Pies\Gauge3\View.xaml" />
- <_Globbled_Page Remove="Pies\Gauge4\View.xaml" />
- <_Globbled_Page Remove="Pies\Gauge5\View.xaml" />
- <_Globbled_Page Remove="Pies\Gauges\View.xaml" />
- <_Globbled_Page Remove="Pies\Gauge\View.xaml" />
- <_Globbled_Page Remove="Pies\NightingaleRose\View.xaml" />
- <_Globbled_Page Remove="Pies\Processing\View.xaml" />
- <_Globbled_Page Remove="Pies\Pushout\View.xaml" />
- <_Globbled_Page Remove="Polar\Basic\View.xaml" />
- <_Globbled_Page Remove="Polar\Coordinates\View.xaml" />
- <_Globbled_Page Remove="Polar\RadialArea\View.xaml" />
- <_Globbled_Page Remove="Scatter\AutoUpdate\View.xaml" />
- <_Globbled_Page Remove="Scatter\Basic\View.xaml" />
- <_Globbled_Page Remove="Scatter\Bubbles\View.xaml" />
- <_Globbled_Page Remove="Scatter\Custom\View.xaml" />
- <_Globbled_Page Remove="StackedArea\Basic\View.xaml" />
- <_Globbled_Page Remove="StackedArea\StepArea\View.xaml" />
- <_Globbled_Page Remove="StackedBars\Basic\View.xaml" />
- <_Globbled_Page Remove="StackedBars\Groups\View.xaml" />
- <_Globbled_Page Remove="StepLines\Area\View.xaml" />
- <_Globbled_Page Remove="StepLines\AutoUpdate\View.xaml" />
- <_Globbled_Page Remove="StepLines\Basic\View.xaml" />
- <_Globbled_Page Remove="StepLines\Custom\View.xaml" />
- <_Globbled_Page Remove="StepLines\Properties\View.xaml" />
- <_Globbled_Page Remove="StepLines\Zoom\View.xaml" />
- <_Globbled_Page Remove="VisualTest\DataTemplate\View.xaml" />
- <_Globbled_Page Remove="VisualTest\ReattachVisual\View.xaml" />
- <_Globbled_Page Remove="VisualTest\Tabs\View.xaml" />
- <_Globbled_Page Remove="VisualTest\TwoChartsOneSeries\View.xaml" />
-
-
\ No newline at end of file
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Gtk/Assets/Fonts/uno-fluentui-assets.ttf b/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Gtk/Assets/Fonts/uno-fluentui-assets.ttf
deleted file mode 100644
index fedc86ff3..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Gtk/Assets/Fonts/uno-fluentui-assets.ttf and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Gtk/Program.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Gtk/Program.cs
deleted file mode 100644
index 9013a45ab..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Gtk/Program.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-using GLib;
-using System;
-using Uno.UI.Runtime.Skia;
-
-namespace UnoSample.Skia.Gtk
-{
- internal class Program
- {
- static void Main(string[] args)
- {
- ExceptionManager.UnhandledException += delegate (UnhandledExceptionArgs expArgs)
- {
- Console.WriteLine("GLIB UNHANDLED EXCEPTION" + expArgs.ExceptionObject.ToString());
- expArgs.ExitApplication = true;
- };
-
- var host = new GtkHost(() => new App(), args);
-
- host.Run();
- }
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Gtk/UnoSample.Skia.Gtk.csproj b/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Gtk/UnoSample.Skia.Gtk.csproj
deleted file mode 100644
index cf79bc13b..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Gtk/UnoSample.Skia.Gtk.csproj
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
- WinExe
- Exe
- net6.0
- app.manifest
- 10.0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Gtk/app.manifest b/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Gtk/app.manifest
deleted file mode 100644
index c193d22ad..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Gtk/app.manifest
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PerMonitor
- true
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/App.config b/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/App.config
deleted file mode 100644
index 56efbc7b5..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/App.config
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/App.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/App.xaml
deleted file mode 100644
index eccb1a69d..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/App.xaml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/App.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/App.xaml.cs
deleted file mode 100644
index 03eb2e97e..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/App.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using System.Windows;
-
-namespace UnoSample.WPF.Host
-{
- ///
- /// Interaction logic for App.xaml
- ///
- public partial class App : Application
- {
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/Assets/Fonts/uno-fluentui-assets.ttf b/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/Assets/Fonts/uno-fluentui-assets.ttf
deleted file mode 100644
index fedc86ff3..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/Assets/Fonts/uno-fluentui-assets.ttf and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/MainWindow.xaml b/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/MainWindow.xaml
deleted file mode 100644
index 3345909af..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/MainWindow.xaml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/MainWindow.xaml.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/MainWindow.xaml.cs
deleted file mode 100644
index bfa70fe24..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/MainWindow.xaml.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-using System.Windows;
-
-namespace UnoSample.WPF.Host
-{
- ///
- /// Interaction logic for MainWindow.xaml
- ///
- public partial class MainWindow : Window
- {
- public MainWindow()
- {
- InitializeComponent();
-
- root.Content = new global::Uno.UI.Skia.Platform.WpfHost(Dispatcher, () => new UnoSample.App());
- }
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/Properties/AssemblyInfo.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/Properties/AssemblyInfo.cs
deleted file mode 100644
index a4ad3b3a3..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-using System.Runtime.InteropServices;
-using System.Windows;
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
-
-//In order to begin building localizable applications, set
-//CultureYouAreCodingWith in your .csproj file
-//inside a . For example, if you are using US english
-//in your source files, set the to en-US. Then uncomment
-//the NeutralResourceLanguage attribute below. Update the "en-US" in
-//the line below to match the UICulture setting in the project file.
-
-//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
-
-
-[assembly: ThemeInfo(
- ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
- //(used if a resource is not found in the page,
- // or application resource dictionaries)
- ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
- //(used if a resource is not found in the page,
- // app, or any theme specific resource dictionaries)
-)]
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/Properties/Resources.Designer.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/Properties/Resources.Designer.cs
deleted file mode 100644
index f40ff0758..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/Properties/Resources.Designer.cs
+++ /dev/null
@@ -1,71 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace UnoSample.WPF.Host.Properties
-{
-
-
- ///
- /// A strongly-typed resource class, for looking up localized strings, etc.
- ///
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // class via a tool like ResGen or Visual Studio.
- // To add or remove a member, edit your .ResX file then rerun ResGen
- // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources
- {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources()
- {
- }
-
- ///
- /// Returns the cached ResourceManager instance used by this class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager
- {
- get
- {
- if ((resourceMan == null))
- {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("UnoSample.WPF.Host.Properties.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- ///
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture
- {
- get
- {
- return resourceCulture;
- }
- set
- {
- resourceCulture = value;
- }
- }
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/Properties/Resources.resx b/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/Properties/Resources.resx
deleted file mode 100644
index af7dbebba..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/Properties/Resources.resx
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
\ No newline at end of file
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/Properties/Settings.Designer.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/Properties/Settings.Designer.cs
deleted file mode 100644
index 79fc51c0f..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/Properties/Settings.Designer.cs
+++ /dev/null
@@ -1,30 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace UnoSample.WPF.Host.Properties
-{
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
- {
-
- private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
- public static Settings Default
- {
- get
- {
- return defaultInstance;
- }
- }
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/Properties/Settings.settings b/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/Properties/Settings.settings
deleted file mode 100644
index 033d7a5e9..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/Properties/Settings.settings
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/UnoSample.Skia.Wpf.Host.csproj b/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/UnoSample.Skia.Wpf.Host.csproj
deleted file mode 100644
index f56a8bc35..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/UnoSample.Skia.Wpf.Host.csproj
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
- WinExe
- Exe
- net6.0-windows
- true
- app.manifest
- 10.0
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/app.manifest b/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/app.manifest
deleted file mode 100644
index 5f27624e2..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf.Host/app.manifest
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PerMonitor
- true
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf/Program.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf/Program.cs
deleted file mode 100644
index 002eaa2e8..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf/Program.cs
+++ /dev/null
@@ -1,3 +0,0 @@
-namespace UnoSample.Skia.Gtk
-{
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf/UnoSample.Skia.Wpf.csproj b/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf/UnoSample.Skia.Wpf.csproj
deleted file mode 100644
index 414ca83d1..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Skia.Wpf/UnoSample.Skia.Wpf.csproj
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
- netstandard2.0
- 10.0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Assets/LockScreenLogo.scale-200.png b/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Assets/LockScreenLogo.scale-200.png
deleted file mode 100644
index cb5e47bf2..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Assets/LockScreenLogo.scale-200.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Assets/SplashScreen.scale-200.png b/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Assets/SplashScreen.scale-200.png
deleted file mode 100644
index 8c265cf27..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Assets/SplashScreen.scale-200.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Assets/Square150x150Logo.scale-200.png b/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Assets/Square150x150Logo.scale-200.png
deleted file mode 100644
index 9ad09e66a..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Assets/Square150x150Logo.scale-200.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Assets/Square44x44Logo.scale-200.png b/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Assets/Square44x44Logo.scale-200.png
deleted file mode 100644
index 1cf187ef0..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Assets/Square44x44Logo.scale-200.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Assets/StoreLogo.png b/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Assets/StoreLogo.png
deleted file mode 100644
index bc585363f..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Assets/StoreLogo.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Assets/Wide310x150Logo.scale-200.png b/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Assets/Wide310x150Logo.scale-200.png
deleted file mode 100644
index 6c31a63a7..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Assets/Wide310x150Logo.scale-200.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Package.appxmanifest b/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Package.appxmanifest
deleted file mode 100644
index 4c6203c7e..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Package.appxmanifest
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
-
-
-
-
- UnoSample
- UnoSample
- Assets\StoreLogo.png
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Properties/AssemblyInfo.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Properties/AssemblyInfo.cs
deleted file mode 100644
index 29c6c0185..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,29 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("UnoSample.UWP")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("UnoSample.UWP")]
-[assembly: AssemblyCopyright("Copyright © 2022")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
-[assembly: ComVisible(false)]
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Properties/Default.rd.xml b/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Properties/Default.rd.xml
deleted file mode 100644
index bd64cf242..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/Properties/Default.rd.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/UnoSample.UWP.csproj b/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/UnoSample.UWP.csproj
deleted file mode 100644
index 8d4e32223..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.UWP/UnoSample.UWP.csproj
+++ /dev/null
@@ -1,183 +0,0 @@
-
-
-
-
-
-
- 6.2.11
-
-
-
-
-
-
-
-
-
- true
-
-
- Debug
- x86
- {3EFB66FF-9572-49F8-81CE-37AF9700CA72}
- AppContainerExe
- Properties
- UnoSample
- UnoSample
- en-US
- 10.0
- UAP
- 10.0.18362.0
- 10.0.18362.0
- 14
- 512
- {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
- UnoSample.Uwp_TemporaryKey.pfx
-
-
- true
- bin\x86\Debug\
- DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP
- ;2008
- full
- x86
- false
- prompt
- true
-
-
- bin\x86\Release\
- TRACE;NETFX_CORE;WINDOWS_UWP
- true
- ;2008
- pdbonly
- x86
- false
- prompt
- true
- true
-
-
- true
- bin\ARM\Debug\
- DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP
- ;2008
- full
- ARM
- false
- prompt
- true
-
-
- bin\ARM\Release\
- TRACE;NETFX_CORE;WINDOWS_UWP
- true
- ;2008
- pdbonly
- ARM
- false
- prompt
- true
- true
-
-
- true
- bin\ARM64\Debug\
- DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP
- ;2008
- full
- ARM64
- false
- prompt
- true
- true
-
-
- bin\ARM64\Release\
- TRACE;NETFX_CORE;WINDOWS_UWP
- true
- ;2008
- pdbonly
- ARM64
- false
- prompt
- true
- true
-
-
- true
- bin\x64\Debug\
- DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP
- ;2008
- full
- x64
- false
- prompt
- true
-
-
- bin\x64\Release\
- TRACE;NETFX_CORE;WINDOWS_UWP
- true
- ;2008
- pdbonly
- x64
- false
- prompt
- true
- true
-
-
-
-
- {b4853153-b34f-4909-9b8f-a0ad00a3ee85}
- LiveChartsCore
-
-
- {dfcdb92d-2678-464d-a679-3866702fc6bf}
- LiveChartsCore.SkiaSharpView.Uno
-
-
- {3b6f3fa0-d35d-49db-90da-709cc481ceee}
- LiveChartsCore.SkiaSharpView
-
-
- {bde9c3d2-5801-4be1-b79e-63686d04ce0f}
- ViewModelsSamples
-
-
-
-
-
-
-
- Designer
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 14.0
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Wasm/Assets/SplashScreen.png b/samples/UnoPlatformSample-uwp-old/UnoSample.Wasm/Assets/SplashScreen.png
deleted file mode 100644
index 8c265cf27..000000000
Binary files a/samples/UnoPlatformSample-uwp-old/UnoSample.Wasm/Assets/SplashScreen.png and /dev/null differ
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Wasm/LinkerConfig.xml b/samples/UnoPlatformSample-uwp-old/UnoSample.Wasm/LinkerConfig.xml
deleted file mode 100644
index c08613361..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Wasm/LinkerConfig.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Wasm/Program.cs b/samples/UnoPlatformSample-uwp-old/UnoSample.Wasm/Program.cs
deleted file mode 100644
index b4ac1861a..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Wasm/Program.cs
+++ /dev/null
@@ -1,13 +0,0 @@
-namespace UnoSample.Wasm;
-
-public class Program
-{
- private static App _app;
-
- static int Main(string[] args)
- {
- Windows.UI.Xaml.Application.Start(_ => _app = new App());
-
- return 0;
- }
-}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Wasm/Properties/launchSettings.json b/samples/UnoPlatformSample-uwp-old/UnoSample.Wasm/Properties/launchSettings.json
deleted file mode 100644
index 14f0ba8b3..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Wasm/Properties/launchSettings.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "profiles": {
- "UnoSample.Wasm": {
- "commandName": "Project",
- "launchBrowser": true,
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- },
- "applicationUrl": "https://localhost:50461;http://localhost:50462"
- }
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Wasm/UnoSample.Wasm.csproj b/samples/UnoPlatformSample-uwp-old/UnoSample.Wasm/UnoSample.Wasm.csproj
deleted file mode 100644
index 6583dd27f..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Wasm/UnoSample.Wasm.csproj
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
- Exe
- net6.0
- NU1701
-
-
- true
- $(DefineConstants);TRACE;DEBUG
- portable
- true
-
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Wasm/WasmCSS/Fonts.css b/samples/UnoPlatformSample-uwp-old/UnoSample.Wasm/WasmCSS/Fonts.css
deleted file mode 100644
index 56618162a..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Wasm/WasmCSS/Fonts.css
+++ /dev/null
@@ -1,27 +0,0 @@
-/**
- When adding fonts here, make sure to add them using a base64 data uri, otherwise
- fonts loading are delayed, and text may get displayed incorrectly.
-*/
-
-@font-face {
- font-family: "Symbols";
- /* uno-fluentui-assets.woff2 */
- src: url(data:application/x-font-woff;charset=utf-8;base64,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)format('woff');
-}
-
-
-/* Workaround for uno issue https://github.com/unoplatform/uno/issues/693 */
-body::before {
- font-family: 'Symbols';
- background: transparent;
- content: "";
- opacity: 0;
- pointer-events: none;
- position: absolute;
-}
-
-/* https://github.com/unoplatform/uno/issues/4304 */
-@font-face {
- font-family: 'Segoe UI';
- src: local('system-ui'), local('Segoe UI'), local('-apple-system'), local('BlinkMacSystemFont'), local('Inter'), local('Cantarell'), local('Ubuntu'), local('Roboto'), local('Open Sans'), local('Noto Sans'), local('Helvetica Neue'), local('sans-serif');
-}
\ No newline at end of file
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Wasm/WasmScripts/AppManifest.js b/samples/UnoPlatformSample-uwp-old/UnoSample.Wasm/WasmScripts/AppManifest.js
deleted file mode 100644
index 5dab8489f..000000000
--- a/samples/UnoPlatformSample-uwp-old/UnoSample.Wasm/WasmScripts/AppManifest.js
+++ /dev/null
@@ -1,7 +0,0 @@
-var UnoAppManifest = {
-
- splashScreenImage: "Assets/SplashScreen.png",
- splashScreenColor: "transparent",
- displayName: "UnoSample"
-
-}
diff --git a/samples/UnoPlatform_v5/Directory.Build.props b/samples/UnoPlatform_v5/Directory.Build.props
deleted file mode 100644
index 4637a6bd2..000000000
--- a/samples/UnoPlatform_v5/Directory.Build.props
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-
-
-
-
- enable
- enable
-
- portable
- True
-
- true
-
-
- $(NoWarn);NU1507;NETSDK1201;PRI257
-
- en
-
- false
- false
- false
- false
- false
-
-
- false
-
-
-
-
-
- true
- 21.0
-
-
-
-
- true
- 14.2
-
-
-
-
- true
- 10.14
-
-
-
-
- true
- 14.0
-
-
-
-
- true
- 10.0.18362.0
- 10.0.18362.0
- win-x86;win-x64;win-arm64
- false
-
-
-
-
-
diff --git a/samples/UnoPlatform_v5/Directory.Build.targets b/samples/UnoPlatform_v5/Directory.Build.targets
deleted file mode 100644
index f624a9286..000000000
--- a/samples/UnoPlatform_v5/Directory.Build.targets
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
diff --git a/samples/UnoPlatform_v5/Directory.Packages.props b/samples/UnoPlatform_v5/Directory.Packages.props
deleted file mode 100644
index 7568d86af..000000000
--- a/samples/UnoPlatform_v5/Directory.Packages.props
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Base/AppHead.xaml b/samples/UnoPlatform_v5/UnoPlatform_v5.Base/AppHead.xaml
deleted file mode 100644
index 3b7203ef5..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Base/AppHead.xaml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Base/AppHead.xaml.cs b/samples/UnoPlatform_v5/UnoPlatform_v5.Base/AppHead.xaml.cs
deleted file mode 100644
index 65b35b016..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Base/AppHead.xaml.cs
+++ /dev/null
@@ -1,29 +0,0 @@
-using Microsoft.UI.Xaml;
-using Uno.Resizetizer;
-
-namespace UnoPlatform_v5
-{
- public sealed partial class AppHead : App
- {
- ///
- /// Initializes the singleton application object. This is the first line of authored code
- /// executed, and as such is the logical equivalent of main() or WinMain().
- ///
- public AppHead()
- {
- this.InitializeComponent();
- }
-
- ///
- /// Invoked when the application is launched normally by the end user. Other entry points
- /// will be used such as when the application is launched to open a specific file.
- ///
- /// Details about the launch request and process.
- protected override void OnLaunched(LaunchActivatedEventArgs args)
- {
- base.OnLaunched(args);
-
- MainWindow.SetWindowIcon();
- }
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Base/UnoPlatform_v5.Base.csproj b/samples/UnoPlatform_v5/UnoPlatform_v5.Base/UnoPlatform_v5.Base.csproj
deleted file mode 100644
index e7623475e..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Base/UnoPlatform_v5.Base.csproj
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
- net8.0
- false
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Base/base.props b/samples/UnoPlatform_v5/UnoPlatform_v5.Base/base.props
deleted file mode 100644
index 18467633a..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Base/base.props
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.DataContracts/Serialization/WeatherForecastContext.cs b/samples/UnoPlatform_v5/UnoPlatform_v5.DataContracts/Serialization/WeatherForecastContext.cs
deleted file mode 100644
index 6902c56f1..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.DataContracts/Serialization/WeatherForecastContext.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-using System.Collections.Immutable;
-using System.Text.Json.Serialization;
-
-namespace UnoPlatform_v5.DataContracts.Serialization
-{
- ///
- /// Generated class for System.Text.Json Serialization
- ///
- ///
- /// When using the JsonSerializerContext you must add the JsonSerializableAttribute
- /// for each type that you may need to serialize / deserialize including both the
- /// concrete type and any interface that the concrete type implements.
- /// For more information on the JsonSerializerContext see:
- /// https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/source-generation?WT.mc_id=DT-MVP-5002924
- ///
- [JsonSerializable(typeof(WeatherForecast))]
- [JsonSerializable(typeof(WeatherForecast[]))]
- [JsonSerializable(typeof(IEnumerable))]
- [JsonSerializable(typeof(IImmutableList))]
- [JsonSerializable(typeof(ImmutableList))]
- [JsonSourceGenerationOptions(PropertyNamingPolicy = JsonKnownNamingPolicy.CamelCase)]
- public partial class WeatherForecastContext : JsonSerializerContext
- {
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.DataContracts/UnoPlatform_v5.DataContracts.csproj b/samples/UnoPlatform_v5/UnoPlatform_v5.DataContracts/UnoPlatform_v5.DataContracts.csproj
deleted file mode 100644
index 46cf70947..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.DataContracts/UnoPlatform_v5.DataContracts.csproj
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- net8.0
- true
-
-
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.DataContracts/WeatherForecast.cs b/samples/UnoPlatform_v5/UnoPlatform_v5.DataContracts/WeatherForecast.cs
deleted file mode 100644
index fe0ff0a5f..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.DataContracts/WeatherForecast.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-namespace UnoPlatform_v5.DataContracts
-{
- ///
- /// A Weather Forecast for a specific date
- ///
- /// Gets the Date of the Forecast.
- /// Gets the Forecast Temperature in Celsius.
- /// Get a description of how the weather will feel.
- public record WeatherForecast(DateOnly Date, double TemperatureC, string? Summary)
- {
- ///
- /// Gets the Forecast Temperature in Fahrenheit
- ///
- public double TemperatureF => 32 + (TemperatureC * 9 / 5);
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/Android/Main.Android.cs b/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/Android/Main.Android.cs
deleted file mode 100644
index 67458f131..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/Android/Main.Android.cs
+++ /dev/null
@@ -1,43 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using Android.App;
-using Android.Content;
-using Android.OS;
-using Android.Runtime;
-using Android.Views;
-using Android.Widget;
-using Com.Nostra13.Universalimageloader.Core;
-using Microsoft.UI.Xaml.Media;
-
-namespace UnoPlatform_v5.Droid
-{
- [global::Android.App.ApplicationAttribute(
- Label = "@string/ApplicationName",
- Icon = "@mipmap/icon",
- LargeHeap = true,
- HardwareAccelerated = true,
- Theme = "@style/AppTheme"
- )]
- public class Application : Microsoft.UI.Xaml.NativeApplication
- {
- public Application(IntPtr javaReference, JniHandleOwnership transfer)
- : base(() => new AppHead(), javaReference, transfer)
- {
- ConfigureUniversalImageLoader();
- }
-
- private static void ConfigureUniversalImageLoader()
- {
- // Create global configuration and initialize ImageLoader with this config
- ImageLoaderConfiguration config = new ImageLoaderConfiguration
- .Builder(Context)
- .Build();
-
- ImageLoader.Instance.Init(config);
-
- ImageSource.DefaultImageLoader = ImageLoader.Instance.LoadImageAsync;
- }
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/Android/MainActivity.Android.cs b/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/Android/MainActivity.Android.cs
deleted file mode 100644
index e2f279316..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/Android/MainActivity.Android.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-using Android.App;
-using Android.Content.PM;
-using Android.OS;
-using Android.Views;
-using Android.Widget;
-
-namespace UnoPlatform_v5.Droid
-{
- [Activity(
- MainLauncher = true,
- ConfigurationChanges = global::Uno.UI.ActivityHelper.AllConfigChanges,
- WindowSoftInputMode = SoftInput.AdjustNothing | SoftInput.StateHidden
- )]
- public class MainActivity : Microsoft.UI.Xaml.ApplicationActivity
- {
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/Android/Resources/AboutResources.txt b/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/Android/Resources/AboutResources.txt
deleted file mode 100644
index 17e3b1333..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/Android/Resources/AboutResources.txt
+++ /dev/null
@@ -1,47 +0,0 @@
-To add cross-platform image assets for your Uno Platform app, use the Assets folder
-in the shared project instead. Resources in this folder are Android-only.
-
-Images, layout descriptions, binary blobs and string dictionaries can be included
-in your application as resource files. Various Android APIs are designed to
-operate on the resource IDs instead of dealing with images, strings or binary blobs
-directly.
-
-For example, a sample Android app that contains a user interface layout (main.axml),
-an internationalization string table (strings.xml) and some icons (drawable-XXX/icon.png)
-would keep its resources in the "Resources" directory of the application:
-
-Resources/
- drawable/
- icon.png
-
- layout/
- main.axml
-
- values/
- strings.xml
-
-In order to get the build system to recognize Android resources, set the build action to
-"AndroidResource". The native Android APIs do not operate directly with filenames, but
-instead operate on resource IDs. When you compile an Android application that uses resources,
-the build system will package the resources for distribution and generate a class called "R"
-(this is an Android convention) that contains the tokens for each one of the resources
-included. For example, for the above Resources layout, this is what the R class would expose:
-
-public class R {
- public class drawable {
- public const int icon = 0x123;
- }
-
- public class layout {
- public const int main = 0x456;
- }
-
- public class strings {
- public const int first_string = 0xabc;
- public const int second_string = 0xbcd;
- }
-}
-
-You would then use R.drawable.icon to reference the drawable/icon.png file, or R.layout.main
-to reference the layout/main.axml file, or R.strings.first_string to reference the first
-string in the dictionary file values/strings.xml.
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/MacCatalyst/Entitlements.plist b/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/MacCatalyst/Entitlements.plist
deleted file mode 100644
index 24c310368..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/MacCatalyst/Entitlements.plist
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/MacCatalyst/Main.maccatalyst.cs b/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/MacCatalyst/Main.maccatalyst.cs
deleted file mode 100644
index 36e567b65..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/MacCatalyst/Main.maccatalyst.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-using UIKit;
-
-namespace UnoPlatform_v5.MacCatalyst
-{
- public class EntryPoint
- {
- // This is the main entry point of the application.
- public static void Main(string[] args)
- {
- // if you want to use a different Application Delegate class from "AppDelegate"
- // you can specify it here.
- UIApplication.Main(args, null, typeof(AppHead));
- }
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/MacCatalyst/Media.xcassets/LaunchImages.launchimage/Contents.json b/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/MacCatalyst/Media.xcassets/LaunchImages.launchimage/Contents.json
deleted file mode 100644
index 69555e440..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/MacCatalyst/Media.xcassets/LaunchImages.launchimage/Contents.json
+++ /dev/null
@@ -1,58 +0,0 @@
-{
- "images": [
- {
- "orientation": "portrait",
- "extent": "full-screen",
- "minimum-system-version": "7.0",
- "scale": "2x",
- "size": "640x960",
- "idiom": "iphone"
- },
- {
- "orientation": "portrait",
- "extent": "full-screen",
- "minimum-system-version": "7.0",
- "subtype": "retina4",
- "scale": "2x",
- "size": "640x1136",
- "idiom": "iphone"
- },
- {
- "orientation": "portrait",
- "extent": "full-screen",
- "minimum-system-version": "7.0",
- "scale": "1x",
- "size": "768x1024",
- "idiom": "ipad"
- },
- {
- "orientation": "landscape",
- "extent": "full-screen",
- "minimum-system-version": "7.0",
- "scale": "1x",
- "size": "1024x768",
- "idiom": "ipad"
- },
- {
- "orientation": "portrait",
- "extent": "full-screen",
- "minimum-system-version": "7.0",
- "scale": "2x",
- "size": "1536x2048",
- "idiom": "ipad"
- },
- {
- "orientation": "landscape",
- "extent": "full-screen",
- "minimum-system-version": "7.0",
- "scale": "2x",
- "size": "2048x1536",
- "idiom": "ipad"
- }
- ],
- "properties": {},
- "info": {
- "version": 1,
- "author": ""
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/UnoPlatform_v5.Mobile.csproj b/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/UnoPlatform_v5.Mobile.csproj
deleted file mode 100644
index c74c265ca..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/UnoPlatform_v5.Mobile.csproj
+++ /dev/null
@@ -1,90 +0,0 @@
-
-
- net8.0-android;net8.0-ios;net8.0-maccatalyst
- $(OverrideTargetFrameworks)
- true
- Exe
-
- UnoPlatform_v5
-
- com.companyname.UnoPlatform_v5
- A0F99820-A72F-4379-BFCA-152516E78AF8
-
- 1.0
- 1
-
- Android\AndroidManifest.xml
-
-
-
-
- True
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep
-
- $(MtouchExtraArgs) --registrar:static
- iossimulator-x64
-
-
-
- $(MtouchExtraArgs) --marshal-objectivec-exceptions:disable
-
-
-
-
-
- $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep
-
- $(MtouchExtraArgs) --registrar:static
-
- false
- maccatalyst-x64
-
-
-
- $(MtouchExtraArgs) --marshal-objectivec-exceptions:disable
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/iOS/Entitlements.plist b/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/iOS/Entitlements.plist
deleted file mode 100644
index 24c310368..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/iOS/Entitlements.plist
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/iOS/Main.iOS.cs b/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/iOS/Main.iOS.cs
deleted file mode 100644
index 9a54da4f2..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/iOS/Main.iOS.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-using UIKit;
-
-namespace UnoPlatform_v5.iOS
-{
- public class EntryPoint
- {
- // This is the main entry point of the application.
- public static void Main(string[] args)
- {
- // if you want to use a different Application Delegate class from "AppDelegate"
- // you can specify it here.
- UIApplication.Main(args, null, typeof(AppHead));
- }
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/iOS/Media.xcassets/LaunchImages.launchimage/Contents.json b/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/iOS/Media.xcassets/LaunchImages.launchimage/Contents.json
deleted file mode 100644
index 69555e440..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/iOS/Media.xcassets/LaunchImages.launchimage/Contents.json
+++ /dev/null
@@ -1,58 +0,0 @@
-{
- "images": [
- {
- "orientation": "portrait",
- "extent": "full-screen",
- "minimum-system-version": "7.0",
- "scale": "2x",
- "size": "640x960",
- "idiom": "iphone"
- },
- {
- "orientation": "portrait",
- "extent": "full-screen",
- "minimum-system-version": "7.0",
- "subtype": "retina4",
- "scale": "2x",
- "size": "640x1136",
- "idiom": "iphone"
- },
- {
- "orientation": "portrait",
- "extent": "full-screen",
- "minimum-system-version": "7.0",
- "scale": "1x",
- "size": "768x1024",
- "idiom": "ipad"
- },
- {
- "orientation": "landscape",
- "extent": "full-screen",
- "minimum-system-version": "7.0",
- "scale": "1x",
- "size": "1024x768",
- "idiom": "ipad"
- },
- {
- "orientation": "portrait",
- "extent": "full-screen",
- "minimum-system-version": "7.0",
- "scale": "2x",
- "size": "1536x2048",
- "idiom": "ipad"
- },
- {
- "orientation": "landscape",
- "extent": "full-screen",
- "minimum-system-version": "7.0",
- "scale": "2x",
- "size": "2048x1536",
- "idiom": "ipad"
- }
- ],
- "properties": {},
- "info": {
- "version": 1,
- "author": ""
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Server/Apis/WeatherForecastApi.cs b/samples/UnoPlatform_v5/UnoPlatform_v5.Server/Apis/WeatherForecastApi.cs
deleted file mode 100644
index 85d283571..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Server/Apis/WeatherForecastApi.cs
+++ /dev/null
@@ -1,48 +0,0 @@
-namespace UnoPlatform_v5.Server.Apis
-{
- internal static class WeatherForecastApi
- {
- private const string Tag = "Weather";
- private static readonly string[] Summaries = new[]
- {
- "Freezing", "Bracing", "Chilly", "Cool", "Mild", "Warm", "Balmy", "Hot", "Sweltering", "Scorching"
- };
-
- internal static WebApplication MapWeatherApi(this WebApplication app)
- {
- app.MapGet("/api/weatherforecast", GetForecast)
- .WithTags(Tag)
- .WithName(nameof(GetForecast));
- return app;
- }
-
- ///
- /// Creates a make believe weather forecast for the next 5 days.
- ///
- ///
- /// A fake 5 day forecast
- /// A 5 Day Forecast
- /// Weather Forecast returned
- [Produces("application/json")]
- [ProducesResponseType(typeof(IEnumerable), 200)]
- private static IEnumerable GetForecast(ILoggerFactory loggerFactory)
- {
- var logger = loggerFactory.CreateLogger(nameof(WeatherForecastApi));
- logger.LogDebug("Getting Weather Forecast.");
-
- return Enumerable.Range(1, 5).Select(index =>
- new WeatherForecast(
- DateOnly.FromDateTime(DateTime.Now.AddDays(index)),
- Random.Shared.Next(-20, 55),
- Summaries[Random.Shared.Next(Summaries.Length)]
- )
- )
- .Select(x =>
- {
- logger.LogInformation("Weather forecast for {Date} is a {Summary} {TemperatureC}°C", x.Date, x.Summary, x.TemperatureC);
- return x;
- })
- .ToArray();
- }
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Server/GlobalUsings.cs b/samples/UnoPlatform_v5/UnoPlatform_v5.Server/GlobalUsings.cs
deleted file mode 100644
index 8ee3d76d8..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Server/GlobalUsings.cs
+++ /dev/null
@@ -1,3 +0,0 @@
-global using Microsoft.AspNetCore.Mvc;
-global using UnoPlatform_v5.DataContracts;
-global using UnoPlatform_v5.Server.Apis;
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Server/Program.cs b/samples/UnoPlatform_v5/UnoPlatform_v5.Server/Program.cs
deleted file mode 100644
index 48714ebec..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Server/Program.cs
+++ /dev/null
@@ -1,61 +0,0 @@
-using System.Text.Json.Serialization.Metadata;
-using Uno.Wasm.Bootstrap.Server;
-using UnoPlatform_v5.DataContracts.Serialization;
-
-try
-{
- var builder = WebApplication.CreateBuilder(args);
-
- // Configure the JsonOptions to use the generated WeatherForecastContext
- builder.Services.Configure(options =>
- options.JsonSerializerOptions.TypeInfoResolver = JsonTypeInfoResolver.Combine(
- WeatherForecastContext.Default
- ));
- // Configure the RouteOptions to use lowercase URLs
- builder.Services.Configure(options =>
- options.LowercaseUrls = true);
-
- // Learn more about configuring Swagger/OpenAPI at https://aka.ms/aspnetcore/swashbuckle
- builder.Services.AddEndpointsApiExplorer();
- builder.Services.AddSwaggerGen(c =>
- {
- // Include XML comments for all included assemblies
- Directory.EnumerateFiles(AppContext.BaseDirectory, "*.xml")
- .Where(x => x.Contains("UnoPlatform_v5")
- && File.Exists(Path.Combine(
- AppContext.BaseDirectory,
- $"{Path.GetFileNameWithoutExtension(x)}.dll")))
- .ToList()
- .ForEach(path => c.IncludeXmlComments(path));
- });
-
- var app = builder.Build();
-
- // Configure the HTTP request pipeline.
- if (app.Environment.IsDevelopment())
- {
- app.UseSwagger();
- app.UseSwaggerUI();
- }
-
- app.UseHttpsRedirection();
-
- app.UseUnoFrameworkFiles();
- app.MapFallbackToFile("index.html");
-
- app.MapWeatherApi();
- app.UseStaticFiles();
-
- await app.RunAsync();
-}
-catch (Exception ex)
-{
- Console.Error.WriteLine("Application terminated unexpectedly");
- Console.Error.WriteLine(ex);
-#if DEBUG
- if (System.Diagnostics.Debugger.IsAttached)
- {
- System.Diagnostics.Debugger.Break();
- }
-#endif
-}
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Server/Properties/launchSettings.json b/samples/UnoPlatform_v5/UnoPlatform_v5.Server/Properties/launchSettings.json
deleted file mode 100644
index 4f8c249f0..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Server/Properties/launchSettings.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "$schema": "https://json.schemastore.org/launchsettings.json",
- "iisSettings": {
- "windowsAuthentication": false,
- "anonymousAuthentication": true,
- "iisExpress": {
- "applicationUrl": "http://localhost:5001",
- "sslPort": 5002
- }
- },
- "profiles": {
- "UnoPlatform_v5.Server": {
- "commandName": "Project",
- "dotnetRunMessages": true,
- "launchBrowser": true,
- "launchUrl": "",
- "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
- "applicationUrl": "http://localhost:5001;https://localhost:5002",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- },
- "IIS Express": {
- "commandName": "IISExpress",
- "launchBrowser": true,
- "launchUrl": "",
- "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- }
- }
-}
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Server/UnoPlatform_v5.Server.csproj b/samples/UnoPlatform_v5/UnoPlatform_v5.Server/UnoPlatform_v5.Server.csproj
deleted file mode 100644
index 0a96b4874..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Server/UnoPlatform_v5.Server.csproj
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
- net8.0
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Server/appsettings.Development.json b/samples/UnoPlatform_v5/UnoPlatform_v5.Server/appsettings.Development.json
deleted file mode 100644
index 0c208ae91..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Server/appsettings.Development.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- }
-}
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Server/appsettings.json b/samples/UnoPlatform_v5/UnoPlatform_v5.Server/appsettings.json
deleted file mode 100644
index 10f68b8c8..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Server/appsettings.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "AllowedHosts": "*"
-}
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Skia.Gtk/Program.cs b/samples/UnoPlatform_v5/UnoPlatform_v5.Skia.Gtk/Program.cs
deleted file mode 100644
index df16cf626..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Skia.Gtk/Program.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-using System;
-using GLib;
-using Uno.UI.Runtime.Skia.Gtk;
-
-namespace UnoPlatform_v5.Skia.Gtk
-{
- public class Program
- {
- public static void Main(string[] args)
- {
- ExceptionManager.UnhandledException += delegate (UnhandledExceptionArgs expArgs)
- {
- Console.WriteLine("GLIB UNHANDLED EXCEPTION" + expArgs.ExceptionObject.ToString());
- expArgs.ExitApplication = true;
- };
-
- var host = new GtkHost(() => new AppHead());
-
- host.Run();
- }
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Skia.Gtk/UnoPlatform_v5.Skia.Gtk.csproj b/samples/UnoPlatform_v5/UnoPlatform_v5.Skia.Gtk/UnoPlatform_v5.Skia.Gtk.csproj
deleted file mode 100644
index 6228a42ce..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Skia.Gtk/UnoPlatform_v5.Skia.Gtk.csproj
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
- WinExe
- Exe
- net8.0
- app.manifest
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Skia.Gtk/app.manifest b/samples/UnoPlatform_v5/UnoPlatform_v5.Skia.Gtk/app.manifest
deleted file mode 100644
index 161177b04..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Skia.Gtk/app.manifest
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- true/PM
- PerMonitorV2, PerMonitor
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Tests/AppInfoTests.cs b/samples/UnoPlatform_v5/UnoPlatform_v5.Tests/AppInfoTests.cs
deleted file mode 100644
index e543ef8d9..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Tests/AppInfoTests.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-namespace UnoPlatform_v5.Tests
-{
- public class AppInfoTests
- {
- [SetUp]
- public void Setup()
- {
- }
-
- [Test]
- public void AppInfoCreation()
- {
- var appInfo = new AppConfig { Environment = "Test" };
-
- appInfo.Should().NotBeNull();
- appInfo.Environment.Should().Be("Test");
- }
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Tests/GlobalUsings.cs b/samples/UnoPlatform_v5/UnoPlatform_v5.Tests/GlobalUsings.cs
deleted file mode 100644
index be771050e..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Tests/GlobalUsings.cs
+++ /dev/null
@@ -1,3 +0,0 @@
-global using FluentAssertions;
-global using NUnit.Framework;
-global using UnoPlatform_v5.Business.Models;
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Tests/UnoPlatform_v5.Tests.csproj b/samples/UnoPlatform_v5/UnoPlatform_v5.Tests/UnoPlatform_v5.Tests.csproj
deleted file mode 100644
index 8621c3a06..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Tests/UnoPlatform_v5.Tests.csproj
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
- net8.0
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.UITests/Constants.cs b/samples/UnoPlatform_v5/UnoPlatform_v5.UITests/Constants.cs
deleted file mode 100644
index 9e203c69f..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.UITests/Constants.cs
+++ /dev/null
@@ -1,13 +0,0 @@
-namespace UnoPlatform_v5.UITests
-{
- public class Constants
- {
- public readonly static string WebAssemblyDefaultUri = "http://localhost:5001/";
- public readonly static string iOSAppName = "com.companyname.UnoPlatform_v5";
- public readonly static string AndroidAppName = "com.companyname.UnoPlatform_v5";
- public readonly static string iOSDeviceNameOrId = "iPad Pro (12.9-inch) (3rd generation)";
-
- public readonly static Platform CurrentPlatform = Platform.Browser;
- public readonly static Browser WebAssemblyBrowser = Browser.Chrome;
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.UITests/Given_MainPage.cs b/samples/UnoPlatform_v5/UnoPlatform_v5.UITests/Given_MainPage.cs
deleted file mode 100644
index 3de53969c..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.UITests/Given_MainPage.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-namespace UnoPlatform_v5.UITests
-{
- public class Given_MainPage : TestBase
- {
- [Test]
- public async Task When_SmokeTest()
- {
- // NOTICE
- // To run UITests, Run the WASM target without debugger. Note
- // the port that is being used and update the Constants.cs file
- // in the UITests project with the correct port number.
-
- // Add delay to allow for the splash screen to disappear
- await Task.Delay(5000);
-
-
- // Query for the SecondPageButton and then tap it
- Query xamlButton = q => q.All().Marked("SecondPageButton");
- App.WaitForElement(xamlButton);
- App.Tap(xamlButton);
-
- // Take a screenshot and add it to the test results
- TakeScreenshot("After tapped");
- }
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.UITests/GlobalUsings.cs b/samples/UnoPlatform_v5/UnoPlatform_v5.UITests/GlobalUsings.cs
deleted file mode 100644
index eb3b6c8b9..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.UITests/GlobalUsings.cs
+++ /dev/null
@@ -1,5 +0,0 @@
-global using NUnit.Framework;
-global using Uno.UITest;
-global using Uno.UITest.Helpers.Queries;
-global using Uno.UITests.Helpers;
-global using Query = System.Func;
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.UITests/TestBase.cs b/samples/UnoPlatform_v5/UnoPlatform_v5.UITests/TestBase.cs
deleted file mode 100644
index a9e38be2c..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.UITests/TestBase.cs
+++ /dev/null
@@ -1,83 +0,0 @@
-
-namespace UnoPlatform_v5.UITests
-{
- public class TestBase
- {
- private IApp? _app;
-
- static TestBase()
- {
- AppInitializer.TestEnvironment.AndroidAppName = Constants.AndroidAppName;
- AppInitializer.TestEnvironment.WebAssemblyDefaultUri = Constants.WebAssemblyDefaultUri;
- AppInitializer.TestEnvironment.iOSAppName = Constants.iOSAppName;
- AppInitializer.TestEnvironment.AndroidAppName = Constants.AndroidAppName;
- AppInitializer.TestEnvironment.iOSDeviceNameOrId = Constants.iOSDeviceNameOrId;
- AppInitializer.TestEnvironment.CurrentPlatform = Constants.CurrentPlatform;
- AppInitializer.TestEnvironment.WebAssemblyBrowser = Constants.WebAssemblyBrowser;
-
-#if DEBUG
- AppInitializer.TestEnvironment.WebAssemblyHeadless = false;
-#endif
-
- // Start the app only once, so the tests runs don't restart it
- // and gain some time for the tests.
- AppInitializer.ColdStartApp();
- }
-
- protected IApp App
- {
- get => _app!;
- private set
- {
- _app = value;
- Uno.UITest.Helpers.Queries.Helpers.App = value;
- }
- }
-
- [SetUp]
- public void SetUpTest()
- {
- App = AppInitializer.AttachToApp();
- }
-
- [TearDown]
- public void TearDownTest()
- {
- TakeScreenshot("teardown");
- }
-
- public FileInfo TakeScreenshot(string stepName)
- {
- var title = $"{TestContext.CurrentContext.Test.Name}_{stepName}"
- .Replace(" ", "_")
- .Replace(".", "_");
-
- var fileInfo = App.Screenshot(title);
-
- var fileNameWithoutExt = Path.GetFileNameWithoutExtension(fileInfo.Name);
- if (fileNameWithoutExt != title && fileInfo.DirectoryName != null)
- {
- var destFileName = Path
- .Combine(fileInfo.DirectoryName, title + Path.GetExtension(fileInfo.Name));
-
- if (File.Exists(destFileName))
- {
- File.Delete(destFileName);
- }
-
- File.Move(fileInfo.FullName, destFileName);
-
- TestContext.AddTestAttachment(destFileName, stepName);
-
- fileInfo = new FileInfo(destFileName);
- }
- else
- {
- TestContext.AddTestAttachment(fileInfo.FullName, stepName);
- }
-
- return fileInfo;
- }
-
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.UITests/UnoPlatform_v5.UITests.csproj b/samples/UnoPlatform_v5/UnoPlatform_v5.UITests/UnoPlatform_v5.UITests.csproj
deleted file mode 100644
index 915899900..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.UITests/UnoPlatform_v5.UITests.csproj
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
- net8.0
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Wasm/Program.cs b/samples/UnoPlatform_v5/UnoPlatform_v5.Wasm/Program.cs
deleted file mode 100644
index 4da108d8c..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Wasm/Program.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-namespace UnoPlatform_v5.Wasm
-{
- public class Program
- {
- private static App? _app;
-
- public static int Main(string[] args)
- {
- Microsoft.UI.Xaml.Application.Start(_ => _app = new AppHead());
-
- return 0;
- }
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Wasm/Properties/launchSettings.json b/samples/UnoPlatform_v5/UnoPlatform_v5.Wasm/Properties/launchSettings.json
deleted file mode 100644
index 76a352f8f..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Wasm/Properties/launchSettings.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "iisSettings": {
- "windowsAuthentication": false,
- "anonymousAuthentication": true,
- "iisExpress": {
- "applicationUrl": "http://localhost:8080",
- "sslPort": 0
- }
- },
- "profiles": {
- "UnoPlatform_v5.Wasm": {
- "commandName": "Project",
- "dotnetRunMessages": true,
- "launchBrowser": true,
- "applicationUrl": "http://localhost:5001",
- "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- },
- "IIS Express": {
- "commandName": "IISExpress",
- "launchBrowser": true,
- "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- }
- }
-}
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Wasm/UnoPlatform_v5.Wasm.csproj b/samples/UnoPlatform_v5/UnoPlatform_v5.Wasm/UnoPlatform_v5.Wasm.csproj
deleted file mode 100644
index 793f70670..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Wasm/UnoPlatform_v5.Wasm.csproj
+++ /dev/null
@@ -1,90 +0,0 @@
-
-
- Exe
- net8.0
- $(NoWarn);NU1504;NU1505;NU1701
-
- disable
- manifest.webmanifest
- Properties
-
- /
-
-
- true
- $(DefineConstants);TRACE;DEBUG
- portable
- true
-
- false
-
-
-
-
-
-
-
-
-
-
- True
- $(DefineConstants);USE_UITESTS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Wasm/WasmScripts/AppManifest.js b/samples/UnoPlatform_v5/UnoPlatform_v5.Wasm/WasmScripts/AppManifest.js
deleted file mode 100644
index cfea46d67..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Wasm/WasmScripts/AppManifest.js
+++ /dev/null
@@ -1,3 +0,0 @@
-var UnoAppManifest = {
- displayName: "UnoPlatform_v5"
-}
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Wasm/wwwroot/web.config b/samples/UnoPlatform_v5/UnoPlatform_v5.Wasm/wwwroot/web.config
deleted file mode 100644
index 8f5a860f5..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Wasm/wwwroot/web.config
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Windows/Package.appxmanifest b/samples/UnoPlatform_v5/UnoPlatform_v5.Windows/Package.appxmanifest
deleted file mode 100644
index 25fc7a0f0..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Windows/Package.appxmanifest
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
-
- UnoPlatform_v5
- UnoPlatform_v5
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Windows/Properties/launchsettings.json b/samples/UnoPlatform_v5/UnoPlatform_v5.Windows/Properties/launchsettings.json
deleted file mode 100644
index 71fa1229c..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Windows/Properties/launchsettings.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "profiles": {
- "UnoPlatform_v5.Windows (Unpackaged)": {
- "commandName": "Project"
- },
- "UnoPlatform_v5.Windows (Package)": {
- "commandName": "MsixPackage"
- }
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Windows/Resources.lang-en-us.resw b/samples/UnoPlatform_v5/UnoPlatform_v5.Windows/Resources.lang-en-us.resw
deleted file mode 100644
index fad04be56..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Windows/Resources.lang-en-us.resw
+++ /dev/null
@@ -1,123 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Hello World!
-
-
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Windows/UnoPlatform_v5.Windows.csproj b/samples/UnoPlatform_v5/UnoPlatform_v5.Windows/UnoPlatform_v5.Windows.csproj
deleted file mode 100644
index 54bc17266..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Windows/UnoPlatform_v5.Windows.csproj
+++ /dev/null
@@ -1,86 +0,0 @@
-
-
- WinExe
- net8.0-windows10.0.19041.0
- UnoPlatform_v5.Windows
- app.manifest
- x86;x64;arm64
- win-x86;win-x64;win-arm64
- win-$(Platform).pubxml
- true
- true
-
-
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
-
-
-
-
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.sln b/samples/UnoPlatform_v5/UnoPlatform_v5.sln
deleted file mode 100644
index 572ebe1a2..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.sln
+++ /dev/null
@@ -1,349 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 17
-VisualStudioVersion = 17.7.34221.43
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{4281D5E9-C12C-4CA3-A18B-76375425243A}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Backend", "Backend", "{7B14261D-0288-42E3-92C7-9E589E376946}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Platforms", "Platforms", "{A400B1A1-532D-4FEB-840C-7E59B7C47E19}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{5BA64200-BDDB-4506-B259-2C761381CBE7}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnoPlatform_v5.DataContracts", "UnoPlatform_v5.DataContracts\UnoPlatform_v5.DataContracts.csproj", "{1811543F-772F-4DE4-84F4-F6C957FC8998}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnoPlatform_v5", "UnoPlatform_v5\UnoPlatform_v5.csproj", "{F023965A-48B3-4BDA-BE03-985ED2130B9A}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnoPlatform_v5.Tests", "UnoPlatform_v5.Tests\UnoPlatform_v5.Tests.csproj", "{987DDF00-2E95-463A-B276-3C2D92733E1E}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnoPlatform_v5.UITests", "UnoPlatform_v5.UITests\UnoPlatform_v5.UITests.csproj", "{6180CA8B-69C7-46C4-851B-280C89B2AB9D}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnoPlatform_v5.Base", "UnoPlatform_v5.Base\UnoPlatform_v5.Base.csproj", "{6059D4D6-74E0-4403-81A5-772A5C5169B7}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnoPlatform_v5.Mobile", "UnoPlatform_v5.Mobile\UnoPlatform_v5.Mobile.csproj", "{6E9F868C-1F24-40CA-BBB2-EA27833E9712}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnoPlatform_v5.Windows", "UnoPlatform_v5.Windows\UnoPlatform_v5.Windows.csproj", "{AE6D8B5A-83D4-4947-A851-782B963935E6}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnoPlatform_v5.Wasm", "UnoPlatform_v5.Wasm\UnoPlatform_v5.Wasm.csproj", "{7E8B64BC-2210-4E74-9F87-30DB039B4378}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnoPlatform_v5.Skia.Gtk", "UnoPlatform_v5.Skia.Gtk\UnoPlatform_v5.Skia.Gtk.csproj", "{5026A4AA-9E97-437F-860A-CB869D45F2DB}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnoPlatform_v5.Server", "UnoPlatform_v5.Server\UnoPlatform_v5.Server.csproj", "{27CDC9B9-E23A-4B67-8ABF-EC87759CE2AA}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1FCEE8BA-A82C-4D2B-A8DF-E0731E4C3B55}"
- ProjectSection(SolutionItems) = preProject
- .gitignore = .gitignore
- Directory.Build.props = Directory.Build.props
- Directory.Build.targets = Directory.Build.targets
- Directory.Packages.props = Directory.Packages.props
- solution-config.props.sample = solution-config.props.sample
- EndProjectSection
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_LiveChartsSource", "_LiveChartsSource", "{DA953263-C2B1-46E3-B89C-88553CB69E5C}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LiveChartsCore.SkiaSharpView", "..\..\src\skiasharp\LiveChartsCore.SkiaSharp\LiveChartsCore.SkiaSharpView.csproj", "{9C8F2201-C26F-4D2A-8E47-640BECD9BC39}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LiveChartsCore.SkiaSharpView.Uno.WinUI", "..\..\src\skiasharp\LiveChartsCore.SkiaSharpView.Uno.WinUI\LiveChartsCore.SkiaSharpView.Uno.WinUI.csproj", "{02FCCC44-2BEA-497D-A97C-E76920CA8626}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LiveChartsCore", "..\..\src\LiveChartsCore\LiveChartsCore.csproj", "{89E94D94-99AE-4430-9A75-6E3657B14E66}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ViewModelsSamples", "..\ViewModelsSamples\ViewModelsSamples.csproj", "{0A39A202-EEEA-462E-84BD-D6009EEAEE94}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LiveChartsCore.Behaviours", "..\..\src\LiveChartsCore.Behaviours\LiveChartsCore.Behaviours.csproj", "{E56DC823-AB40-40B5-BB45-7FB3B0518987}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Debug|arm64 = Debug|arm64
- Debug|x64 = Debug|x64
- Debug|x86 = Debug|x86
- Release|Any CPU = Release|Any CPU
- Release|arm64 = Release|arm64
- Release|x64 = Release|x64
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {1811543F-772F-4DE4-84F4-F6C957FC8998}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {1811543F-772F-4DE4-84F4-F6C957FC8998}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {1811543F-772F-4DE4-84F4-F6C957FC8998}.Debug|arm64.ActiveCfg = Debug|Any CPU
- {1811543F-772F-4DE4-84F4-F6C957FC8998}.Debug|arm64.Build.0 = Debug|Any CPU
- {1811543F-772F-4DE4-84F4-F6C957FC8998}.Debug|x64.ActiveCfg = Debug|Any CPU
- {1811543F-772F-4DE4-84F4-F6C957FC8998}.Debug|x64.Build.0 = Debug|Any CPU
- {1811543F-772F-4DE4-84F4-F6C957FC8998}.Debug|x86.ActiveCfg = Debug|Any CPU
- {1811543F-772F-4DE4-84F4-F6C957FC8998}.Debug|x86.Build.0 = Debug|Any CPU
- {1811543F-772F-4DE4-84F4-F6C957FC8998}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {1811543F-772F-4DE4-84F4-F6C957FC8998}.Release|Any CPU.Build.0 = Release|Any CPU
- {1811543F-772F-4DE4-84F4-F6C957FC8998}.Release|arm64.ActiveCfg = Release|Any CPU
- {1811543F-772F-4DE4-84F4-F6C957FC8998}.Release|arm64.Build.0 = Release|Any CPU
- {1811543F-772F-4DE4-84F4-F6C957FC8998}.Release|x64.ActiveCfg = Release|Any CPU
- {1811543F-772F-4DE4-84F4-F6C957FC8998}.Release|x64.Build.0 = Release|Any CPU
- {1811543F-772F-4DE4-84F4-F6C957FC8998}.Release|x86.ActiveCfg = Release|Any CPU
- {1811543F-772F-4DE4-84F4-F6C957FC8998}.Release|x86.Build.0 = Release|Any CPU
- {F023965A-48B3-4BDA-BE03-985ED2130B9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {F023965A-48B3-4BDA-BE03-985ED2130B9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {F023965A-48B3-4BDA-BE03-985ED2130B9A}.Debug|arm64.ActiveCfg = Debug|Any CPU
- {F023965A-48B3-4BDA-BE03-985ED2130B9A}.Debug|arm64.Build.0 = Debug|Any CPU
- {F023965A-48B3-4BDA-BE03-985ED2130B9A}.Debug|x64.ActiveCfg = Debug|Any CPU
- {F023965A-48B3-4BDA-BE03-985ED2130B9A}.Debug|x64.Build.0 = Debug|Any CPU
- {F023965A-48B3-4BDA-BE03-985ED2130B9A}.Debug|x86.ActiveCfg = Debug|Any CPU
- {F023965A-48B3-4BDA-BE03-985ED2130B9A}.Debug|x86.Build.0 = Debug|Any CPU
- {F023965A-48B3-4BDA-BE03-985ED2130B9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {F023965A-48B3-4BDA-BE03-985ED2130B9A}.Release|Any CPU.Build.0 = Release|Any CPU
- {F023965A-48B3-4BDA-BE03-985ED2130B9A}.Release|arm64.ActiveCfg = Release|Any CPU
- {F023965A-48B3-4BDA-BE03-985ED2130B9A}.Release|arm64.Build.0 = Release|Any CPU
- {F023965A-48B3-4BDA-BE03-985ED2130B9A}.Release|x64.ActiveCfg = Release|Any CPU
- {F023965A-48B3-4BDA-BE03-985ED2130B9A}.Release|x64.Build.0 = Release|Any CPU
- {F023965A-48B3-4BDA-BE03-985ED2130B9A}.Release|x86.ActiveCfg = Release|Any CPU
- {F023965A-48B3-4BDA-BE03-985ED2130B9A}.Release|x86.Build.0 = Release|Any CPU
- {987DDF00-2E95-463A-B276-3C2D92733E1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {987DDF00-2E95-463A-B276-3C2D92733E1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {987DDF00-2E95-463A-B276-3C2D92733E1E}.Debug|arm64.ActiveCfg = Debug|Any CPU
- {987DDF00-2E95-463A-B276-3C2D92733E1E}.Debug|arm64.Build.0 = Debug|Any CPU
- {987DDF00-2E95-463A-B276-3C2D92733E1E}.Debug|x64.ActiveCfg = Debug|Any CPU
- {987DDF00-2E95-463A-B276-3C2D92733E1E}.Debug|x64.Build.0 = Debug|Any CPU
- {987DDF00-2E95-463A-B276-3C2D92733E1E}.Debug|x86.ActiveCfg = Debug|Any CPU
- {987DDF00-2E95-463A-B276-3C2D92733E1E}.Debug|x86.Build.0 = Debug|Any CPU
- {987DDF00-2E95-463A-B276-3C2D92733E1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {987DDF00-2E95-463A-B276-3C2D92733E1E}.Release|Any CPU.Build.0 = Release|Any CPU
- {987DDF00-2E95-463A-B276-3C2D92733E1E}.Release|arm64.ActiveCfg = Release|Any CPU
- {987DDF00-2E95-463A-B276-3C2D92733E1E}.Release|arm64.Build.0 = Release|Any CPU
- {987DDF00-2E95-463A-B276-3C2D92733E1E}.Release|x64.ActiveCfg = Release|Any CPU
- {987DDF00-2E95-463A-B276-3C2D92733E1E}.Release|x64.Build.0 = Release|Any CPU
- {987DDF00-2E95-463A-B276-3C2D92733E1E}.Release|x86.ActiveCfg = Release|Any CPU
- {987DDF00-2E95-463A-B276-3C2D92733E1E}.Release|x86.Build.0 = Release|Any CPU
- {6180CA8B-69C7-46C4-851B-280C89B2AB9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {6180CA8B-69C7-46C4-851B-280C89B2AB9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {6180CA8B-69C7-46C4-851B-280C89B2AB9D}.Debug|arm64.ActiveCfg = Debug|Any CPU
- {6180CA8B-69C7-46C4-851B-280C89B2AB9D}.Debug|arm64.Build.0 = Debug|Any CPU
- {6180CA8B-69C7-46C4-851B-280C89B2AB9D}.Debug|x64.ActiveCfg = Debug|Any CPU
- {6180CA8B-69C7-46C4-851B-280C89B2AB9D}.Debug|x64.Build.0 = Debug|Any CPU
- {6180CA8B-69C7-46C4-851B-280C89B2AB9D}.Debug|x86.ActiveCfg = Debug|Any CPU
- {6180CA8B-69C7-46C4-851B-280C89B2AB9D}.Debug|x86.Build.0 = Debug|Any CPU
- {6180CA8B-69C7-46C4-851B-280C89B2AB9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {6180CA8B-69C7-46C4-851B-280C89B2AB9D}.Release|Any CPU.Build.0 = Release|Any CPU
- {6180CA8B-69C7-46C4-851B-280C89B2AB9D}.Release|arm64.ActiveCfg = Release|Any CPU
- {6180CA8B-69C7-46C4-851B-280C89B2AB9D}.Release|arm64.Build.0 = Release|Any CPU
- {6180CA8B-69C7-46C4-851B-280C89B2AB9D}.Release|x64.ActiveCfg = Release|Any CPU
- {6180CA8B-69C7-46C4-851B-280C89B2AB9D}.Release|x64.Build.0 = Release|Any CPU
- {6180CA8B-69C7-46C4-851B-280C89B2AB9D}.Release|x86.ActiveCfg = Release|Any CPU
- {6180CA8B-69C7-46C4-851B-280C89B2AB9D}.Release|x86.Build.0 = Release|Any CPU
- {6059D4D6-74E0-4403-81A5-772A5C5169B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {6059D4D6-74E0-4403-81A5-772A5C5169B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {6059D4D6-74E0-4403-81A5-772A5C5169B7}.Debug|arm64.ActiveCfg = Debug|Any CPU
- {6059D4D6-74E0-4403-81A5-772A5C5169B7}.Debug|arm64.Build.0 = Debug|Any CPU
- {6059D4D6-74E0-4403-81A5-772A5C5169B7}.Debug|x64.ActiveCfg = Debug|Any CPU
- {6059D4D6-74E0-4403-81A5-772A5C5169B7}.Debug|x64.Build.0 = Debug|Any CPU
- {6059D4D6-74E0-4403-81A5-772A5C5169B7}.Debug|x86.ActiveCfg = Debug|Any CPU
- {6059D4D6-74E0-4403-81A5-772A5C5169B7}.Debug|x86.Build.0 = Debug|Any CPU
- {6059D4D6-74E0-4403-81A5-772A5C5169B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {6059D4D6-74E0-4403-81A5-772A5C5169B7}.Release|Any CPU.Build.0 = Release|Any CPU
- {6059D4D6-74E0-4403-81A5-772A5C5169B7}.Release|arm64.ActiveCfg = Release|Any CPU
- {6059D4D6-74E0-4403-81A5-772A5C5169B7}.Release|arm64.Build.0 = Release|Any CPU
- {6059D4D6-74E0-4403-81A5-772A5C5169B7}.Release|x64.ActiveCfg = Release|Any CPU
- {6059D4D6-74E0-4403-81A5-772A5C5169B7}.Release|x64.Build.0 = Release|Any CPU
- {6059D4D6-74E0-4403-81A5-772A5C5169B7}.Release|x86.ActiveCfg = Release|Any CPU
- {6059D4D6-74E0-4403-81A5-772A5C5169B7}.Release|x86.Build.0 = Release|Any CPU
- {6E9F868C-1F24-40CA-BBB2-EA27833E9712}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {6E9F868C-1F24-40CA-BBB2-EA27833E9712}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {6E9F868C-1F24-40CA-BBB2-EA27833E9712}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {6E9F868C-1F24-40CA-BBB2-EA27833E9712}.Debug|arm64.ActiveCfg = Debug|Any CPU
- {6E9F868C-1F24-40CA-BBB2-EA27833E9712}.Debug|arm64.Build.0 = Debug|Any CPU
- {6E9F868C-1F24-40CA-BBB2-EA27833E9712}.Debug|arm64.Deploy.0 = Debug|Any CPU
- {6E9F868C-1F24-40CA-BBB2-EA27833E9712}.Debug|x64.ActiveCfg = Debug|Any CPU
- {6E9F868C-1F24-40CA-BBB2-EA27833E9712}.Debug|x64.Build.0 = Debug|Any CPU
- {6E9F868C-1F24-40CA-BBB2-EA27833E9712}.Debug|x64.Deploy.0 = Debug|Any CPU
- {6E9F868C-1F24-40CA-BBB2-EA27833E9712}.Debug|x86.ActiveCfg = Debug|Any CPU
- {6E9F868C-1F24-40CA-BBB2-EA27833E9712}.Debug|x86.Build.0 = Debug|Any CPU
- {6E9F868C-1F24-40CA-BBB2-EA27833E9712}.Debug|x86.Deploy.0 = Debug|Any CPU
- {6E9F868C-1F24-40CA-BBB2-EA27833E9712}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {6E9F868C-1F24-40CA-BBB2-EA27833E9712}.Release|Any CPU.Build.0 = Release|Any CPU
- {6E9F868C-1F24-40CA-BBB2-EA27833E9712}.Release|Any CPU.Deploy.0 = Release|Any CPU
- {6E9F868C-1F24-40CA-BBB2-EA27833E9712}.Release|arm64.ActiveCfg = Release|Any CPU
- {6E9F868C-1F24-40CA-BBB2-EA27833E9712}.Release|arm64.Build.0 = Release|Any CPU
- {6E9F868C-1F24-40CA-BBB2-EA27833E9712}.Release|arm64.Deploy.0 = Release|Any CPU
- {6E9F868C-1F24-40CA-BBB2-EA27833E9712}.Release|x64.ActiveCfg = Release|Any CPU
- {6E9F868C-1F24-40CA-BBB2-EA27833E9712}.Release|x64.Build.0 = Release|Any CPU
- {6E9F868C-1F24-40CA-BBB2-EA27833E9712}.Release|x64.Deploy.0 = Release|Any CPU
- {6E9F868C-1F24-40CA-BBB2-EA27833E9712}.Release|x86.ActiveCfg = Release|Any CPU
- {6E9F868C-1F24-40CA-BBB2-EA27833E9712}.Release|x86.Build.0 = Release|Any CPU
- {6E9F868C-1F24-40CA-BBB2-EA27833E9712}.Release|x86.Deploy.0 = Release|Any CPU
- {AE6D8B5A-83D4-4947-A851-782B963935E6}.Debug|Any CPU.ActiveCfg = Debug|x64
- {AE6D8B5A-83D4-4947-A851-782B963935E6}.Debug|Any CPU.Build.0 = Debug|x64
- {AE6D8B5A-83D4-4947-A851-782B963935E6}.Debug|Any CPU.Deploy.0 = Debug|x64
- {AE6D8B5A-83D4-4947-A851-782B963935E6}.Debug|arm64.ActiveCfg = Debug|arm64
- {AE6D8B5A-83D4-4947-A851-782B963935E6}.Debug|arm64.Build.0 = Debug|arm64
- {AE6D8B5A-83D4-4947-A851-782B963935E6}.Debug|arm64.Deploy.0 = Debug|arm64
- {AE6D8B5A-83D4-4947-A851-782B963935E6}.Debug|x64.ActiveCfg = Debug|x64
- {AE6D8B5A-83D4-4947-A851-782B963935E6}.Debug|x64.Build.0 = Debug|x64
- {AE6D8B5A-83D4-4947-A851-782B963935E6}.Debug|x64.Deploy.0 = Debug|x64
- {AE6D8B5A-83D4-4947-A851-782B963935E6}.Debug|x86.ActiveCfg = Debug|x86
- {AE6D8B5A-83D4-4947-A851-782B963935E6}.Debug|x86.Build.0 = Debug|x86
- {AE6D8B5A-83D4-4947-A851-782B963935E6}.Debug|x86.Deploy.0 = Debug|x86
- {AE6D8B5A-83D4-4947-A851-782B963935E6}.Release|Any CPU.ActiveCfg = Release|x64
- {AE6D8B5A-83D4-4947-A851-782B963935E6}.Release|Any CPU.Build.0 = Release|x64
- {AE6D8B5A-83D4-4947-A851-782B963935E6}.Release|Any CPU.Deploy.0 = Release|x64
- {AE6D8B5A-83D4-4947-A851-782B963935E6}.Release|arm64.ActiveCfg = Release|arm64
- {AE6D8B5A-83D4-4947-A851-782B963935E6}.Release|arm64.Build.0 = Release|arm64
- {AE6D8B5A-83D4-4947-A851-782B963935E6}.Release|arm64.Deploy.0 = Release|arm64
- {AE6D8B5A-83D4-4947-A851-782B963935E6}.Release|x64.ActiveCfg = Release|x64
- {AE6D8B5A-83D4-4947-A851-782B963935E6}.Release|x64.Build.0 = Release|x64
- {AE6D8B5A-83D4-4947-A851-782B963935E6}.Release|x64.Deploy.0 = Release|x64
- {AE6D8B5A-83D4-4947-A851-782B963935E6}.Release|x86.ActiveCfg = Release|x86
- {AE6D8B5A-83D4-4947-A851-782B963935E6}.Release|x86.Build.0 = Release|x86
- {AE6D8B5A-83D4-4947-A851-782B963935E6}.Release|x86.Deploy.0 = Release|x86
- {7E8B64BC-2210-4E74-9F87-30DB039B4378}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {7E8B64BC-2210-4E74-9F87-30DB039B4378}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {7E8B64BC-2210-4E74-9F87-30DB039B4378}.Debug|arm64.ActiveCfg = Debug|Any CPU
- {7E8B64BC-2210-4E74-9F87-30DB039B4378}.Debug|arm64.Build.0 = Debug|Any CPU
- {7E8B64BC-2210-4E74-9F87-30DB039B4378}.Debug|x64.ActiveCfg = Debug|Any CPU
- {7E8B64BC-2210-4E74-9F87-30DB039B4378}.Debug|x64.Build.0 = Debug|Any CPU
- {7E8B64BC-2210-4E74-9F87-30DB039B4378}.Debug|x86.ActiveCfg = Debug|Any CPU
- {7E8B64BC-2210-4E74-9F87-30DB039B4378}.Debug|x86.Build.0 = Debug|Any CPU
- {7E8B64BC-2210-4E74-9F87-30DB039B4378}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {7E8B64BC-2210-4E74-9F87-30DB039B4378}.Release|Any CPU.Build.0 = Release|Any CPU
- {7E8B64BC-2210-4E74-9F87-30DB039B4378}.Release|arm64.ActiveCfg = Release|Any CPU
- {7E8B64BC-2210-4E74-9F87-30DB039B4378}.Release|arm64.Build.0 = Release|Any CPU
- {7E8B64BC-2210-4E74-9F87-30DB039B4378}.Release|x64.ActiveCfg = Release|Any CPU
- {7E8B64BC-2210-4E74-9F87-30DB039B4378}.Release|x64.Build.0 = Release|Any CPU
- {7E8B64BC-2210-4E74-9F87-30DB039B4378}.Release|x86.ActiveCfg = Release|Any CPU
- {7E8B64BC-2210-4E74-9F87-30DB039B4378}.Release|x86.Build.0 = Release|Any CPU
- {5026A4AA-9E97-437F-860A-CB869D45F2DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {5026A4AA-9E97-437F-860A-CB869D45F2DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {5026A4AA-9E97-437F-860A-CB869D45F2DB}.Debug|arm64.ActiveCfg = Debug|Any CPU
- {5026A4AA-9E97-437F-860A-CB869D45F2DB}.Debug|arm64.Build.0 = Debug|Any CPU
- {5026A4AA-9E97-437F-860A-CB869D45F2DB}.Debug|x64.ActiveCfg = Debug|Any CPU
- {5026A4AA-9E97-437F-860A-CB869D45F2DB}.Debug|x64.Build.0 = Debug|Any CPU
- {5026A4AA-9E97-437F-860A-CB869D45F2DB}.Debug|x86.ActiveCfg = Debug|Any CPU
- {5026A4AA-9E97-437F-860A-CB869D45F2DB}.Debug|x86.Build.0 = Debug|Any CPU
- {5026A4AA-9E97-437F-860A-CB869D45F2DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {5026A4AA-9E97-437F-860A-CB869D45F2DB}.Release|Any CPU.Build.0 = Release|Any CPU
- {5026A4AA-9E97-437F-860A-CB869D45F2DB}.Release|arm64.ActiveCfg = Release|Any CPU
- {5026A4AA-9E97-437F-860A-CB869D45F2DB}.Release|arm64.Build.0 = Release|Any CPU
- {5026A4AA-9E97-437F-860A-CB869D45F2DB}.Release|x64.ActiveCfg = Release|Any CPU
- {5026A4AA-9E97-437F-860A-CB869D45F2DB}.Release|x64.Build.0 = Release|Any CPU
- {5026A4AA-9E97-437F-860A-CB869D45F2DB}.Release|x86.ActiveCfg = Release|Any CPU
- {5026A4AA-9E97-437F-860A-CB869D45F2DB}.Release|x86.Build.0 = Release|Any CPU
- {27CDC9B9-E23A-4B67-8ABF-EC87759CE2AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {27CDC9B9-E23A-4B67-8ABF-EC87759CE2AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {27CDC9B9-E23A-4B67-8ABF-EC87759CE2AA}.Debug|arm64.ActiveCfg = Debug|Any CPU
- {27CDC9B9-E23A-4B67-8ABF-EC87759CE2AA}.Debug|arm64.Build.0 = Debug|Any CPU
- {27CDC9B9-E23A-4B67-8ABF-EC87759CE2AA}.Debug|x64.ActiveCfg = Debug|Any CPU
- {27CDC9B9-E23A-4B67-8ABF-EC87759CE2AA}.Debug|x64.Build.0 = Debug|Any CPU
- {27CDC9B9-E23A-4B67-8ABF-EC87759CE2AA}.Debug|x86.ActiveCfg = Debug|Any CPU
- {27CDC9B9-E23A-4B67-8ABF-EC87759CE2AA}.Debug|x86.Build.0 = Debug|Any CPU
- {27CDC9B9-E23A-4B67-8ABF-EC87759CE2AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {27CDC9B9-E23A-4B67-8ABF-EC87759CE2AA}.Release|Any CPU.Build.0 = Release|Any CPU
- {27CDC9B9-E23A-4B67-8ABF-EC87759CE2AA}.Release|arm64.ActiveCfg = Release|Any CPU
- {27CDC9B9-E23A-4B67-8ABF-EC87759CE2AA}.Release|arm64.Build.0 = Release|Any CPU
- {27CDC9B9-E23A-4B67-8ABF-EC87759CE2AA}.Release|x64.ActiveCfg = Release|Any CPU
- {27CDC9B9-E23A-4B67-8ABF-EC87759CE2AA}.Release|x64.Build.0 = Release|Any CPU
- {27CDC9B9-E23A-4B67-8ABF-EC87759CE2AA}.Release|x86.ActiveCfg = Release|Any CPU
- {27CDC9B9-E23A-4B67-8ABF-EC87759CE2AA}.Release|x86.Build.0 = Release|Any CPU
- {9C8F2201-C26F-4D2A-8E47-640BECD9BC39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {9C8F2201-C26F-4D2A-8E47-640BECD9BC39}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {9C8F2201-C26F-4D2A-8E47-640BECD9BC39}.Debug|arm64.ActiveCfg = Debug|Any CPU
- {9C8F2201-C26F-4D2A-8E47-640BECD9BC39}.Debug|arm64.Build.0 = Debug|Any CPU
- {9C8F2201-C26F-4D2A-8E47-640BECD9BC39}.Debug|x64.ActiveCfg = Debug|Any CPU
- {9C8F2201-C26F-4D2A-8E47-640BECD9BC39}.Debug|x64.Build.0 = Debug|Any CPU
- {9C8F2201-C26F-4D2A-8E47-640BECD9BC39}.Debug|x86.ActiveCfg = Debug|Any CPU
- {9C8F2201-C26F-4D2A-8E47-640BECD9BC39}.Debug|x86.Build.0 = Debug|Any CPU
- {9C8F2201-C26F-4D2A-8E47-640BECD9BC39}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {9C8F2201-C26F-4D2A-8E47-640BECD9BC39}.Release|Any CPU.Build.0 = Release|Any CPU
- {9C8F2201-C26F-4D2A-8E47-640BECD9BC39}.Release|arm64.ActiveCfg = Release|Any CPU
- {9C8F2201-C26F-4D2A-8E47-640BECD9BC39}.Release|arm64.Build.0 = Release|Any CPU
- {9C8F2201-C26F-4D2A-8E47-640BECD9BC39}.Release|x64.ActiveCfg = Release|Any CPU
- {9C8F2201-C26F-4D2A-8E47-640BECD9BC39}.Release|x64.Build.0 = Release|Any CPU
- {9C8F2201-C26F-4D2A-8E47-640BECD9BC39}.Release|x86.ActiveCfg = Release|Any CPU
- {9C8F2201-C26F-4D2A-8E47-640BECD9BC39}.Release|x86.Build.0 = Release|Any CPU
- {02FCCC44-2BEA-497D-A97C-E76920CA8626}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {02FCCC44-2BEA-497D-A97C-E76920CA8626}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {02FCCC44-2BEA-497D-A97C-E76920CA8626}.Debug|arm64.ActiveCfg = Debug|Any CPU
- {02FCCC44-2BEA-497D-A97C-E76920CA8626}.Debug|arm64.Build.0 = Debug|Any CPU
- {02FCCC44-2BEA-497D-A97C-E76920CA8626}.Debug|x64.ActiveCfg = Debug|Any CPU
- {02FCCC44-2BEA-497D-A97C-E76920CA8626}.Debug|x64.Build.0 = Debug|Any CPU
- {02FCCC44-2BEA-497D-A97C-E76920CA8626}.Debug|x86.ActiveCfg = Debug|Any CPU
- {02FCCC44-2BEA-497D-A97C-E76920CA8626}.Debug|x86.Build.0 = Debug|Any CPU
- {02FCCC44-2BEA-497D-A97C-E76920CA8626}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {02FCCC44-2BEA-497D-A97C-E76920CA8626}.Release|Any CPU.Build.0 = Release|Any CPU
- {02FCCC44-2BEA-497D-A97C-E76920CA8626}.Release|arm64.ActiveCfg = Release|Any CPU
- {02FCCC44-2BEA-497D-A97C-E76920CA8626}.Release|arm64.Build.0 = Release|Any CPU
- {02FCCC44-2BEA-497D-A97C-E76920CA8626}.Release|x64.ActiveCfg = Release|Any CPU
- {02FCCC44-2BEA-497D-A97C-E76920CA8626}.Release|x64.Build.0 = Release|Any CPU
- {02FCCC44-2BEA-497D-A97C-E76920CA8626}.Release|x86.ActiveCfg = Release|Any CPU
- {02FCCC44-2BEA-497D-A97C-E76920CA8626}.Release|x86.Build.0 = Release|Any CPU
- {89E94D94-99AE-4430-9A75-6E3657B14E66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {89E94D94-99AE-4430-9A75-6E3657B14E66}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {89E94D94-99AE-4430-9A75-6E3657B14E66}.Debug|arm64.ActiveCfg = Debug|Any CPU
- {89E94D94-99AE-4430-9A75-6E3657B14E66}.Debug|arm64.Build.0 = Debug|Any CPU
- {89E94D94-99AE-4430-9A75-6E3657B14E66}.Debug|x64.ActiveCfg = Debug|Any CPU
- {89E94D94-99AE-4430-9A75-6E3657B14E66}.Debug|x64.Build.0 = Debug|Any CPU
- {89E94D94-99AE-4430-9A75-6E3657B14E66}.Debug|x86.ActiveCfg = Debug|Any CPU
- {89E94D94-99AE-4430-9A75-6E3657B14E66}.Debug|x86.Build.0 = Debug|Any CPU
- {89E94D94-99AE-4430-9A75-6E3657B14E66}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {89E94D94-99AE-4430-9A75-6E3657B14E66}.Release|Any CPU.Build.0 = Release|Any CPU
- {89E94D94-99AE-4430-9A75-6E3657B14E66}.Release|arm64.ActiveCfg = Release|Any CPU
- {89E94D94-99AE-4430-9A75-6E3657B14E66}.Release|arm64.Build.0 = Release|Any CPU
- {89E94D94-99AE-4430-9A75-6E3657B14E66}.Release|x64.ActiveCfg = Release|Any CPU
- {89E94D94-99AE-4430-9A75-6E3657B14E66}.Release|x64.Build.0 = Release|Any CPU
- {89E94D94-99AE-4430-9A75-6E3657B14E66}.Release|x86.ActiveCfg = Release|Any CPU
- {89E94D94-99AE-4430-9A75-6E3657B14E66}.Release|x86.Build.0 = Release|Any CPU
- {0A39A202-EEEA-462E-84BD-D6009EEAEE94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {0A39A202-EEEA-462E-84BD-D6009EEAEE94}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {0A39A202-EEEA-462E-84BD-D6009EEAEE94}.Debug|arm64.ActiveCfg = Debug|Any CPU
- {0A39A202-EEEA-462E-84BD-D6009EEAEE94}.Debug|arm64.Build.0 = Debug|Any CPU
- {0A39A202-EEEA-462E-84BD-D6009EEAEE94}.Debug|x64.ActiveCfg = Debug|Any CPU
- {0A39A202-EEEA-462E-84BD-D6009EEAEE94}.Debug|x64.Build.0 = Debug|Any CPU
- {0A39A202-EEEA-462E-84BD-D6009EEAEE94}.Debug|x86.ActiveCfg = Debug|Any CPU
- {0A39A202-EEEA-462E-84BD-D6009EEAEE94}.Debug|x86.Build.0 = Debug|Any CPU
- {0A39A202-EEEA-462E-84BD-D6009EEAEE94}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {0A39A202-EEEA-462E-84BD-D6009EEAEE94}.Release|Any CPU.Build.0 = Release|Any CPU
- {0A39A202-EEEA-462E-84BD-D6009EEAEE94}.Release|arm64.ActiveCfg = Release|Any CPU
- {0A39A202-EEEA-462E-84BD-D6009EEAEE94}.Release|arm64.Build.0 = Release|Any CPU
- {0A39A202-EEEA-462E-84BD-D6009EEAEE94}.Release|x64.ActiveCfg = Release|Any CPU
- {0A39A202-EEEA-462E-84BD-D6009EEAEE94}.Release|x64.Build.0 = Release|Any CPU
- {0A39A202-EEEA-462E-84BD-D6009EEAEE94}.Release|x86.ActiveCfg = Release|Any CPU
- {0A39A202-EEEA-462E-84BD-D6009EEAEE94}.Release|x86.Build.0 = Release|Any CPU
- {E56DC823-AB40-40B5-BB45-7FB3B0518987}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {E56DC823-AB40-40B5-BB45-7FB3B0518987}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {E56DC823-AB40-40B5-BB45-7FB3B0518987}.Debug|arm64.ActiveCfg = Debug|Any CPU
- {E56DC823-AB40-40B5-BB45-7FB3B0518987}.Debug|arm64.Build.0 = Debug|Any CPU
- {E56DC823-AB40-40B5-BB45-7FB3B0518987}.Debug|x64.ActiveCfg = Debug|Any CPU
- {E56DC823-AB40-40B5-BB45-7FB3B0518987}.Debug|x64.Build.0 = Debug|Any CPU
- {E56DC823-AB40-40B5-BB45-7FB3B0518987}.Debug|x86.ActiveCfg = Debug|Any CPU
- {E56DC823-AB40-40B5-BB45-7FB3B0518987}.Debug|x86.Build.0 = Debug|Any CPU
- {E56DC823-AB40-40B5-BB45-7FB3B0518987}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {E56DC823-AB40-40B5-BB45-7FB3B0518987}.Release|Any CPU.Build.0 = Release|Any CPU
- {E56DC823-AB40-40B5-BB45-7FB3B0518987}.Release|arm64.ActiveCfg = Release|Any CPU
- {E56DC823-AB40-40B5-BB45-7FB3B0518987}.Release|arm64.Build.0 = Release|Any CPU
- {E56DC823-AB40-40B5-BB45-7FB3B0518987}.Release|x64.ActiveCfg = Release|Any CPU
- {E56DC823-AB40-40B5-BB45-7FB3B0518987}.Release|x64.Build.0 = Release|Any CPU
- {E56DC823-AB40-40B5-BB45-7FB3B0518987}.Release|x86.ActiveCfg = Release|Any CPU
- {E56DC823-AB40-40B5-BB45-7FB3B0518987}.Release|x86.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(NestedProjects) = preSolution
- {7B14261D-0288-42E3-92C7-9E589E376946} = {4281D5E9-C12C-4CA3-A18B-76375425243A}
- {A400B1A1-532D-4FEB-840C-7E59B7C47E19} = {4281D5E9-C12C-4CA3-A18B-76375425243A}
- {1811543F-772F-4DE4-84F4-F6C957FC8998} = {4281D5E9-C12C-4CA3-A18B-76375425243A}
- {F023965A-48B3-4BDA-BE03-985ED2130B9A} = {4281D5E9-C12C-4CA3-A18B-76375425243A}
- {987DDF00-2E95-463A-B276-3C2D92733E1E} = {5BA64200-BDDB-4506-B259-2C761381CBE7}
- {6180CA8B-69C7-46C4-851B-280C89B2AB9D} = {5BA64200-BDDB-4506-B259-2C761381CBE7}
- {6059D4D6-74E0-4403-81A5-772A5C5169B7} = {A400B1A1-532D-4FEB-840C-7E59B7C47E19}
- {6E9F868C-1F24-40CA-BBB2-EA27833E9712} = {A400B1A1-532D-4FEB-840C-7E59B7C47E19}
- {AE6D8B5A-83D4-4947-A851-782B963935E6} = {A400B1A1-532D-4FEB-840C-7E59B7C47E19}
- {7E8B64BC-2210-4E74-9F87-30DB039B4378} = {A400B1A1-532D-4FEB-840C-7E59B7C47E19}
- {5026A4AA-9E97-437F-860A-CB869D45F2DB} = {A400B1A1-532D-4FEB-840C-7E59B7C47E19}
- {27CDC9B9-E23A-4B67-8ABF-EC87759CE2AA} = {7B14261D-0288-42E3-92C7-9E589E376946}
- {9C8F2201-C26F-4D2A-8E47-640BECD9BC39} = {DA953263-C2B1-46E3-B89C-88553CB69E5C}
- {02FCCC44-2BEA-497D-A97C-E76920CA8626} = {DA953263-C2B1-46E3-B89C-88553CB69E5C}
- {89E94D94-99AE-4430-9A75-6E3657B14E66} = {DA953263-C2B1-46E3-B89C-88553CB69E5C}
- {0A39A202-EEEA-462E-84BD-D6009EEAEE94} = {DA953263-C2B1-46E3-B89C-88553CB69E5C}
- {E56DC823-AB40-40B5-BB45-7FB3B0518987} = {DA953263-C2B1-46E3-B89C-88553CB69E5C}
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {AF022513-29E0-4A63-BAE5-BB158CC9A85F}
- EndGlobalSection
-EndGlobal
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/AppResources.xaml b/samples/UnoPlatform_v5/UnoPlatform_v5/AppResources.xaml
deleted file mode 100644
index 41deb2dde..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5/AppResources.xaml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/Business/Models/AppConfig.cs b/samples/UnoPlatform_v5/UnoPlatform_v5/Business/Models/AppConfig.cs
deleted file mode 100644
index 9dc04476b..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5/Business/Models/AppConfig.cs
+++ /dev/null
@@ -1,7 +0,0 @@
-namespace UnoPlatform_v5.Business.Models
-{
- public record AppConfig
- {
- public string? Environment { get; init; }
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/Business/Models/Entity.cs b/samples/UnoPlatform_v5/UnoPlatform_v5/Business/Models/Entity.cs
deleted file mode 100644
index 3b9f829cc..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5/Business/Models/Entity.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace UnoPlatform_v5.Business.Models
-{
- public record Entity(string Name);
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/GlobalUsings.cs b/samples/UnoPlatform_v5/UnoPlatform_v5/GlobalUsings.cs
deleted file mode 100644
index 957a36ee5..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5/GlobalUsings.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-global using System.Collections.Immutable;
-global using System.Windows.Input;
-global using Microsoft.Extensions.DependencyInjection;
-global using Microsoft.Extensions.Hosting;
-global using Microsoft.Extensions.Localization;
-global using Microsoft.Extensions.Logging;
-global using Microsoft.Extensions.Options;
-global using Microsoft.UI.Xaml;
-global using Microsoft.UI.Xaml.Controls;
-global using Microsoft.UI.Xaml.Media;
-global using Microsoft.UI.Xaml.Navigation;
-global using Uno.UI;
-global using UnoPlatform_v5.Business.Models;
-global using UnoPlatform_v5.DataContracts;
-global using UnoPlatform_v5.DataContracts.Serialization;
-global using UnoPlatform_v5.Infrastructure;
-global using UnoPlatform_v5.Presentation;
-global using UnoPlatform_v5.Services.Caching;
-global using UnoPlatform_v5.Services.Endpoints;
-global using Windows.ApplicationModel;
-global using Windows.Networking.Connectivity;
-global using Windows.Storage;
-global using ApplicationExecutionState = Windows.ApplicationModel.Activation.ApplicationExecutionState;
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/Presentation/MainModel.cs b/samples/UnoPlatform_v5/UnoPlatform_v5/Presentation/MainModel.cs
deleted file mode 100644
index c8b778954..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5/Presentation/MainModel.cs
+++ /dev/null
@@ -1,29 +0,0 @@
-namespace UnoPlatform_v5.Presentation
-{
- public partial record MainModel
- {
- private INavigator _navigator;
-
- public MainModel(
- IStringLocalizer localizer,
- IOptions appInfo,
- INavigator navigator)
- {
- _navigator = navigator;
- Title = "Main";
- Title += $" - {localizer["ApplicationName"]}";
- Title += $" - {appInfo?.Value?.Environment}";
- }
-
- public string? Title { get; }
-
- public IState Name => State.Value(this, () => string.Empty);
-
- public async Task GoToSecond()
- {
- var name = await Name;
- await _navigator.NavigateViewModelAsync(this, data: new Entity(name!));
- }
-
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/Presentation/MainPage.xaml.cs b/samples/UnoPlatform_v5/UnoPlatform_v5/Presentation/MainPage.xaml.cs
deleted file mode 100644
index d27fdf24e..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5/Presentation/MainPage.xaml.cs
+++ /dev/null
@@ -1,43 +0,0 @@
-using Microsoft.UI.Xaml.Controls;
-
-namespace UnoPlatform_v5.Presentation
-{
- public sealed partial class MainPage : Page
- {
- private bool _isMenuOpen = false;
-
- public MainPage()
- {
- this.InitializeComponent();
-
- Samples = ViewModelsSamples.Index.Samples;
- grid.DataContext = this;
-
- LoadSample("Design/LinearGradients");
-
- }
-
- public string[] Samples { get; set; }
-
- private void LoadSample(string route)
- {
- route = route.Replace('/', '.');
- var t = Type.GetType($"UnoWinUISample.{route}.View") ?? throw new FileNotFoundException($"{route} not found!");
- content.Content = Activator.CreateInstance(t);
- }
-
- private void Button_Click(object sender, RoutedEventArgs e)
- {
- grid.ColumnDefinitions[0].Width = _isMenuOpen ? new GridLength(0) : new GridLength(250);
- _isMenuOpen = !_isMenuOpen;
- }
-
- private void Button_Click_1(object sender, RoutedEventArgs e)
- {
- grid.ColumnDefinitions[0].Width = new GridLength(0);
-
- var ctx = (string)((FrameworkElement)sender).DataContext;
- LoadSample(ctx);
- }
- }
-}
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/Presentation/SecondModel.cs b/samples/UnoPlatform_v5/UnoPlatform_v5/Presentation/SecondModel.cs
deleted file mode 100644
index f050aa475..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5/Presentation/SecondModel.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-namespace UnoPlatform_v5.Presentation
-{
- public partial record SecondModel(Entity Entity)
- {
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/Presentation/SecondPage.xaml.cs b/samples/UnoPlatform_v5/UnoPlatform_v5/Presentation/SecondPage.xaml.cs
deleted file mode 100644
index 27a772d2e..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5/Presentation/SecondPage.xaml.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-namespace UnoPlatform_v5.Presentation
-{
- public sealed partial class SecondPage : Page
- {
- public SecondPage()
- {
- this.InitializeComponent();
- }
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/Presentation/Shell.xaml.cs b/samples/UnoPlatform_v5/UnoPlatform_v5/Presentation/Shell.xaml.cs
deleted file mode 100644
index 17b23eabc..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5/Presentation/Shell.xaml.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-namespace UnoPlatform_v5.Presentation
-{
- public sealed partial class Shell : UserControl, IContentControlProvider
- {
- public Shell()
- {
- this.InitializeComponent();
- }
- public ContentControl ContentControl => Splash;
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/Presentation/ShellModel.cs b/samples/UnoPlatform_v5/UnoPlatform_v5/Presentation/ShellModel.cs
deleted file mode 100644
index 68e014761..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5/Presentation/ShellModel.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-namespace UnoPlatform_v5.Presentation
-{
- public class ShellModel
- {
- private readonly INavigator _navigator;
-
- public ShellModel(
- INavigator navigator)
- {
- _navigator = navigator;
- _ = Start();
- }
-
- public async Task Start()
- {
- await _navigator.NavigateViewModelAsync(this);
- }
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/Services/Caching/IWeatherCache.cs b/samples/UnoPlatform_v5/UnoPlatform_v5/Services/Caching/IWeatherCache.cs
deleted file mode 100644
index af4706223..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5/Services/Caching/IWeatherCache.cs
+++ /dev/null
@@ -1,7 +0,0 @@
-namespace UnoPlatform_v5.Services.Caching
-{
- public interface IWeatherCache
- {
- ValueTask> GetForecast(CancellationToken token);
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/Services/Caching/WeatherCache.cs b/samples/UnoPlatform_v5/UnoPlatform_v5/Services/Caching/WeatherCache.cs
deleted file mode 100644
index 1f77033c8..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5/Services/Caching/WeatherCache.cs
+++ /dev/null
@@ -1,76 +0,0 @@
-namespace UnoPlatform_v5.Services.Caching
-{
- public sealed class WeatherCache : IWeatherCache
- {
- private readonly IApiClient _api;
- private readonly ISerializer _serializer;
- private readonly ILogger _logger;
-
- public WeatherCache(IApiClient api, ISerializer serializer, ILogger logger)
- {
- _api = api;
- _serializer = serializer;
- _logger = logger;
- }
-
- private bool IsConnected => NetworkInformation.GetInternetConnectionProfile().GetNetworkConnectivityLevel() == NetworkConnectivityLevel.InternetAccess;
-
- public async ValueTask> GetForecast(CancellationToken token)
- {
- var weatherText = await GetCachedWeather();
- if (!string.IsNullOrWhiteSpace(weatherText))
- {
- return _serializer.FromString>(weatherText);
- }
-
- if (!IsConnected)
- {
- _logger.LogWarning("App is offline and cannot connect to the API.");
- throw new Exception("No internet connection");
- }
-
- var response = await _api.GetWeather(token);
-
- if (response.IsSuccessStatusCode && response.Content is not null)
- {
- var weather = response.Content;
- await Save(weather, token);
- return weather;
- }
- else if (response.Error is not null)
- {
- _logger.LogError(response.Error, "An error occurred while retrieving the latest Forecast.");
- throw response.Error;
- }
- else
- {
- return ImmutableArray.Empty;
- }
- }
-
- private async ValueTask GetFile(CreationCollisionOption option) =>
- await ApplicationData.Current.TemporaryFolder.CreateFileAsync("weather.json", option);
-
- private async ValueTask GetCachedWeather()
- {
- var file = await GetFile(CreationCollisionOption.OpenIfExists);
- var properties = await file.GetBasicPropertiesAsync();
-
- // Reuse latest cache file if offline
- // or if the file is less than 5 minutes old
- if (IsConnected || DateTimeOffset.Now.AddMinutes(-5) > properties.DateModified)
- {
- return null;
- }
-
- return await File.ReadAllTextAsync(file.Path);
- }
-
- private async ValueTask Save(IImmutableList weather, CancellationToken token)
- {
- var weatherText = _serializer.ToString(weather);
- var file = await GetFile(CreationCollisionOption.ReplaceExisting);
- await File.WriteAllTextAsync(file.Path, weatherText);
- }
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/Services/Endpoints/IApiClient.cs b/samples/UnoPlatform_v5/UnoPlatform_v5/Services/Endpoints/IApiClient.cs
deleted file mode 100644
index 75bf13f8f..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5/Services/Endpoints/IApiClient.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using Refit;
-
-namespace UnoPlatform_v5.Services.Endpoints
-{
- [Headers("Content-Type: application/json")]
- public interface IApiClient
- {
- [Get("/api/weatherforecast")]
- Task>> GetWeather(CancellationToken cancellationToken = default);
- }
-}
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/Styles/ColorPaletteOverride.zip b/samples/UnoPlatform_v5/UnoPlatform_v5/Styles/ColorPaletteOverride.zip
deleted file mode 100644
index fab69ba0b..000000000
Binary files a/samples/UnoPlatform_v5/UnoPlatform_v5/Styles/ColorPaletteOverride.zip and /dev/null differ
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/Styles/MaterialFontsOverride.xaml b/samples/UnoPlatform_v5/UnoPlatform_v5/Styles/MaterialFontsOverride.xaml
deleted file mode 100644
index 0564fd795..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5/Styles/MaterialFontsOverride.xaml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- ms-appx:///Uno.Fonts.Roboto/Fonts/Roboto-Light.ttf#Roboto
- ms-appx:///Uno.Fonts.Roboto/Fonts/Roboto-Medium.ttf#Roboto
- ms-appx:///Uno.Fonts.Roboto/Fonts/Roboto-Regular.ttf#Roboto
-
-
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/UnoPlatform_v5.csproj b/samples/UnoPlatform_v5/UnoPlatform_v5/UnoPlatform_v5.csproj
deleted file mode 100644
index b0aee0ab4..000000000
--- a/samples/UnoPlatform_v5/UnoPlatform_v5/UnoPlatform_v5.csproj
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
- $(TargetFrameworks);net8.0-windows10.0.19041
- $(TargetFrameworks);net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst
- $(OverrideTargetFrameworks)
-
-
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- %(Filename)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatform_v5/solution-config.props.sample b/samples/UnoPlatform_v5/solution-config.props.sample
deleted file mode 100644
index 48f0a3ccf..000000000
--- a/samples/UnoPlatform_v5/solution-config.props.sample
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/samples/UnoPlatform_v5/.editorconfig b/samples/UnoPlatform_v5_2_175/.editorconfig
similarity index 98%
rename from samples/UnoPlatform_v5/.editorconfig
rename to samples/UnoPlatform_v5_2_175/.editorconfig
index ed52b2042..b947be645 100644
--- a/samples/UnoPlatform_v5/.editorconfig
+++ b/samples/UnoPlatform_v5_2_175/.editorconfig
@@ -153,7 +153,7 @@ csharp_indent_labels = one_less_than_current
csharp_using_directive_placement = outside_namespace:silent
csharp_prefer_simple_using_statement = true:suggestion
csharp_prefer_braces = true:silent
-csharp_style_namespace_declarations = block_scoped:silent
+csharp_style_namespace_declarations = file_scoped:warning
csharp_style_prefer_method_group_conversion = true:silent
csharp_style_prefer_top_level_statements = true:silent
csharp_style_prefer_primary_constructors = true:suggestion
diff --git a/samples/UnoPlatform_v5/.gitignore b/samples/UnoPlatform_v5_2_175/.gitignore
similarity index 98%
rename from samples/UnoPlatform_v5/.gitignore
rename to samples/UnoPlatform_v5_2_175/.gitignore
index bc55501a7..ef88c2053 100644
--- a/samples/UnoPlatform_v5/.gitignore
+++ b/samples/UnoPlatform_v5_2_175/.gitignore
@@ -399,5 +399,5 @@ FodyWeavers.xsd
# Single Target Config
solution-config.props
-# Windows Publish Profiles
-!**/*.Windows/Properties/PublishProfiles/*.pubxml
\ No newline at end of file
+# Publish Profiles
+!**/Properties/PublishProfiles/*.pubxml
\ No newline at end of file
diff --git a/samples/UnoPlatform_v5_2_175/.run/Readme.md b/samples/UnoPlatform_v5_2_175/.run/Readme.md
new file mode 100644
index 000000000..6e72638a0
--- /dev/null
+++ b/samples/UnoPlatform_v5_2_175/.run/Readme.md
@@ -0,0 +1,3 @@
+# About the `.run` folder
+
+This folder is present to add support for the [Rider IDE](https://aka.platform.uno/rider-getstarted). You can remove this folder safely if you're not using Rider.
diff --git a/samples/UnoPlatform_v5_2_175/.run/UnoPlatform_v5_2_175.run.xml b/samples/UnoPlatform_v5_2_175/.run/UnoPlatform_v5_2_175.run.xml
new file mode 100644
index 000000000..b9e44d199
--- /dev/null
+++ b/samples/UnoPlatform_v5_2_175/.run/UnoPlatform_v5_2_175.run.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/samples/UnoPlatform_v5_2_175/.vscode/extensions.json b/samples/UnoPlatform_v5_2_175/.vscode/extensions.json
new file mode 100644
index 000000000..a63ad4009
--- /dev/null
+++ b/samples/UnoPlatform_v5_2_175/.vscode/extensions.json
@@ -0,0 +1,5 @@
+{
+ "recommendations": [
+ "unoplatform.vscode"
+ ],
+}
diff --git a/samples/UnoPlatform_v5/.vscode/launch.json b/samples/UnoPlatform_v5_2_175/.vscode/launch.json
similarity index 71%
rename from samples/UnoPlatform_v5/.vscode/launch.json
rename to samples/UnoPlatform_v5_2_175/.vscode/launch.json
index 4c8e1b506..829c42a17 100644
--- a/samples/UnoPlatform_v5/.vscode/launch.json
+++ b/samples/UnoPlatform_v5_2_175/.vscode/launch.json
@@ -5,7 +5,7 @@
"version": "0.2.0",
"configurations": [
{
- "name": "Uno Platform Mobile",
+ "name": "Uno Platform Mobile Debug",
"type": "Uno",
"request": "launch",
// any Uno* task will do, this is simply to satisfy vscode requirement when a launch.json is present
@@ -15,36 +15,39 @@
// Use IntelliSense to find out which attributes exist for C# debugging
// Use hover for the description of the existing attributes
// For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md
- "name": "Debug (Chrome, WebAssembly)",
+ "name": "Uno Platform WebAssembly Debug (Chrome)",
"type": "chrome",
"request": "launch",
- "url": "http://localhost:5001",
- "webRoot": "${workspaceFolder}/UnoPlatform_v5.Wasm",
+ "url": "http://localhost:5000",
+ "webRoot": "${workspaceFolder}/UnoPlatform_v5_2_175",
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"timeout": 30000,
+ "preLaunchTask": "build-wasm",
"server": {
"runtimeExecutable": "dotnet",
"program": "run",
+ "args": ["--no-build","-f","net8.0-browserwasm","--launch-profile", "UnoPlatform_v5_2_175 (WebAssembly)"],
"outputCapture": "std",
"timeout": 30000,
- "cwd": "${workspaceFolder}/UnoPlatform_v5.Wasm"
+ "cwd": "${workspaceFolder}/UnoPlatform_v5_2_175"
}
},
{
// Use IntelliSense to find out which attributes exist for C# debugging
// Use hover for the description of the existing attributes
// For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md
- "name": "Skia.GTK (Debug)",
+ "name": "Uno Platform Desktop Debug",
"type": "coreclr",
"request": "launch",
- "preLaunchTask": "build-skia-gtk",
+ "preLaunchTask": "build-desktop",
// If you have changed target frameworks, make sure to update the program path.
- "program": "${workspaceFolder}/UnoPlatform_v5.Skia.Gtk/bin/Debug/net7.0/UnoPlatform_v5.Skia.Gtk.dll",
+ "program": "${workspaceFolder}/UnoPlatform_v5_2_175/bin/Debug/net8.0-desktop/UnoPlatform_v5_2_175.dll",
"args": [],
+ "launchSettingsProfile": "UnoPlatform_v5_2_175 (Desktop)",
"env": {
"DOTNET_MODIFIABLE_ASSEMBLIES": "debug"
},
- "cwd": "${workspaceFolder}/UnoPlatform_v5.Skia.Gtk",
+ "cwd": "${workspaceFolder}/UnoPlatform_v5_2_175",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
"console": "internalConsole",
"stopAtEntry": false
diff --git a/samples/UnoPlatform_v5/.vscode/settings.json b/samples/UnoPlatform_v5_2_175/.vscode/settings.json
similarity index 73%
rename from samples/UnoPlatform_v5/.vscode/settings.json
rename to samples/UnoPlatform_v5_2_175/.vscode/settings.json
index 23133fc7c..3405922d5 100644
--- a/samples/UnoPlatform_v5/.vscode/settings.json
+++ b/samples/UnoPlatform_v5_2_175/.vscode/settings.json
@@ -3,5 +3,8 @@
"explorer.fileNesting.expand": false,
"explorer.fileNesting.patterns": {
"*.xaml": "$(capture).xaml.cs"
+ },
+ "files.associations": {
+ "global.json": "jsonc"
}
}
diff --git a/samples/UnoPlatform_v5/.vscode/tasks.json b/samples/UnoPlatform_v5_2_175/.vscode/tasks.json
similarity index 63%
rename from samples/UnoPlatform_v5/.vscode/tasks.json
rename to samples/UnoPlatform_v5_2_175/.vscode/tasks.json
index 580ba43da..aa34c18d5 100644
--- a/samples/UnoPlatform_v5/.vscode/tasks.json
+++ b/samples/UnoPlatform_v5_2_175/.vscode/tasks.json
@@ -7,8 +7,9 @@
"type": "process",
"args": [
"build",
- "${workspaceFolder}/UnoPlatform_v5.Wasm/UnoPlatform_v5.Wasm.csproj",
+ "${workspaceFolder}/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175.csproj",
"/property:GenerateFullPaths=true",
+ "/property:TargetFramework=net8.0-browserwasm",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
@@ -19,32 +20,35 @@
"type": "process",
"args": [
"publish",
- "${workspaceFolder}/UnoPlatform_v5.Wasm/UnoPlatform_v5.Wasm.csproj",
+ "${workspaceFolder}/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175.csproj",
"/property:GenerateFullPaths=true",
+ "/property:TargetFramework=net8.0-browserwasm",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
- "label": "build-skia-gtk",
+ "label": "build-desktop",
"command": "dotnet",
"type": "process",
"args": [
"build",
- "${workspaceFolder}/UnoPlatform_v5.Skia.Gtk/UnoPlatform_v5.Skia.Gtk.csproj",
+ "${workspaceFolder}/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175.csproj",
"/property:GenerateFullPaths=true",
+ "/property:TargetFramework=net8.0-desktop",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
- "label": "publish-skia-gtk",
+ "label": "publish-desktop",
"command": "dotnet",
"type": "process",
"args": [
"publish",
- "${workspaceFolder}/UnoPlatform_v5.Skia.Gtk/UnoPlatform_v5.Skia.Gtk.csproj",
+ "${workspaceFolder}/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175.csproj",
"/property:GenerateFullPaths=true",
+ "/property:TargetFramework=net8.0-desktop",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
diff --git a/samples/UnoPlatform_v5/.vsconfig b/samples/UnoPlatform_v5_2_175/.vsconfig
similarity index 79%
rename from samples/UnoPlatform_v5/.vsconfig
rename to samples/UnoPlatform_v5_2_175/.vsconfig
index 072b0c88c..0439670d0 100644
--- a/samples/UnoPlatform_v5/.vsconfig
+++ b/samples/UnoPlatform_v5_2_175/.vsconfig
@@ -15,25 +15,20 @@
"Microsoft.VisualStudio.Component.Web",
"Microsoft.VisualStudio.ComponentGroup.Web.Client",
"Microsoft.VisualStudio.Workload.NetWeb",
- "Microsoft.VisualStudio.ComponentGroup.Azure.Prerequisites",
- "Microsoft.VisualStudio.Workload.Azure",
"Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.TemplateEngine",
- "Microsoft.VisualStudio.Component.Windows10SDK.19041",
"Microsoft.VisualStudio.ComponentGroup.MSIX.Packaging",
"Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites",
"Microsoft.VisualStudio.Component.Debugger.JustInTime",
"Microsoft.VisualStudio.Workload.ManagedDesktop",
- "Microsoft.Component.NetFX.Native",
- "Microsoft.VisualStudio.Component.Graphics",
- "Microsoft.VisualStudio.Component.Merq",
"Component.Xamarin.RemotedSimulator",
"Microsoft.VisualStudio.Component.MonoDebugger",
- "Component.Xamarin",
"Microsoft.VisualStudio.ComponentGroup.Maui.All",
"Component.Android.SDK34",
- "Component.Android.SDK33",
"Component.OpenJDK",
"Microsoft.VisualStudio.Workload.NetCrossPlat",
"Microsoft.VisualStudio.Workload.NetCoreTools"
+ ],
+ "extensions": [
+ "https://marketplace.visualstudio.com/items?itemName=unoplatform.uno-platform-addin-2022"
]
}
diff --git a/samples/UnoPlatform_v5_2_175/Directory.Build.props b/samples/UnoPlatform_v5_2_175/Directory.Build.props
new file mode 100644
index 000000000..8daf56929
--- /dev/null
+++ b/samples/UnoPlatform_v5_2_175/Directory.Build.props
@@ -0,0 +1,15 @@
+
+
+ enable
+ enable
+ true
+
+
+ $(NoWarn);NU1507;NETSDK1201;PRI257
+
+
diff --git a/samples/UnoPlatform_v5_2_175/Directory.Build.targets b/samples/UnoPlatform_v5_2_175/Directory.Build.targets
new file mode 100644
index 000000000..a13810004
--- /dev/null
+++ b/samples/UnoPlatform_v5_2_175/Directory.Build.targets
@@ -0,0 +1,5 @@
+
+
+ 3.0.0-preview.5.4
+
+
diff --git a/samples/UnoPlatform_v5_2_175/Directory.Packages.props b/samples/UnoPlatform_v5_2_175/Directory.Packages.props
new file mode 100644
index 000000000..2db579c57
--- /dev/null
+++ b/samples/UnoPlatform_v5_2_175/Directory.Packages.props
@@ -0,0 +1,10 @@
+
+
+
+
+
diff --git a/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175.sln b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175.sln
new file mode 100644
index 000000000..9fe96c0ad
--- /dev/null
+++ b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175.sln
@@ -0,0 +1,68 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.11.35327.3
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnoPlatform_v5_2_175", "UnoPlatform_v5_2_175\UnoPlatform_v5_2_175.csproj", "{36400226-7BF2-4201-A4AC-E9F058D8D669}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F585B373-A92C-4B71-99E7-DF77C416B646}"
+ ProjectSection(SolutionItems) = preProject
+ .gitignore = .gitignore
+ Directory.Build.props = Directory.Build.props
+ Directory.Build.targets = Directory.Build.targets
+ Directory.Packages.props = Directory.Packages.props
+ global.json = global.json
+ EndProjectSection
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LiveChartsSource", "LiveChartsSource", "{6ECCFE8E-AFC8-42B5-B52E-13A6D999661D}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LiveChartsCore", "..\..\src\LiveChartsCore\LiveChartsCore.csproj", "{5F3D3B40-64D5-459E-94AB-42E40F377DA2}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LiveChartsCore.Behaviours", "..\..\src\LiveChartsCore.Behaviours\LiveChartsCore.Behaviours.csproj", "{3861C54C-CA31-48E1-BCBE-0BF04C28978D}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LiveChartsCore.SkiaSharpView.Uno.WinUI", "..\..\src\skiasharp\LiveChartsCore.SkiaSharpView.Uno.WinUI\LiveChartsCore.SkiaSharpView.Uno.WinUI.csproj", "{6A31F7FB-87B2-4EA7-A43F-81AB306297AC}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ViewModelsSamples", "..\ViewModelsSamples\ViewModelsSamples.csproj", "{20B529B1-76C4-4E46-8D32-6B0942CF02A6}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {36400226-7BF2-4201-A4AC-E9F058D8D669}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {36400226-7BF2-4201-A4AC-E9F058D8D669}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {36400226-7BF2-4201-A4AC-E9F058D8D669}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {36400226-7BF2-4201-A4AC-E9F058D8D669}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {36400226-7BF2-4201-A4AC-E9F058D8D669}.Release|Any CPU.Build.0 = Release|Any CPU
+ {36400226-7BF2-4201-A4AC-E9F058D8D669}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {5F3D3B40-64D5-459E-94AB-42E40F377DA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {5F3D3B40-64D5-459E-94AB-42E40F377DA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {5F3D3B40-64D5-459E-94AB-42E40F377DA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {5F3D3B40-64D5-459E-94AB-42E40F377DA2}.Release|Any CPU.Build.0 = Release|Any CPU
+ {3861C54C-CA31-48E1-BCBE-0BF04C28978D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {3861C54C-CA31-48E1-BCBE-0BF04C28978D}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {3861C54C-CA31-48E1-BCBE-0BF04C28978D}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {3861C54C-CA31-48E1-BCBE-0BF04C28978D}.Release|Any CPU.Build.0 = Release|Any CPU
+ {6A31F7FB-87B2-4EA7-A43F-81AB306297AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {6A31F7FB-87B2-4EA7-A43F-81AB306297AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {6A31F7FB-87B2-4EA7-A43F-81AB306297AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {6A31F7FB-87B2-4EA7-A43F-81AB306297AC}.Release|Any CPU.Build.0 = Release|Any CPU
+ {20B529B1-76C4-4E46-8D32-6B0942CF02A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {20B529B1-76C4-4E46-8D32-6B0942CF02A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {20B529B1-76C4-4E46-8D32-6B0942CF02A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {20B529B1-76C4-4E46-8D32-6B0942CF02A6}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(NestedProjects) = preSolution
+ {5F3D3B40-64D5-459E-94AB-42E40F377DA2} = {6ECCFE8E-AFC8-42B5-B52E-13A6D999661D}
+ {3861C54C-CA31-48E1-BCBE-0BF04C28978D} = {6ECCFE8E-AFC8-42B5-B52E-13A6D999661D}
+ {6A31F7FB-87B2-4EA7-A43F-81AB306297AC} = {6ECCFE8E-AFC8-42B5-B52E-13A6D999661D}
+ {20B529B1-76C4-4E46-8D32-6B0942CF02A6} = {6ECCFE8E-AFC8-42B5-B52E-13A6D999661D}
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {C5A0E06B-CEFD-4EDB-A108-1E5331CE6FE2}
+ EndGlobalSection
+EndGlobal
diff --git a/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/App.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/App.xaml
new file mode 100644
index 000000000..19e21c153
--- /dev/null
+++ b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/App.xaml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/App.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/App.xaml.cs
similarity index 57%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/App.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/App.xaml.cs
index bb21e817f..411676aab 100644
--- a/samples/UnoPlatform_v5/UnoPlatform_v5/App.cs
+++ b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/App.xaml.cs
@@ -1,48 +1,29 @@
-using LiveChartsCore; // mark
-using LiveChartsCore.SkiaSharpView; // mark
-using SkiaSharp; // mark
+using Uno.Resizetizer;
-namespace UnoPlatform_v5;
-
-public class App : Application
+namespace UnoPlatform_v5_2_175;
+public partial class App : Application
{
+ ///
+ /// Initializes the singleton application object. This is the first line of authored code
+ /// executed, and as such is the logical equivalent of main() or WinMain().
+ ///
+ public App()
+ {
+ this.InitializeComponent();
+ }
+
protected Window? MainWindow { get; private set; }
protected IHost? Host { get; private set; }
- public record City(string Name, double Population);
protected async override void OnLaunched(LaunchActivatedEventArgs args)
{
- LiveCharts.Configure(config => // mark
- config // mark
- // you can override the theme
- // .AddDarkTheme() // mark
-
- // In case you need a non-Latin based font, you must register a typeface for SkiaSharp
- //.HasGlobalSKTypeface(SKFontManager.Default.MatchCharacter('汉')) // <- Chinese // mark
- //.HasGlobalSKTypeface(SKFontManager.Default.MatchCharacter('あ')) // <- Japanese // mark
- //.HasGlobalSKTypeface(SKFontManager.Default.MatchCharacter('헬')) // <- Korean // mark
- //.HasGlobalSKTypeface(SKFontManager.Default.MatchCharacter('Ж')) // <- Russian // mark
-
- //.HasGlobalSKTypeface(SKFontManager.Default.MatchCharacter('أ')) // <- Arabic // mark
- //.UseRightToLeftSettings() // Enables right to left tooltips // mark
-
- // finally register your own mappers
- // you can learn more about mappers at:
- // https://livecharts.dev/docs/{{ platform }}/{{ version }}/Overview.Mappers
-
- // here we use the index as X, and the population as Y // mark
- .HasMap((city, index) => new(index, city.Population)) // mark
- // .HasMap( .... ) // mark
- // .HasMap( .... ) // mark
- ); // mark
-
var builder = this.CreateBuilder(args)
// Add navigation support for toolkit controls such as TabBar and NavigationView
.UseToolkitNavigation()
.Configure(host => host
#if DEBUG
- // Switch to Development environment when running in DEBUG
- .UseEnvironment(Environments.Development)
+ // Switch to Development environment when running in DEBUG
+ .UseEnvironment(Environments.Development)
#endif
.UseLogging(configure: (context, logBuilder) =>
{
@@ -86,10 +67,10 @@ protected async override void OnLaunched(LaunchActivatedEventArgs args)
.AddContentSerializer(context)
.AddJsonTypeInfo(WeatherForecastContext.Default.IImmutableListWeatherForecast))
.UseHttp((context, services) => services
- // Register HttpClient
+ // Register HttpClient
#if DEBUG
- // DelegatingHandler will be automatically injected into Refit Client
- .AddTransient()
+ // DelegatingHandler will be automatically injected into Refit Client
+ .AddTransient()
#endif
.AddSingleton()
.AddRefitClient(context))
@@ -98,13 +79,14 @@ protected async override void OnLaunched(LaunchActivatedEventArgs args)
// TODO: Register your services
//services.AddSingleton();
})
- .UseNavigation(ReactiveViewModelMappings.ViewModelMappings, RegisterRoutes)
+ .UseNavigation(RegisterRoutes)
);
MainWindow = builder.Window;
#if DEBUG
MainWindow.EnableHotReload();
#endif
+ MainWindow.SetWindowIcon();
Host = await builder.NavigateAsync();
}
@@ -112,18 +94,18 @@ protected async override void OnLaunched(LaunchActivatedEventArgs args)
private static void RegisterRoutes(IViewRegistry views, IRouteRegistry routes)
{
views.Register(
- new ViewMap(ViewModel: typeof(ShellModel)),
- new ViewMap(),
- new DataViewMap()
+ new ViewMap(ViewModel: typeof(ShellViewModel)),
+ new ViewMap(),
+ new DataViewMap()
);
routes.Register(
- new RouteMap("", View: views.FindByViewModel(),
- Nested: new RouteMap[]
- {
- new RouteMap("Main", View: views.FindByViewModel()),
- new RouteMap("Second", View: views.FindByViewModel()),
- }
+ new RouteMap("", View: views.FindByViewModel(),
+ Nested:
+ [
+ new ("Main", View: views.FindByViewModel(), IsDefault:true),
+ new ("Second", View: views.FindByViewModel()),
+ ]
)
);
}
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Base/Icons/icon.svg b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Assets/Icons/icon.svg
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5.Base/Icons/icon.svg
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Assets/Icons/icon.svg
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Base/Icons/icon_foreground.svg b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Assets/Icons/icon_foreground.svg
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5.Base/Icons/icon_foreground.svg
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Assets/Icons/icon_foreground.svg
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/Assets/Icons/back.svg b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Assets/Images/back.svg
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/Assets/Icons/back.svg
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Assets/Images/back.svg
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/Assets/SharedAssets.md b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Assets/SharedAssets.md
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/Assets/SharedAssets.md
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Assets/SharedAssets.md
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Base/Splash/splash_screen.svg b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Assets/Splash/splash_screen.svg
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5.Base/Splash/splash_screen.svg
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Assets/Splash/splash_screen.svg
diff --git a/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/GlobalUsings.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/GlobalUsings.cs
new file mode 100644
index 000000000..8cd5fff9f
--- /dev/null
+++ b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/GlobalUsings.cs
@@ -0,0 +1,15 @@
+global using System.Collections.Immutable;
+global using CommunityToolkit.Mvvm.ComponentModel;
+global using CommunityToolkit.Mvvm.Input;
+global using Microsoft.Extensions.DependencyInjection;
+global using Microsoft.Extensions.Hosting;
+global using Microsoft.Extensions.Localization;
+global using Microsoft.Extensions.Logging;
+global using Microsoft.Extensions.Options;
+global using UnoPlatform_v5_2_175.DataContracts;
+global using UnoPlatform_v5_2_175.DataContracts.Serialization;
+global using UnoPlatform_v5_2_175.Models;
+global using UnoPlatform_v5_2_175.Presentation;
+global using UnoPlatform_v5_2_175.Services.Caching;
+global using UnoPlatform_v5_2_175.Services.Endpoints;
+global using ApplicationExecutionState = Windows.ApplicationModel.Activation.ApplicationExecutionState;
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/ColorsAndPosition/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/ColorsAndPosition/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/ColorsAndPosition/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/ColorsAndPosition/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/ColorsAndPosition/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/ColorsAndPosition/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/ColorsAndPosition/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/ColorsAndPosition/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/Crosshairs/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/Crosshairs/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/Crosshairs/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/Crosshairs/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/Crosshairs/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/Crosshairs/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/Crosshairs/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/Crosshairs/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/CustomSeparatorsInterval/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/CustomSeparatorsInterval/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/CustomSeparatorsInterval/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/CustomSeparatorsInterval/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/CustomSeparatorsInterval/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/CustomSeparatorsInterval/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/CustomSeparatorsInterval/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/CustomSeparatorsInterval/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/DateTimeScaled/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/DateTimeScaled/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/DateTimeScaled/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/DateTimeScaled/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/DateTimeScaled/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/DateTimeScaled/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/DateTimeScaled/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/DateTimeScaled/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/LabelsFormat/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/LabelsFormat/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/LabelsFormat/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/LabelsFormat/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/LabelsFormat/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/LabelsFormat/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/LabelsFormat/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/LabelsFormat/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/LabelsFormat2/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/LabelsFormat2/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/LabelsFormat2/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/LabelsFormat2/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/LabelsFormat2/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/LabelsFormat2/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/LabelsFormat2/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/LabelsFormat2/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/LabelsRotation/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/LabelsRotation/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/LabelsRotation/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/LabelsRotation/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/LabelsRotation/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/LabelsRotation/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/LabelsRotation/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/LabelsRotation/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/Logarithmic/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/Logarithmic/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/Logarithmic/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/Logarithmic/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/Logarithmic/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/Logarithmic/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/Logarithmic/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/Logarithmic/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/Multiple/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/Multiple/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/Multiple/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/Multiple/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/Multiple/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/Multiple/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/Multiple/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/Multiple/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/NamedLabels/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/NamedLabels/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/NamedLabels/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/NamedLabels/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/NamedLabels/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/NamedLabels/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/NamedLabels/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/NamedLabels/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/Paging/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/Paging/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/Paging/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/Paging/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/Paging/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/Paging/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/Paging/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/Paging/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/Shared/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/Shared/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/Shared/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/Shared/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/Shared/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/Shared/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/Shared/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/Shared/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/Style/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/Style/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/Style/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/Style/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/Style/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/Style/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/Style/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/Style/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/TimeSpanScaled/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/TimeSpanScaled/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/TimeSpanScaled/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/TimeSpanScaled/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/TimeSpanScaled/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/TimeSpanScaled/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Axes/TimeSpanScaled/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Axes/TimeSpanScaled/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/AutoUpdate/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/AutoUpdate/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/AutoUpdate/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/AutoUpdate/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/AutoUpdate/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/AutoUpdate/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/AutoUpdate/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/AutoUpdate/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/Basic/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/Basic/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/Basic/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/Basic/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/Basic/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/Basic/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/Basic/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/Basic/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/Custom/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/Custom/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/Custom/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/Custom/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/Custom/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/Custom/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/Custom/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/Custom/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/DelayedAnimation/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/DelayedAnimation/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/DelayedAnimation/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/DelayedAnimation/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/DelayedAnimation/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/DelayedAnimation/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/DelayedAnimation/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/DelayedAnimation/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/Layered/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/Layered/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/Layered/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/Layered/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/Layered/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/Layered/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/Layered/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/Layered/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/Race/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/Race/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/Race/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/Race/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/Race/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/Race/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/Race/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/Race/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/RowsWithLabels/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/RowsWithLabels/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/RowsWithLabels/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/RowsWithLabels/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/RowsWithLabels/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/RowsWithLabels/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/RowsWithLabels/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/RowsWithLabels/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/Spacing/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/Spacing/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/Spacing/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/Spacing/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/Spacing/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/Spacing/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/Spacing/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/Spacing/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/WithBackground/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/WithBackground/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/WithBackground/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/WithBackground/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/WithBackground/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/WithBackground/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Bars/WithBackground/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Bars/WithBackground/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Box/Basic/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Box/Basic/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Box/Basic/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Box/Basic/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Box/Basic/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Box/Basic/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Box/Basic/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Box/Basic/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Design/LinearGradients/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Design/LinearGradients/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Design/LinearGradients/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Design/LinearGradients/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Design/LinearGradients/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Design/LinearGradients/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Design/LinearGradients/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Design/LinearGradients/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Design/RadialGradients/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Design/RadialGradients/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Design/RadialGradients/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Design/RadialGradients/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Design/RadialGradients/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Design/RadialGradients/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Design/RadialGradients/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Design/RadialGradients/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Design/StrokeDashArray/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Design/StrokeDashArray/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Design/StrokeDashArray/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Design/StrokeDashArray/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Design/StrokeDashArray/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Design/StrokeDashArray/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Design/StrokeDashArray/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Design/StrokeDashArray/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Error/Basic/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Error/Basic/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Error/Basic/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Error/Basic/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Error/Basic/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Error/Basic/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Error/Basic/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Error/Basic/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Events/AddPointOnClick/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Events/AddPointOnClick/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Events/AddPointOnClick/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Events/AddPointOnClick/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Events/AddPointOnClick/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Events/AddPointOnClick/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Events/AddPointOnClick/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Events/AddPointOnClick/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Events/Cartesian/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Events/Cartesian/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Events/Cartesian/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Events/Cartesian/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Events/Cartesian/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Events/Cartesian/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Events/Cartesian/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Events/Cartesian/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Events/Pie/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Events/Pie/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Events/Pie/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Events/Pie/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Events/Pie/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Events/Pie/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Events/Pie/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Events/Pie/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Events/Polar/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Events/Polar/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Events/Polar/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Events/Polar/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Events/Polar/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Events/Polar/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Events/Polar/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Events/Polar/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Financial/BasicCandlesticks/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Financial/BasicCandlesticks/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Financial/BasicCandlesticks/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Financial/BasicCandlesticks/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Financial/BasicCandlesticks/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Financial/BasicCandlesticks/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Financial/BasicCandlesticks/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Financial/BasicCandlesticks/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Animations/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Animations/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Animations/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Animations/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Animations/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Animations/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Animations/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Animations/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/ChartToImage/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/ChartToImage/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/ChartToImage/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/ChartToImage/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/ChartToImage/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/ChartToImage/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/ChartToImage/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/ChartToImage/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/ConditionalDraw/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/ConditionalDraw/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/ConditionalDraw/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/ConditionalDraw/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/ConditionalDraw/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/ConditionalDraw/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/ConditionalDraw/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/ConditionalDraw/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/DrawOnCanvas/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/DrawOnCanvas/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/DrawOnCanvas/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/DrawOnCanvas/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/DrawOnCanvas/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/DrawOnCanvas/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/DrawOnCanvas/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/DrawOnCanvas/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Legends/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Legends/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Legends/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Legends/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Legends/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Legends/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Legends/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Legends/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/MapPoints/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/MapPoints/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/MapPoints/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/MapPoints/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/MapPoints/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/MapPoints/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/MapPoints/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/MapPoints/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/MultiThreading/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/MultiThreading/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/MultiThreading/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/MultiThreading/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/MultiThreading/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/MultiThreading/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/MultiThreading/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/MultiThreading/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/MultiThreading2/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/MultiThreading2/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/MultiThreading2/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/MultiThreading2/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/MultiThreading2/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/MultiThreading2/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/MultiThreading2/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/MultiThreading2/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/NullPoints/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/NullPoints/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/NullPoints/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/NullPoints/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/NullPoints/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/NullPoints/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/NullPoints/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/NullPoints/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/RealTime/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/RealTime/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/RealTime/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/RealTime/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/RealTime/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/RealTime/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/RealTime/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/RealTime/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Scrollable/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Scrollable/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Scrollable/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Scrollable/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Scrollable/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Scrollable/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Scrollable/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Scrollable/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Sections/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Sections/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Sections/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Sections/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Sections/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Sections/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Sections/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Sections/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Sections2/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Sections2/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Sections2/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Sections2/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Sections2/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Sections2/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Sections2/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Sections2/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/TemplatedLegends/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/TemplatedLegends/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/TemplatedLegends/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/TemplatedLegends/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/TemplatedLegends/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/TemplatedLegends/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/TemplatedLegends/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/TemplatedLegends/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/TemplatedTooltips/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/TemplatedTooltips/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/TemplatedTooltips/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/TemplatedTooltips/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/TemplatedTooltips/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/TemplatedTooltips/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/TemplatedTooltips/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/TemplatedTooltips/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Tooltips/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Tooltips/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Tooltips/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Tooltips/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Tooltips/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Tooltips/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Tooltips/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Tooltips/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/UserDefinedTypes/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/UserDefinedTypes/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/UserDefinedTypes/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/UserDefinedTypes/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/UserDefinedTypes/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/UserDefinedTypes/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/UserDefinedTypes/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/UserDefinedTypes/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Visibility/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Visibility/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Visibility/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Visibility/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Visibility/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Visibility/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/Visibility/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/Visibility/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/VisualElements/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/VisualElements/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/VisualElements/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/VisualElements/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/VisualElements/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/VisualElements/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/General/VisualElements/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/General/VisualElements/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Heat/Basic/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Heat/Basic/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Heat/Basic/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Heat/Basic/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Heat/Basic/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Heat/Basic/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Heat/Basic/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Heat/Basic/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Area/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Area/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Area/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Area/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Area/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Area/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Area/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Area/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/AutoUpdate/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/AutoUpdate/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/AutoUpdate/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/AutoUpdate/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/AutoUpdate/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/AutoUpdate/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/AutoUpdate/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/AutoUpdate/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Basic/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Basic/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Basic/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Basic/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Basic/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Basic/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Basic/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Basic/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Custom/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Custom/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Custom/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Custom/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Custom/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Custom/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Custom/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Custom/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/CustomPoints/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/CustomPoints/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/CustomPoints/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/CustomPoints/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/CustomPoints/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/CustomPoints/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/CustomPoints/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/CustomPoints/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Padding/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Padding/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Padding/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Padding/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Padding/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Padding/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Padding/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Padding/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Properties/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Properties/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Properties/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Properties/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Properties/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Properties/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Properties/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Properties/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Straight/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Straight/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Straight/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Straight/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Straight/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Straight/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Straight/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Straight/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/XY/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/XY/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/XY/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/XY/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/XY/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/XY/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/XY/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/XY/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Zoom/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Zoom/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Zoom/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Zoom/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Zoom/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Zoom/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Lines/Zoom/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Lines/Zoom/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Maps/World/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Maps/World/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Maps/World/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Maps/World/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Maps/World/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Maps/World/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Maps/World/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Maps/World/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/AngularGauge/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/AngularGauge/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/AngularGauge/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/AngularGauge/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/AngularGauge/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/AngularGauge/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/AngularGauge/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/AngularGauge/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/AutoUpdate/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/AutoUpdate/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/AutoUpdate/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/AutoUpdate/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/AutoUpdate/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/AutoUpdate/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/AutoUpdate/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/AutoUpdate/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Basic/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Basic/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Basic/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Basic/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Basic/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Basic/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Basic/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Basic/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Custom/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Custom/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Custom/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Custom/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Custom/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Custom/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Custom/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Custom/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Doughnut/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Doughnut/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Doughnut/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Doughnut/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Doughnut/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Doughnut/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Doughnut/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Doughnut/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauge/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauge/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauge/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauge/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauge/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauge/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauge/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauge/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauge1/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauge1/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauge1/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauge1/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauge1/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauge1/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauge1/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauge1/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauge2/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauge2/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauge2/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauge2/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauge2/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauge2/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauge2/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauge2/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauge3/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauge3/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauge3/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauge3/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauge3/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauge3/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauge3/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauge3/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauge4/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauge4/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauge4/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauge4/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauge4/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauge4/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauge4/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauge4/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauge5/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauge5/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauge5/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauge5/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauge5/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauge5/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauge5/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauge5/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauges/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauges/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauges/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauges/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauges/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauges/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Gauges/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Gauges/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Icons/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Icons/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Icons/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Icons/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Icons/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Icons/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Icons/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Icons/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/NightingaleRose/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/NightingaleRose/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/NightingaleRose/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/NightingaleRose/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/NightingaleRose/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/NightingaleRose/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/NightingaleRose/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/NightingaleRose/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/OutLabels/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/OutLabels/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/OutLabels/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/OutLabels/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/OutLabels/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/OutLabels/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/OutLabels/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/OutLabels/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Processing/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Processing/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Processing/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Processing/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Processing/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Processing/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Processing/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Processing/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Pushout/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Pushout/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Pushout/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Pushout/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Pushout/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Pushout/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Pies/Pushout/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Pies/Pushout/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Polar/Basic/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Polar/Basic/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Polar/Basic/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Polar/Basic/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Polar/Basic/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Polar/Basic/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Polar/Basic/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Polar/Basic/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Polar/Coordinates/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Polar/Coordinates/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Polar/Coordinates/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Polar/Coordinates/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Polar/Coordinates/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Polar/Coordinates/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Polar/Coordinates/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Polar/Coordinates/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Polar/RadialArea/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Polar/RadialArea/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Polar/RadialArea/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Polar/RadialArea/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Polar/RadialArea/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Polar/RadialArea/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Polar/RadialArea/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Polar/RadialArea/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Scatter/AutoUpdate/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Scatter/AutoUpdate/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Scatter/AutoUpdate/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Scatter/AutoUpdate/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Scatter/AutoUpdate/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Scatter/AutoUpdate/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Scatter/AutoUpdate/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Scatter/AutoUpdate/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Scatter/Basic/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Scatter/Basic/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Scatter/Basic/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Scatter/Basic/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Scatter/Basic/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Scatter/Basic/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Scatter/Basic/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Scatter/Basic/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Scatter/Bubbles/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Scatter/Bubbles/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Scatter/Bubbles/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Scatter/Bubbles/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Scatter/Bubbles/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Scatter/Bubbles/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Scatter/Bubbles/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Scatter/Bubbles/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Scatter/Custom/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Scatter/Custom/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Scatter/Custom/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Scatter/Custom/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Scatter/Custom/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Scatter/Custom/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Scatter/Custom/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Scatter/Custom/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StackedArea/Basic/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StackedArea/Basic/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StackedArea/Basic/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StackedArea/Basic/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StackedArea/Basic/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StackedArea/Basic/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StackedArea/Basic/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StackedArea/Basic/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StackedArea/StepArea/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StackedArea/StepArea/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StackedArea/StepArea/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StackedArea/StepArea/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StackedArea/StepArea/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StackedArea/StepArea/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StackedArea/StepArea/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StackedArea/StepArea/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StackedBars/Basic/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StackedBars/Basic/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StackedBars/Basic/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StackedBars/Basic/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StackedBars/Basic/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StackedBars/Basic/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StackedBars/Basic/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StackedBars/Basic/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StackedBars/Groups/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StackedBars/Groups/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StackedBars/Groups/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StackedBars/Groups/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StackedBars/Groups/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StackedBars/Groups/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StackedBars/Groups/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StackedBars/Groups/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StepLines/Area/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StepLines/Area/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StepLines/Area/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StepLines/Area/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StepLines/Area/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StepLines/Area/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StepLines/Area/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StepLines/Area/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StepLines/AutoUpdate/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StepLines/AutoUpdate/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StepLines/AutoUpdate/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StepLines/AutoUpdate/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StepLines/AutoUpdate/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StepLines/AutoUpdate/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StepLines/AutoUpdate/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StepLines/AutoUpdate/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StepLines/Basic/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StepLines/Basic/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StepLines/Basic/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StepLines/Basic/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StepLines/Basic/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StepLines/Basic/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StepLines/Basic/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StepLines/Basic/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StepLines/Custom/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StepLines/Custom/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StepLines/Custom/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StepLines/Custom/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StepLines/Custom/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StepLines/Custom/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StepLines/Custom/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StepLines/Custom/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StepLines/Properties/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StepLines/Properties/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StepLines/Properties/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StepLines/Properties/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StepLines/Properties/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StepLines/Properties/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StepLines/Properties/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StepLines/Properties/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StepLines/Zoom/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StepLines/Zoom/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StepLines/Zoom/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StepLines/Zoom/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StepLines/Zoom/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StepLines/Zoom/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/StepLines/Zoom/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/StepLines/Zoom/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Test/Dispose/UserControl1.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Test/Dispose/UserControl1.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Test/Dispose/UserControl1.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Test/Dispose/UserControl1.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Test/Dispose/UserControl1.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Test/Dispose/UserControl1.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Test/Dispose/UserControl1.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Test/Dispose/UserControl1.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Test/Dispose/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Test/Dispose/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Test/Dispose/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Test/Dispose/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Test/Dispose/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Test/Dispose/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/Test/Dispose/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/Test/Dispose/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/VisualTest/DataTemplate/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/VisualTest/DataTemplate/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/VisualTest/DataTemplate/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/VisualTest/DataTemplate/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/VisualTest/DataTemplate/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/VisualTest/DataTemplate/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/VisualTest/DataTemplate/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/VisualTest/DataTemplate/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/VisualTest/ReattachVisual/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/VisualTest/ReattachVisual/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/VisualTest/ReattachVisual/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/VisualTest/ReattachVisual/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/VisualTest/ReattachVisual/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/VisualTest/ReattachVisual/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/VisualTest/ReattachVisual/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/VisualTest/ReattachVisual/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/VisualTest/Tabs/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/VisualTest/Tabs/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/VisualTest/Tabs/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/VisualTest/Tabs/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/VisualTest/Tabs/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/VisualTest/Tabs/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/VisualTest/Tabs/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/VisualTest/Tabs/View.xaml.cs
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/VisualTest/TwoChartsOneSeries/View.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/VisualTest/TwoChartsOneSeries/View.xaml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/VisualTest/TwoChartsOneSeries/View.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/VisualTest/TwoChartsOneSeries/View.xaml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/VisualTest/TwoChartsOneSeries/View.xaml.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/VisualTest/TwoChartsOneSeries/View.xaml.cs
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/LiveChartsSamples/VisualTest/TwoChartsOneSeries/View.xaml.cs
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/LiveChartsSamples/VisualTest/TwoChartsOneSeries/View.xaml.cs
diff --git a/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Models/AppConfig.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Models/AppConfig.cs
new file mode 100644
index 000000000..7fbc9504d
--- /dev/null
+++ b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Models/AppConfig.cs
@@ -0,0 +1,6 @@
+namespace UnoPlatform_v5_2_175.Models;
+
+public record AppConfig
+{
+ public string? Environment { get; init; }
+}
diff --git a/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Models/Entity.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Models/Entity.cs
new file mode 100644
index 000000000..775313559
--- /dev/null
+++ b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Models/Entity.cs
@@ -0,0 +1,3 @@
+namespace UnoPlatform_v5_2_175.Models;
+
+public record Entity(string Name);
diff --git a/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Models/WeatherForecast.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Models/WeatherForecast.cs
new file mode 100644
index 000000000..95b7f8824
--- /dev/null
+++ b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Models/WeatherForecast.cs
@@ -0,0 +1,15 @@
+namespace UnoPlatform_v5_2_175.DataContracts;
+
+///
+/// A Weather Forecast for a specific date
+///
+/// Gets the Date of the Forecast.
+/// Gets the Forecast Temperature in Celsius.
+/// Get a description of how the weather will feel.
+public record WeatherForecast(DateOnly Date, double TemperatureC, string? Summary)
+{
+ ///
+ /// Gets the Forecast Temperature in Fahrenheit
+ ///
+ public double TemperatureF => 32 + (TemperatureC * 9 / 5);
+}
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Skia.Gtk/Package.appxmanifest b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Package.appxmanifest
similarity index 66%
rename from samples/UnoPlatform_v5/UnoPlatform_v5.Skia.Gtk/Package.appxmanifest
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Package.appxmanifest
index 25fc7a0f0..9ef381467 100644
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Skia.Gtk/Package.appxmanifest
+++ b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Package.appxmanifest
@@ -1,20 +1,12 @@
-
-
+
-
-
-
- UnoPlatform_v5
- UnoPlatform_v5
-
+
+
@@ -29,11 +21,7 @@
-
-
-
+
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/Android/AndroidManifest.xml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/Android/AndroidManifest.xml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/Android/AndroidManifest.xml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/Android/AndroidManifest.xml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/Android/Assets/AboutAssets.txt b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/Android/Assets/AboutAssets.txt
similarity index 88%
rename from samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/Android/Assets/AboutAssets.txt
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/Android/Assets/AboutAssets.txt
index 210a93b80..89ab409df 100644
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/Android/Assets/AboutAssets.txt
+++ b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/Android/Assets/AboutAssets.txt
@@ -4,7 +4,7 @@ in the shared project instead. Assets in this folder are Android-only assets.
Any raw assets you want to be deployed with your application can be placed in
this directory (and child directories) and given a Build Action of "AndroidAsset".
-These files will be deployed with you package and will be accessible using Android's
+These files will be deployed with your package and will be accessible using Android's
AssetManager, like this:
public class ReadAsset : Activity
diff --git a/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/Android/Main.Android.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/Android/Main.Android.cs
new file mode 100644
index 000000000..a829febc9
--- /dev/null
+++ b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/Android/Main.Android.cs
@@ -0,0 +1,43 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using Android.App;
+using Android.Content;
+using Android.OS;
+using Android.Runtime;
+using Android.Views;
+using Android.Widget;
+using Com.Nostra13.Universalimageloader.Core;
+using Microsoft.UI.Xaml.Media;
+
+namespace UnoPlatform_v5_2_175.Droid;
+[global::Android.App.ApplicationAttribute(
+ Label = "@string/ApplicationName",
+ Icon = "@mipmap/icon",
+ LargeHeap = true,
+ HardwareAccelerated = true,
+ Theme = "@style/AppTheme"
+)]
+public class Application : Microsoft.UI.Xaml.NativeApplication
+{
+
+ public Application(IntPtr javaReference, JniHandleOwnership transfer)
+ : base(() => new App(), javaReference, transfer)
+ {
+ ConfigureUniversalImageLoader();
+ }
+
+ private static void ConfigureUniversalImageLoader()
+ {
+ // Create global configuration and initialize ImageLoader with this config
+ ImageLoaderConfiguration config = new ImageLoaderConfiguration
+ .Builder(Context)
+ .Build();
+
+ ImageLoader.Instance.Init(config);
+
+ ImageSource.DefaultImageLoader = ImageLoader.Instance.LoadImageAsync;
+ }
+}
+
diff --git a/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/Android/MainActivity.Android.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/Android/MainActivity.Android.cs
new file mode 100644
index 000000000..56a15ff65
--- /dev/null
+++ b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/Android/MainActivity.Android.cs
@@ -0,0 +1,15 @@
+using Android.App;
+using Android.Content.PM;
+using Android.OS;
+using Android.Views;
+using Android.Widget;
+
+namespace UnoPlatform_v5_2_175.Droid;
+[Activity(
+ MainLauncher = true,
+ ConfigurationChanges = global::Uno.UI.ActivityHelper.AllConfigChanges,
+ WindowSoftInputMode = SoftInput.AdjustNothing | SoftInput.StateHidden
+)]
+public class MainActivity : Microsoft.UI.Xaml.ApplicationActivity
+{
+}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/AboutResources.txt b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/Android/Resources/AboutResources.txt
similarity index 100%
rename from samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/Android/Resources/AboutResources.txt
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/Android/Resources/AboutResources.txt
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/Android/Resources/values/Strings.xml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/Android/Resources/values/Strings.xml
similarity index 65%
rename from samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/Android/Resources/values/Strings.xml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/Android/Resources/values/Strings.xml
index 36c75f54d..a71cbc213 100644
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/Android/Resources/values/Strings.xml
+++ b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/Android/Resources/values/Strings.xml
@@ -1,5 +1,5 @@
Hello World, Click Me!
- UnoPlatform_v5
+ UnoPlatform_v5_2_175
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/Android/Resources/values/Styles.xml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/Android/Resources/values/Styles.xml
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/Android/Resources/values/Styles.xml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/Android/Resources/values/Styles.xml
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/Android/environment.conf b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/Android/environment.conf
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/Android/environment.conf
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/Android/environment.conf
diff --git a/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/Desktop/Program.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/Desktop/Program.cs
new file mode 100644
index 000000000..dd09ec056
--- /dev/null
+++ b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/Desktop/Program.cs
@@ -0,0 +1,19 @@
+using Uno.UI.Runtime.Skia;
+
+namespace UnoPlatform_v5_2_175;
+public class Program
+{
+ [STAThread]
+ public static void Main(string[] args)
+ {
+ var host = SkiaHostBuilder.Create()
+ .App(() => new App())
+ .UseX11()
+ .UseLinuxFrameBuffer()
+ .UseMacOS()
+ .UseWindows()
+ .Build();
+
+ host.Run();
+ }
+}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Entitlements.plist b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/MacCatalyst/Entitlements.plist
similarity index 100%
rename from samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Entitlements.plist
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/MacCatalyst/Entitlements.plist
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/MacCatalyst/Info.plist b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/MacCatalyst/Info.plist
similarity index 100%
rename from samples/UnoPlatform_v5/UnoPlatform_v5.Mobile/MacCatalyst/Info.plist
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/MacCatalyst/Info.plist
diff --git a/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/MacCatalyst/Main.maccatalyst.cs b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/MacCatalyst/Main.maccatalyst.cs
new file mode 100644
index 000000000..c99b5daa5
--- /dev/null
+++ b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/MacCatalyst/Main.maccatalyst.cs
@@ -0,0 +1,13 @@
+using UIKit;
+
+namespace UnoPlatform_v5_2_175.MacCatalyst;
+public class EntryPoint
+{
+ // This is the main entry point of the application.
+ public static void Main(string[] args)
+ {
+ // if you want to use a different Application Delegate class from "AppDelegate"
+ // you can specify it here.
+ UIApplication.Main(args, null, typeof(App));
+ }
+}
diff --git a/samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/LaunchImages.launchimage/Contents.json b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/MacCatalyst/Media.xcassets/LaunchImages.launchimage/Contents.json
similarity index 100%
rename from samples/UnoPlatformSample-uwp-old/UnoSample.Mobile/MacCatalyst/Media.xcassets/LaunchImages.launchimage/Contents.json
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/MacCatalyst/Media.xcassets/LaunchImages.launchimage/Contents.json
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5.Wasm/LinkerConfig.xml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/WebAssembly/LinkerConfig.xml
similarity index 67%
rename from samples/UnoPlatform_v5/UnoPlatform_v5.Wasm/LinkerConfig.xml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/WebAssembly/LinkerConfig.xml
index 7307af244..92d077b05 100644
--- a/samples/UnoPlatform_v5/UnoPlatform_v5.Wasm/LinkerConfig.xml
+++ b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Platforms/WebAssembly/LinkerConfig.xml
@@ -1,6 +1,5 @@
-
-
+
+
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryFileTimestamp
+ NSPrivacyAccessedAPITypeReasons
+
+ C617.1
+
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategorySystemBootTime
+ NSPrivacyAccessedAPITypeReasons
+
+ 35F9.1
+
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryDiskSpace
+ NSPrivacyAccessedAPITypeReasons
+
+ E174.1
+
+
+
+
+
+ NSPrivacyAccessedAPIType
+ NSPrivacyAccessedAPICategoryUserDefaults
+ NSPrivacyAccessedAPITypeReasons
+
+ CA92.1
+
+
+
diff --git a/samples/UnoPlatform_v5/UnoPlatform_v5/Presentation/MainPage.xaml b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Presentation/MainPage.xaml
similarity index 83%
rename from samples/UnoPlatform_v5/UnoPlatform_v5/Presentation/MainPage.xaml
rename to samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Presentation/MainPage.xaml
index f5d9bcf07..55c85f0e4 100644
--- a/samples/UnoPlatform_v5/UnoPlatform_v5/Presentation/MainPage.xaml
+++ b/samples/UnoPlatform_v5_2_175/UnoPlatform_v5_2_175/Presentation/MainPage.xaml
@@ -1,14 +1,13 @@
-
-
-
+
@@ -39,10 +38,10 @@
-
+
+ HorizontalContentAlignment="Stretch"
+ VerticalContentAlignment="Stretch">