]> git.deb.at Git - rhonda/impostor.git/commit
Rename Client to Patcher
authorAeonLucid <aeonlucid@gmail.com>
Sun, 18 Oct 2020 19:35:07 +0000 (21:35 +0200)
committerAeonLucid <aeonlucid@gmail.com>
Sun, 18 Oct 2020 19:35:07 +0000 (21:35 +0200)
commit0acc2f3bc554cd5de162a6a9a8ce8725bd9a5334
treeacb9929e6ad970bc213fea2d4e98be8cec27dd58
parent588af7fc3e76ad37a3c2c2443a13f9e48877b544
Rename Client to Patcher
40 files changed:
build.cake
src/Impostor.Client/Directory.Build.props [deleted file]
src/Impostor.Client/Impostor.Client.Cli/Impostor.Client.Cli.csproj [deleted file]
src/Impostor.Client/Impostor.Client.Cli/Program.cs [deleted file]
src/Impostor.Client/Impostor.Client.Shared/AmongUsModifier.cs [deleted file]
src/Impostor.Client/Impostor.Client.Shared/Configuration.cs [deleted file]
src/Impostor.Client/Impostor.Client.Shared/Events/ErrorEventArgs.cs [deleted file]
src/Impostor.Client/Impostor.Client.Shared/Events/SavedEventArgs.cs [deleted file]
src/Impostor.Client/Impostor.Client.Shared/Impostor.Client.Shared.csproj [deleted file]
src/Impostor.Client/Impostor.Client.WinForms/App.config [deleted file]
src/Impostor.Client/Impostor.Client.WinForms/Forms/FrmMain.Designer.cs [deleted file]
src/Impostor.Client/Impostor.Client.WinForms/Forms/FrmMain.cs [deleted file]
src/Impostor.Client/Impostor.Client.WinForms/Forms/FrmMain.resx [deleted file]
src/Impostor.Client/Impostor.Client.WinForms/Impostor.Client.WinForms.csproj [deleted file]
src/Impostor.Client/Impostor.Client.WinForms/Program.cs [deleted file]
src/Impostor.Client/Impostor.Client.WinForms/Properties/Resources.Designer.cs [deleted file]
src/Impostor.Client/Impostor.Client.WinForms/Properties/Resources.resx [deleted file]
src/Impostor.Client/Impostor.Client.WinForms/Properties/Settings.Designer.cs [deleted file]
src/Impostor.Client/Impostor.Client.WinForms/Properties/Settings.settings [deleted file]
src/Impostor.Client/Impostor.Client.WinForms/icon.ico [deleted file]
src/Impostor.Patcher/Directory.Build.props [new file with mode: 0644]
src/Impostor.Patcher/Impostor.Patcher.Cli/Impostor.Patcher.Cli.csproj [new file with mode: 0644]
src/Impostor.Patcher/Impostor.Patcher.Cli/Program.cs [new file with mode: 0644]
src/Impostor.Patcher/Impostor.Patcher.Shared/AmongUsModifier.cs [new file with mode: 0644]
src/Impostor.Patcher/Impostor.Patcher.Shared/Configuration.cs [new file with mode: 0644]
src/Impostor.Patcher/Impostor.Patcher.Shared/Events/ErrorEventArgs.cs [new file with mode: 0644]
src/Impostor.Patcher/Impostor.Patcher.Shared/Events/SavedEventArgs.cs [new file with mode: 0644]
src/Impostor.Patcher/Impostor.Patcher.Shared/Impostor.Patcher.Shared.csproj [new file with mode: 0644]
src/Impostor.Patcher/Impostor.Patcher.WinForms/App.config [new file with mode: 0644]
src/Impostor.Patcher/Impostor.Patcher.WinForms/Forms/FrmMain.Designer.cs [new file with mode: 0644]
src/Impostor.Patcher/Impostor.Patcher.WinForms/Forms/FrmMain.cs [new file with mode: 0644]
src/Impostor.Patcher/Impostor.Patcher.WinForms/Forms/FrmMain.resx [new file with mode: 0644]
src/Impostor.Patcher/Impostor.Patcher.WinForms/Impostor.Patcher.WinForms.csproj [new file with mode: 0644]
src/Impostor.Patcher/Impostor.Patcher.WinForms/Program.cs [new file with mode: 0644]
src/Impostor.Patcher/Impostor.Patcher.WinForms/Properties/Resources.Designer.cs [new file with mode: 0644]
src/Impostor.Patcher/Impostor.Patcher.WinForms/Properties/Resources.resx [new file with mode: 0644]
src/Impostor.Patcher/Impostor.Patcher.WinForms/Properties/Settings.Designer.cs [new file with mode: 0644]
src/Impostor.Patcher/Impostor.Patcher.WinForms/Properties/Settings.settings [new file with mode: 0644]
src/Impostor.Patcher/Impostor.Patcher.WinForms/icon.ico [new file with mode: 0644]
src/Impostor.sln