From 99620e9ebd8db5b5af2e34a64ae8dff9181da9f3 Mon Sep 17 00:00:00 2001 From: syneffort Date: Tue, 4 Oct 2022 16:02:49 +0900 Subject: [PATCH] app manifest fix --- MainApp/MainApp/MainApp.csproj | 5 +- MainApp/MainApp/Properties/app.manifest | 73 ------------------------- 2 files changed, 1 insertion(+), 77 deletions(-) delete mode 100644 MainApp/MainApp/Properties/app.manifest diff --git a/MainApp/MainApp/MainApp.csproj b/MainApp/MainApp/MainApp.csproj index 1f1c1b1..cca5f8c 100644 --- a/MainApp/MainApp/MainApp.csproj +++ b/MainApp/MainApp/MainApp.csproj @@ -37,9 +37,7 @@ false - - Properties\app.manifest - + @@ -130,7 +128,6 @@ True Resources.resx - SettingsSingleFileGenerator Settings.Designer.cs diff --git a/MainApp/MainApp/Properties/app.manifest b/MainApp/MainApp/Properties/app.manifest deleted file mode 100644 index 6d3988c..0000000 --- a/MainApp/MainApp/Properties/app.manifest +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file