commit a378b7149debd11647d816a33fc33551a1060eca Author: Hazim Bin Ijaz Date: Wed Jul 16 20:15:42 2025 +0500 Base commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1d101cd --- /dev/null +++ b/.gitignore @@ -0,0 +1,58 @@ +# Generated by `dotnet new gitignore` + +## Ignore build artifacts +[Dd]ebug +[Rr]elease +x64 +bin +obj + +## Visual Studio files +.suo +.user +.userosscache +.VC.db +.vs + +## Visual Studio Code workspace files +.vscode + +## Visual Studio profiling +.vspx +.vsp +.psess + +## Files from build and test tools +.dll +.exe +.pdb +.cache +.log + +## Publish folders +publish +.publishsettings + +## Rider +.idea + +## JetBrains Rider caches +.idea + +## Test results +[Tt]est[Rr]esult +.trx +TestResults + +## Backup files +~$ +.backup +.tmp +.temp + +## Windows generated files +Thumbs.db +Desktop.ini +ehthumbs.db + +# Add any additional folders or files you create that shouldn’t be tracked. diff --git a/HighGroundRoyaleLauncher.sln b/HighGroundRoyaleLauncher.sln new file mode 100644 index 0000000..724f113 --- /dev/null +++ b/HighGroundRoyaleLauncher.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.7.34221.43 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HighGroundRoyaleLauncher", "HighGroundRoyaleLauncher\HighGroundRoyaleLauncher.csproj", "{AAB4BEB9-2995-4EC3-A57C-16D753A69739}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {AAB4BEB9-2995-4EC3-A57C-16D753A69739}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AAB4BEB9-2995-4EC3-A57C-16D753A69739}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AAB4BEB9-2995-4EC3-A57C-16D753A69739}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AAB4BEB9-2995-4EC3-A57C-16D753A69739}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {1A31DFAE-DFA3-4D72-8DF1-50497C151223} + EndGlobalSection +EndGlobal diff --git a/HighGroundRoyaleLauncher/App.config b/HighGroundRoyaleLauncher/App.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/HighGroundRoyaleLauncher/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/HighGroundRoyaleLauncher/App.xaml b/HighGroundRoyaleLauncher/App.xaml new file mode 100644 index 0000000..358c371 --- /dev/null +++ b/HighGroundRoyaleLauncher/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/HighGroundRoyaleLauncher/App.xaml.cs b/HighGroundRoyaleLauncher/App.xaml.cs new file mode 100644 index 0000000..eaefaf7 --- /dev/null +++ b/HighGroundRoyaleLauncher/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 HighGroundRoyaleLauncher +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/HighGroundRoyaleLauncher/HighGroundRoyaleLauncher.csproj b/HighGroundRoyaleLauncher/HighGroundRoyaleLauncher.csproj new file mode 100644 index 0000000..b878a45 --- /dev/null +++ b/HighGroundRoyaleLauncher/HighGroundRoyaleLauncher.csproj @@ -0,0 +1,100 @@ + + + + + Debug + AnyCPU + {AAB4BEB9-2995-4EC3-A57C-16D753A69739} + WinExe + HighGroundRoyaleLauncher + HighGroundRoyaleLauncher + v4.7.2 + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + 4.0 + + + + + + + + MSBuild:Compile + Designer + + + MSBuild:Compile + Designer + + + App.xaml + Code + + + MainWindow.xaml + Code + + + + + Code + + + True + True + Resources.resx + + + True + Settings.settings + True + + + ResXFileCodeGenerator + Resources.Designer.cs + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + + \ No newline at end of file diff --git a/HighGroundRoyaleLauncher/MainWindow.xaml b/HighGroundRoyaleLauncher/MainWindow.xaml new file mode 100644 index 0000000..2c2feaa --- /dev/null +++ b/HighGroundRoyaleLauncher/MainWindow.xaml @@ -0,0 +1,17 @@ + + + + + + +