premake-core icon indicating copy to clipboard operation
premake-core copied to clipboard

HintPath in vs2019?

Open AlbertoFrancoDD opened this issue 1 year ago • 0 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?

AlbertoFrancoDD avatar Jun 26 '23 10:06 AlbertoFrancoDD