premake / premake-core

Premake

Home Page:https://premake.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HintPath in vs2019?

AlbertoFrancoDD opened this issue · comments

HI,
we are trying to add to a C# project a custom reference (we are building with VS2019) and we need to reference some local packages installed in the target machine. What we are using is links like this:

  filter "system:windows"
    links { "C:\\Program Files\\Rhino 7\\System\\RhinoWindows.dll" }

will generate this: <Reference Include="RhinoWindows" /> with no hintpath. This is bad as the project will not build. How can we add the full path to the link?