We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4735df commit 66637ccCopy full SHA for 66637cc
build/Helpers.lua
@@ -99,20 +99,14 @@ function SetupManagedProject()
99
language "C#"
100
location ("%{wks.location}/projects")
101
102
+ framework "4.6"
103
+
104
if not os.istarget("macosx") then
105
filter { "action:vs*" }
106
location "."
107
filter {}
108
end
109
- if action == "vs2017" then
- filter { "action:vs2017" }
110
- framework "4.6"
111
- elseif action == "vs2015" then
112
- filter { "action:vs2015" }
113
114
- end
115
-
116
filter { "action:vs2013" }
117
framework "4.5"
118
0 commit comments