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 @@ + + + + + + + + + + + +