├── App.config ├── KSSL.cs ├── KSSL.sln ├── LICENSE ├── LauncherPatcher.csproj ├── LauncherPatcher.csproj.user ├── Properties ├── AssemblyInfo.cs ├── Resources.Designer.cs ├── Resources.resx ├── Settings.Designer.cs └── Settings.settings ├── README.md ├── bin └── Release │ └── KSSL_v1.1_1MONOTHREAD.zip └── obj └── Release ├── .NETFramework,Version=v4.5.2.AssemblyAttributes.cs ├── KSSL.Properties.Resources.resources ├── LauncherPatcher.csproj.AssemblyReference.cache ├── LauncherPatcher.csproj.CoreCompileInputs.cache ├── LauncherPatcher.csproj.FileListAbsolute.txt ├── LauncherPatcher.csproj.GenerateResource.cache ├── LauncherPatcher.csproj.SuggestedBindingRedirects.cache └── LauncherPatcher.exe /App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-T-B/KSSL/HEAD/App.config -------------------------------------------------------------------------------- /KSSL.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-T-B/KSSL/HEAD/KSSL.cs -------------------------------------------------------------------------------- /KSSL.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-T-B/KSSL/HEAD/KSSL.sln -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-T-B/KSSL/HEAD/LICENSE -------------------------------------------------------------------------------- /LauncherPatcher.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-T-B/KSSL/HEAD/LauncherPatcher.csproj -------------------------------------------------------------------------------- /LauncherPatcher.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-T-B/KSSL/HEAD/LauncherPatcher.csproj.user -------------------------------------------------------------------------------- /Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-T-B/KSSL/HEAD/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-T-B/KSSL/HEAD/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-T-B/KSSL/HEAD/Properties/Resources.resx -------------------------------------------------------------------------------- /Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-T-B/KSSL/HEAD/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-T-B/KSSL/HEAD/Properties/Settings.settings -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-T-B/KSSL/HEAD/README.md -------------------------------------------------------------------------------- /bin/Release/KSSL_v1.1_1MONOTHREAD.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-T-B/KSSL/HEAD/bin/Release/KSSL_v1.1_1MONOTHREAD.zip -------------------------------------------------------------------------------- /obj/Release/.NETFramework,Version=v4.5.2.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-T-B/KSSL/HEAD/obj/Release/.NETFramework,Version=v4.5.2.AssemblyAttributes.cs -------------------------------------------------------------------------------- /obj/Release/KSSL.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-T-B/KSSL/HEAD/obj/Release/KSSL.Properties.Resources.resources -------------------------------------------------------------------------------- /obj/Release/LauncherPatcher.csproj.AssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-T-B/KSSL/HEAD/obj/Release/LauncherPatcher.csproj.AssemblyReference.cache -------------------------------------------------------------------------------- /obj/Release/LauncherPatcher.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 7e4559cecf3c71081978d00789f4a5ca038ab810 2 | -------------------------------------------------------------------------------- /obj/Release/LauncherPatcher.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-T-B/KSSL/HEAD/obj/Release/LauncherPatcher.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /obj/Release/LauncherPatcher.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-T-B/KSSL/HEAD/obj/Release/LauncherPatcher.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /obj/Release/LauncherPatcher.csproj.SuggestedBindingRedirects.cache: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /obj/Release/LauncherPatcher.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/R-T-B/KSSL/HEAD/obj/Release/LauncherPatcher.exe --------------------------------------------------------------------------------