From 0f44001a30af15d7052794700313633025b83ef8 Mon Sep 17 00:00:00 2001 From: AeonLucid Date: Thu, 1 Oct 2020 01:00:58 +0200 Subject: [PATCH] Fix up csproj --- src/Impostor.Client/Impostor.Client.csproj | 26 +++++++++++----------- src/Impostor.Server/Impostor.Server.csproj | 22 +++++++++--------- src/Impostor.Shared/Impostor.Shared.csproj | 4 ++-- 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/Impostor.Client/Impostor.Client.csproj b/src/Impostor.Client/Impostor.Client.csproj index 369aee9..76f31bb 100644 --- a/src/Impostor.Client/Impostor.Client.csproj +++ b/src/Impostor.Client/Impostor.Client.csproj @@ -1,18 +1,18 @@ - + - WinExe - net452 - true - win-x64 - true - true - Impostor - Impostor - Copyright © AeonLucid 2020 - 1.0.0 - bin\$(Configuration)\ - icon.ico + WinExe + net452 + true + win-x64 + true + true + Impostor + Impostor + Copyright © AeonLucid 2020 + 1.0.0 + bin\$(Configuration)\ + icon.ico diff --git a/src/Impostor.Server/Impostor.Server.csproj b/src/Impostor.Server/Impostor.Server.csproj index f4979f1..e4f07f0 100644 --- a/src/Impostor.Server/Impostor.Server.csproj +++ b/src/Impostor.Server/Impostor.Server.csproj @@ -1,17 +1,17 @@ - Exe - net5.0 - true - Link - true - Impostor.Server - Impostor.Server - Copyright © AeonLucid 2020 - 1.0.0 - icon.ico - None + Exe + net5.0 + true + Link + true + Impostor.Server + Impostor.Server + Copyright © AeonLucid 2020 + 1.0.0 + icon.ico + None diff --git a/src/Impostor.Shared/Impostor.Shared.csproj b/src/Impostor.Shared/Impostor.Shared.csproj index a15b966..c6da43c 100644 --- a/src/Impostor.Shared/Impostor.Shared.csproj +++ b/src/Impostor.Shared/Impostor.Shared.csproj @@ -1,8 +1,8 @@ - net452;net5.0 - None + net452;net5.0 + None -- 2.39.5