diff --git a/App1/App.xaml b/App1/App.xaml deleted file mode 100644 index 19bdc24..0000000 --- a/App1/App.xaml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - diff --git a/App1/App.xaml.cs b/App1/App.xaml.cs deleted file mode 100644 index d6c3cb3..0000000 --- a/App1/App.xaml.cs +++ /dev/null @@ -1,50 +0,0 @@ -using Microsoft.UI.Xaml; -using Microsoft.UI.Xaml.Controls; -using Microsoft.UI.Xaml.Controls.Primitives; -using Microsoft.UI.Xaml.Data; -using Microsoft.UI.Xaml.Input; -using Microsoft.UI.Xaml.Media; -using Microsoft.UI.Xaml.Navigation; -using Microsoft.UI.Xaml.Shapes; -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Runtime.InteropServices.WindowsRuntime; -using Windows.ApplicationModel; -using Windows.ApplicationModel.Activation; -using Windows.Foundation; -using Windows.Foundation.Collections; - -// To learn more about WinUI, the WinUI project structure, -// and more about our project templates, see: http://aka.ms/winui-project-info. - -namespace App1 -{ - /// - /// Provides application-specific behavior to supplement the default Application class. - /// - 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(); - } - - /// - /// Invoked when the application is launched. - /// - /// Details about the launch request and process. - protected override void OnLaunched(Microsoft.UI.Xaml.LaunchActivatedEventArgs args) - { - m_window = new MainWindow(); - m_window.Activate(); - } - - private Window m_window; - } -} diff --git a/App1/App1.csproj b/App1/App1.csproj deleted file mode 100644 index 1f61254..0000000 --- a/App1/App1.csproj +++ /dev/null @@ -1,48 +0,0 @@ - - - WinExe - net6.0-windows10.0.19041.0 - 10.0.17763.0 - App1 - app.manifest - x86;x64;ARM64 - win10-x86;win10-x64;win10-arm64 - win10-$(Platform).pubxml - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - true - - diff --git a/App1/Assets/LockScreenLogo.scale-200.png b/App1/Assets/LockScreenLogo.scale-200.png deleted file mode 100644 index 7440f0d..0000000 Binary files a/App1/Assets/LockScreenLogo.scale-200.png and /dev/null differ diff --git a/App1/Assets/SplashScreen.scale-200.png b/App1/Assets/SplashScreen.scale-200.png deleted file mode 100644 index 32f486a..0000000 Binary files a/App1/Assets/SplashScreen.scale-200.png and /dev/null differ diff --git a/App1/Assets/Square150x150Logo.scale-200.png b/App1/Assets/Square150x150Logo.scale-200.png deleted file mode 100644 index 53ee377..0000000 Binary files a/App1/Assets/Square150x150Logo.scale-200.png and /dev/null differ diff --git a/App1/Assets/Square44x44Logo.scale-200.png b/App1/Assets/Square44x44Logo.scale-200.png deleted file mode 100644 index f713bba..0000000 Binary files a/App1/Assets/Square44x44Logo.scale-200.png and /dev/null differ diff --git a/App1/Assets/Square44x44Logo.targetsize-24_altform-unplated.png b/App1/Assets/Square44x44Logo.targetsize-24_altform-unplated.png deleted file mode 100644 index dc9f5be..0000000 Binary files a/App1/Assets/Square44x44Logo.targetsize-24_altform-unplated.png and /dev/null differ diff --git a/App1/Assets/StoreLogo.png b/App1/Assets/StoreLogo.png deleted file mode 100644 index a4586f2..0000000 Binary files a/App1/Assets/StoreLogo.png and /dev/null differ diff --git a/App1/Assets/Wide310x150Logo.scale-200.png b/App1/Assets/Wide310x150Logo.scale-200.png deleted file mode 100644 index 8b4a5d0..0000000 Binary files a/App1/Assets/Wide310x150Logo.scale-200.png and /dev/null differ diff --git a/App1/MainWindow.xaml b/App1/MainWindow.xaml deleted file mode 100644 index 99d9cf1..0000000 --- a/App1/MainWindow.xaml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - -