Browse Source

Remove unused build code.

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

6
build/Helpers.lua

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

Loading…
Cancel
Save