From 5ed503e451fa5b2c7ec7df6fd05c3fa25414b050 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Sun, 12 May 2024 18:39:02 +0300 Subject: [PATCH] ep_gui: Removed unnecessary dependencies --- ep_gui/ep_gui.vcxproj | 11 ----------- ep_gui/packages.config | 6 ------ 2 files changed, 17 deletions(-) delete mode 100644 ep_gui/packages.config diff --git a/ep_gui/ep_gui.vcxproj b/ep_gui/ep_gui.vcxproj index e4427a1da..26a106a79 100644 --- a/ep_gui/ep_gui.vcxproj +++ b/ep_gui/ep_gui.vcxproj @@ -1,6 +1,5 @@ - Debug @@ -112,7 +111,6 @@ - @@ -127,18 +125,9 @@ - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - \ No newline at end of file diff --git a/ep_gui/packages.config b/ep_gui/packages.config deleted file mode 100644 index aad55f01f..000000000 --- a/ep_gui/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file