From 946538cb0bf520e5aaac8def600b928d79e53205 Mon Sep 17 00:00:00 2001 From: Igor Date: Sun, 14 Jul 2024 11:22:07 -0400 Subject: [PATCH] Moved favicon, removed LICENSE and README from project solution --- src/TF2HUD.Editor/HUDEditor.csproj | 11 +---------- src/TF2HUD.Editor/{ => Resources}/favicon.ico | Bin 2 files changed, 1 insertion(+), 10 deletions(-) rename src/TF2HUD.Editor/{ => Resources}/favicon.ico (100%) diff --git a/src/TF2HUD.Editor/HUDEditor.csproj b/src/TF2HUD.Editor/HUDEditor.csproj index 1bb827b1..3bb52ac1 100644 --- a/src/TF2HUD.Editor/HUDEditor.csproj +++ b/src/TF2HUD.Editor/HUDEditor.csproj @@ -6,7 +6,7 @@ true true HUDEditor.App - favicon.ico + Resources\favicon.ico Igor Nikitin, Peter Wobcke CriticalFlaw CriticalFlaw @@ -49,18 +49,9 @@ - - - True - \ - - - True - - diff --git a/src/TF2HUD.Editor/favicon.ico b/src/TF2HUD.Editor/Resources/favicon.ico similarity index 100% rename from src/TF2HUD.Editor/favicon.ico rename to src/TF2HUD.Editor/Resources/favicon.ico