diff --git a/build/Helpers.lua b/build/Helpers.lua index 7a8738db..919e6d78 100644 --- a/build/Helpers.lua +++ b/build/Helpers.lua @@ -99,20 +99,14 @@ function SetupManagedProject() language "C#" location ("%{wks.location}/projects") + framework "4.6" + if not os.istarget("macosx") then filter { "action:vs*" } location "." filter {} end - if action == "vs2017" then - filter { "action:vs2017" } - framework "4.6" - elseif action == "vs2015" then - filter { "action:vs2015" } - framework "4.6" - end - filter { "action:vs2013" } framework "4.5"