From b74f51ed6a989687ff344bf58e2ccea329d3fd4b Mon Sep 17 00:00:00 2001 From: NightBits Date: Wed, 19 Dec 2018 19:48:50 +0100 Subject: [PATCH] Initial commit --- App.config | 6 + App.xaml | 9 + App.xaml.cs | 11 + EonaCatMGSTPP_Resolution_Patcher.csproj | 108 ++++++++++ EonaCatMGSTPP_Resolution_Patcher.sln | 22 ++ MainWindow.xaml | 24 +++ MainWindow.xaml.cs | 259 ++++++++++++++++++++++++ Properties/AssemblyInfo.cs | 55 +++++ Properties/Resources.Designer.cs | 63 ++++++ Properties/Resources.resx | 117 +++++++++++ ResolutionDetector.cs | 70 +++++++ avatar.png | Bin 0 -> 4665 bytes background.jpg | Bin 0 -> 243244 bytes icon.ico | Bin 0 -> 16958 bytes packages.config | 3 + 15 files changed, 747 insertions(+) create mode 100644 App.config create mode 100644 App.xaml create mode 100644 App.xaml.cs create mode 100644 EonaCatMGSTPP_Resolution_Patcher.csproj create mode 100644 EonaCatMGSTPP_Resolution_Patcher.sln create mode 100644 MainWindow.xaml create mode 100644 MainWindow.xaml.cs create mode 100644 Properties/AssemblyInfo.cs create mode 100644 Properties/Resources.Designer.cs create mode 100644 Properties/Resources.resx create mode 100644 ResolutionDetector.cs create mode 100644 avatar.png create mode 100644 background.jpg create mode 100644 icon.ico create mode 100644 packages.config diff --git a/App.config b/App.config new file mode 100644 index 0000000..74ade9d --- /dev/null +++ b/App.config @@ -0,0 +1,6 @@ + + + + + + diff --git a/App.xaml b/App.xaml new file mode 100644 index 0000000..f736680 --- /dev/null +++ b/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/App.xaml.cs b/App.xaml.cs new file mode 100644 index 0000000..8a1ef75 --- /dev/null +++ b/App.xaml.cs @@ -0,0 +1,11 @@ +using System.Windows; + +namespace EonaCatMGSTPF_Resolution_Patcher +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/EonaCatMGSTPP_Resolution_Patcher.csproj b/EonaCatMGSTPP_Resolution_Patcher.csproj new file mode 100644 index 0000000..d1dc229 --- /dev/null +++ b/EonaCatMGSTPP_Resolution_Patcher.csproj @@ -0,0 +1,108 @@ + + + + + Debug + AnyCPU + {C0F20CE1-3CB2-4FD3-A6E3-404BCC50C639} + WinExe + Properties + EonaCatMGSTPP_Resolution_Patcher + EonaCat MGSTPP Resolution Patcher + v4.0 + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + true + + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + icon.ico + + + + + + + + 4.0 + + + + + + + + MSBuild:Compile + Designer + + + + MSBuild:Compile + Designer + + + App.xaml + Code + + + MainWindow.xaml + Code + + + + + Code + + + True + True + Resources.resx + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/EonaCatMGSTPP_Resolution_Patcher.sln b/EonaCatMGSTPP_Resolution_Patcher.sln new file mode 100644 index 0000000..b6fef6c --- /dev/null +++ b/EonaCatMGSTPP_Resolution_Patcher.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.23107.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EonaCatMGSTPP Resolution Patcher", "EonaCatMGSTPP_Resolution_Patcher.csproj", "{C0F20CE1-3CB2-4FD3-A6E3-404BCC50C639}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C0F20CE1-3CB2-4FD3-A6E3-404BCC50C639}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C0F20CE1-3CB2-4FD3-A6E3-404BCC50C639}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C0F20CE1-3CB2-4FD3-A6E3-404BCC50C639}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C0F20CE1-3CB2-4FD3-A6E3-404BCC50C639}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/MainWindow.xaml b/MainWindow.xaml new file mode 100644 index 0000000..8b10ac9 --- /dev/null +++ b/MainWindow.xaml @@ -0,0 +1,24 @@ + + + + + + + + + + + +