Browse Source

Remove unused build code.

pull/1493/head
Joao Matos 5 years ago
parent
commit
0f7b61e05f
  1. 6
      build/Helpers.lua

6
build/Helpers.lua

@ -184,12 +184,6 @@ function SetupManagedProject() @@ -184,12 +184,6 @@ function SetupManagedProject()
filter { "action:netcore" }
dotnetframework "netstandard2.0"
filter { "action:vs2013" }
dotnetframework "4.5"
filter { "action:vs2012" }
dotnetframework "4.5"
filter {}
end

Loading…
Cancel
Save