]> git.deb.at Git - rhonda/impostor.git/commit
Add cli client
authorjs6pak <kubastaron@hotmail.com>
Mon, 12 Oct 2020 21:15:09 +0000 (23:15 +0200)
committerjs6pak <kubastaron@hotmail.com>
Mon, 12 Oct 2020 21:19:55 +0000 (23:19 +0200)
commit1f71144611ff2d81c10687e9f7ed954bd6d88295
treea036209049cdfaf89b24d73bb7083c8a55536dc0
parenteb40fdfd66c276af4b558606ece7d640a754cef0
Add cli client
38 files changed:
.github/workflows/main.yml
src/Impostor.Client/App.config [deleted file]
src/Impostor.Client/Core/AmongUsModifier.cs [deleted file]
src/Impostor.Client/Core/Configuration.cs [deleted file]
src/Impostor.Client/Core/Events/ErrorEventArgs.cs [deleted file]
src/Impostor.Client/Core/Events/SavedEventArgs.cs [deleted file]
src/Impostor.Client/Forms/FrmMain.Designer.cs [deleted file]
src/Impostor.Client/Forms/FrmMain.cs [deleted file]
src/Impostor.Client/Forms/FrmMain.resx [deleted file]
src/Impostor.Client/Impostor.Client.Cli/Impostor.Client.Cli.csproj [new file with mode: 0644]
src/Impostor.Client/Impostor.Client.Cli/Program.cs [new file with mode: 0644]
src/Impostor.Client/Impostor.Client.Shared/AmongUsModifier.cs [new file with mode: 0644]
src/Impostor.Client/Impostor.Client.Shared/Configuration.cs [new file with mode: 0644]
src/Impostor.Client/Impostor.Client.Shared/Events/ErrorEventArgs.cs [new file with mode: 0644]
src/Impostor.Client/Impostor.Client.Shared/Events/SavedEventArgs.cs [new file with mode: 0644]
src/Impostor.Client/Impostor.Client.Shared/Impostor.Client.Shared.csproj [new file with mode: 0644]
src/Impostor.Client/Impostor.Client.WinForms/App.config [new file with mode: 0644]
src/Impostor.Client/Impostor.Client.WinForms/Forms/FrmMain.Designer.cs [new file with mode: 0644]
src/Impostor.Client/Impostor.Client.WinForms/Forms/FrmMain.cs [new file with mode: 0644]
src/Impostor.Client/Impostor.Client.WinForms/Forms/FrmMain.resx [new file with mode: 0644]
src/Impostor.Client/Impostor.Client.WinForms/Impostor.Client.WinForms.csproj [new file with mode: 0644]
src/Impostor.Client/Impostor.Client.WinForms/Program.cs [new file with mode: 0644]
src/Impostor.Client/Impostor.Client.WinForms/Properties/Resources.Designer.cs [new file with mode: 0644]
src/Impostor.Client/Impostor.Client.WinForms/Properties/Resources.resx [new file with mode: 0644]
src/Impostor.Client/Impostor.Client.WinForms/Properties/Settings.Designer.cs [new file with mode: 0644]
src/Impostor.Client/Impostor.Client.WinForms/Properties/Settings.settings [new file with mode: 0644]
src/Impostor.Client/Impostor.Client.WinForms/icon.ico [new file with mode: 0644]
src/Impostor.Client/Impostor.Client.csproj [deleted file]
src/Impostor.Client/Program.cs [deleted file]
src/Impostor.Client/Properties/Resources.Designer.cs [deleted file]
src/Impostor.Client/Properties/Resources.resx [deleted file]
src/Impostor.Client/Properties/Settings.Designer.cs [deleted file]
src/Impostor.Client/Properties/Settings.settings [deleted file]
src/Impostor.Client/icon.ico [deleted file]
src/Impostor.Shared/Impostor.Shared.csproj
src/Impostor.Shared/Innersloth/GameCodeParser.cs
src/Impostor.Shared/Innersloth/RegionInfo.cs
src/Impostor.sln