From 368dec1d1248f35cf82f77a26b768249bb092c3e Mon Sep 17 00:00:00 2001 From: MELVAR Date: Tue, 25 May 2021 20:39:19 +0200 Subject: [PATCH] Add project files. --- League Pass Manager.sln | 25 +++ League Pass Manager/App.xaml | 15 ++ League Pass Manager/App.xaml.cs | 17 ++ League Pass Manager/AssemblyInfo.cs | 10 + .../League Pass Manager.csproj | 27 +++ League Pass Manager/MainWindow.xaml | 31 +++ League Pass Manager/MainWindow.xaml.cs | 194 ++++++++++++++++++ ...k_password_secure_security_icon_127100.ico | Bin 0 -> 67646 bytes 8 files changed, 319 insertions(+) create mode 100644 League Pass Manager.sln create mode 100644 League Pass Manager/App.xaml create mode 100644 League Pass Manager/App.xaml.cs create mode 100644 League Pass Manager/AssemblyInfo.cs create mode 100644 League Pass Manager/League Pass Manager.csproj create mode 100644 League Pass Manager/MainWindow.xaml create mode 100644 League Pass Manager/MainWindow.xaml.cs create mode 100644 League Pass Manager/internet_lock_locked_padlock_password_secure_security_icon_127100.ico diff --git a/League Pass Manager.sln b/League Pass Manager.sln new file mode 100644 index 0000000..93d1e54 --- /dev/null +++ b/League Pass Manager.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31313.79 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "League Pass Manager", "League Pass Manager\League Pass Manager.csproj", "{AB20FF9E-31F1-409C-92C6-7787FC8DDB53}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {AB20FF9E-31F1-409C-92C6-7787FC8DDB53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AB20FF9E-31F1-409C-92C6-7787FC8DDB53}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AB20FF9E-31F1-409C-92C6-7787FC8DDB53}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AB20FF9E-31F1-409C-92C6-7787FC8DDB53}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {0E961FB7-2FF8-4C0A-B39B-A3ED5CD465B1} + EndGlobalSection +EndGlobal diff --git a/League Pass Manager/App.xaml b/League Pass Manager/App.xaml new file mode 100644 index 0000000..24ba019 --- /dev/null +++ b/League Pass Manager/App.xaml @@ -0,0 +1,15 @@ + + + + + + + + + + + diff --git a/League Pass Manager/App.xaml.cs b/League Pass Manager/App.xaml.cs new file mode 100644 index 0000000..8435a8b --- /dev/null +++ b/League Pass Manager/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace League_Pass_Manager +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/League Pass Manager/AssemblyInfo.cs b/League Pass Manager/AssemblyInfo.cs new file mode 100644 index 0000000..8b5504e --- /dev/null +++ b/League Pass Manager/AssemblyInfo.cs @@ -0,0 +1,10 @@ +using System.Windows; + +[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/League Pass Manager/League Pass Manager.csproj b/League Pass Manager/League Pass Manager.csproj new file mode 100644 index 0000000..5cc7372 --- /dev/null +++ b/League Pass Manager/League Pass Manager.csproj @@ -0,0 +1,27 @@ + + + + WinExe + net5.0-windows + League_Pass_Manager + true + internet_lock_locked_padlock_password_secure_security_icon_127100.ico + + + + + + + + + + + + + + + + + + + diff --git a/League Pass Manager/MainWindow.xaml b/League Pass Manager/MainWindow.xaml new file mode 100644 index 0000000..e389172 --- /dev/null +++ b/League Pass Manager/MainWindow.xaml @@ -0,0 +1,31 @@ + + + +