Browse Source

Fix which should prevent any bugs

pull/825/head
Victor Peter Rouven Müller 9 years ago committed by GitHub
parent
commit
d44cd6a154
  1. 4
      src/Core/premake5.lua

4
src/Core/premake5.lua

@ -9,11 +9,9 @@ project "CppSharp"
files { "**.cs" } files { "**.cs" }
vpaths { ["*"] = "*" } vpaths { ["*"] = "*" }
libdirs{ depsdir .."/vs2017" }
links links
{ {
"System", "System",
"System.Core", "System.Core",
"Microsoft.VisualStudio.Setup.Configuration.Interop" depsdir .. "/vs2017/Microsoft.VisualStudio.Setup.Configuration.Interop"
} }

Loading…
Cancel
Save