I changed the kind of my Core to kind "SharedLib" and in my App which is kind "ConsoleApp" I have
includedirs
{
"Source",
-- Include Core
"../Core/Source"
}
links
{
"Core"
}
I have set my App as the startproject. I run the batch file, open the solution, and press F5.
I get a build error saying LNK1104 cannot open file '\Binaries\windows-x86_64\Debug\Core\Core.lib'
Why is it looking for a .lib file and not a .dll file? Do I need to change something else? The .dll file does exist.