From 440111329140e5d454fbd64174b96c66550f03b7 Mon Sep 17 00:00:00 2001 From: GuilhermeWerner Date: Thu, 21 Jan 2021 15:51:06 -0300 Subject: [PATCH] Remove Unused Link in CSharp Example --- premake5.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/premake5.lua b/premake5.lua index 09dcb66..896c4ce 100644 --- a/premake5.lua +++ b/premake5.lua @@ -128,11 +128,6 @@ project "CSharp" "WINDOWS_PLATFORM" } - links - { - "Library.dll.lib" - } - filter { "system:windows", "configurations:debug" } runtime "Debug" buildoptions "/MDd"