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

How do I automatically add a dll reference alias with premake5

Open mark-playeveryware opened this issue 3 years ago • 0 comments

How do I create link references that include aliases in the Visual Studio project using premake5?

I am having an issue where some namespaces and classes exist in multiple DLLs and the overlap is causing errors when building the project in Visual Studio unless I manually alter one of the references to have an alias. Then everything builds fine and works as expected. My problem is that I have not found a way to add the reference alias using premake5 so I keep having to re-edit the project file after it is created each time.

mark-playeveryware avatar Apr 08 '21 17:04 mark-playeveryware