From 1c19badeb57f68a0785677ed468d6cff3e920e3c Mon Sep 17 00:00:00 2001 From: lanyi Date: Fri, 23 Apr 2021 00:56:08 +0200 Subject: [PATCH] Add project files. --- APM.xaml | 63 ++++ APM.xaml.cs | 230 +++++++++++++ About.xaml | 33 ++ About.xaml.cs | 34 ++ AnotherReplayReader.csproj | 193 +++++++++++ AnotherReplayReader.sln | 25 ++ App.xaml | 9 + App.xaml.cs | 16 + Auth.cs | 93 ++++++ BigMinimapCache.cs | 231 +++++++++++++ Cache.cs | 79 +++++ CommandChunk.cs | 303 +++++++++++++++++ Debug.xaml | 13 + Debug.xaml.cs | 68 ++++ Excludes.txt | 1 + ILMergeConfig.json | 121 +++++++ MainWindow.xaml | 70 ++++ MainWindow.xaml.cs | 537 +++++++++++++++++++++++++++++++ MinimapReader.cs | 128 ++++++++ ModData.cs | 258 +++++++++++++++ PlayerIdentity.cs | 159 +++++++++ Properties/AssemblyInfo.cs | 55 ++++ Properties/Resources.Designer.cs | 63 ++++ Properties/Resources.resx | 117 +++++++ Properties/Settings.Designer.cs | 26 ++ Properties/Settings.settings | 7 + Replay.cs | 431 +++++++++++++++++++++++++ Window1.xaml | 23 ++ Window1.xaml.cs | 128 ++++++++ app.config | 3 + autosave.txt | 95 ++++++ 31 files changed, 3612 insertions(+) create mode 100644 APM.xaml create mode 100644 APM.xaml.cs create mode 100644 About.xaml create mode 100644 About.xaml.cs create mode 100644 AnotherReplayReader.csproj create mode 100644 AnotherReplayReader.sln create mode 100644 App.xaml create mode 100644 App.xaml.cs create mode 100644 Auth.cs create mode 100644 BigMinimapCache.cs create mode 100644 Cache.cs create mode 100644 CommandChunk.cs create mode 100644 Debug.xaml create mode 100644 Debug.xaml.cs create mode 100644 Excludes.txt create mode 100644 ILMergeConfig.json create mode 100644 MainWindow.xaml create mode 100644 MainWindow.xaml.cs create mode 100644 MinimapReader.cs create mode 100644 ModData.cs create mode 100644 PlayerIdentity.cs create mode 100644 Properties/AssemblyInfo.cs create mode 100644 Properties/Resources.Designer.cs create mode 100644 Properties/Resources.resx create mode 100644 Properties/Settings.Designer.cs create mode 100644 Properties/Settings.settings create mode 100644 Replay.cs create mode 100644 Window1.xaml create mode 100644 Window1.xaml.cs create mode 100644 app.config create mode 100644 autosave.txt diff --git a/APM.xaml b/APM.xaml new file mode 100644 index 0000000..4738814 --- /dev/null +++ b/APM.xaml @@ -0,0 +1,63 @@ + + + +