LLBLGen Pro
by default generates the generic
and db specific
project files in the same root directory.
I'm trying to make my model projects use NuGet
for dependancy management and this breaks/starts behaving strangely as both projects end up referencing the same packages.config
As such I'm hoping there is a way to make LLBLGen Pro
generate the project files in separate directories....
Any pointers