Hi, I've been searching this for a long while and i could find anything. I have 2 projects. One called ConsoleApp and other called ConsoleLib. ConsoleApp has a reference to ConsoleLib. How can i Tell visual studio to copy the assembly into a custom path instead of the app path? What i want to mean is that when i build the solution i want to get this folder structure
AppPath\ConsoleApp.exe
AppPath\Lib\
AppPath\Lib\ConsoleLib.dll