From 870384a84ed9748d97757597e8c9819ed37a1553 Mon Sep 17 00:00:00 2001 From: AeonLucid Date: Wed, 14 Oct 2020 13:51:33 +0200 Subject: [PATCH] Shared client props --- src/Impostor.Client/Directory.Build.props | 9 +++++++++ .../Impostor.Client.Cli/Impostor.Client.Cli.csproj | 8 -------- .../Impostor.Client.WinForms.csproj | 8 -------- 3 files changed, 9 insertions(+), 16 deletions(-) create mode 100644 src/Impostor.Client/Directory.Build.props diff --git a/src/Impostor.Client/Directory.Build.props b/src/Impostor.Client/Directory.Build.props new file mode 100644 index 0000000..606cd2e --- /dev/null +++ b/src/Impostor.Client/Directory.Build.props @@ -0,0 +1,9 @@ + + + Impostor + Impostor + Impostor + Copyright © AeonLucid 2020 + 1.0.0 + + \ No newline at end of file diff --git a/src/Impostor.Client/Impostor.Client.Cli/Impostor.Client.Cli.csproj b/src/Impostor.Client/Impostor.Client.Cli/Impostor.Client.Cli.csproj index 943c25e..e54e473 100644 --- a/src/Impostor.Client/Impostor.Client.Cli/Impostor.Client.Cli.csproj +++ b/src/Impostor.Client/Impostor.Client.Cli/Impostor.Client.Cli.csproj @@ -5,14 +5,6 @@ net5.0 - - Impostor - Impostor - Impostor - Copyright © AeonLucid 2020 - 1.0.0 - - none diff --git a/src/Impostor.Client/Impostor.Client.WinForms/Impostor.Client.WinForms.csproj b/src/Impostor.Client/Impostor.Client.WinForms/Impostor.Client.WinForms.csproj index 9078c62..65e4bef 100644 --- a/src/Impostor.Client/Impostor.Client.WinForms/Impostor.Client.WinForms.csproj +++ b/src/Impostor.Client/Impostor.Client.WinForms/Impostor.Client.WinForms.csproj @@ -11,14 +11,6 @@ true - - Impostor - Impostor - Impostor - Copyright © AeonLucid 2020 - 1.0.0 - - none -- 2.39.5