Browse Source

Use dotnetframework instead of framework Premake command.

pull/908/head
Joao Matos 8 years ago
parent
commit
184f678f38
  1. 6
      build/Helpers.lua

6
build/Helpers.lua

@ -99,7 +99,7 @@ function SetupManagedProject() @@ -99,7 +99,7 @@ function SetupManagedProject()
language "C#"
location ("%{wks.location}/projects")
framework "4.6"
dotnetframework "4.6"
if not os.istarget("macosx") then
filter { "action:vs*" }
@ -108,10 +108,10 @@ function SetupManagedProject() @@ -108,10 +108,10 @@ function SetupManagedProject()
end
filter { "action:vs2013" }
framework "4.5"
dotnetframework "4.5"
filter { "action:vs2012" }
framework "4.5"
dotnetframework "4.5"
filter {}
end

Loading…
Cancel
Save