Is it possible to have the LLBL generated projects reference the LLBL support dlls from a user specified location?
We're building our solutions on a continuous integration server, which shouldn't need LLBL installed.
So I'd like the generated projects to reference the dlls:
SD.LLBLGen.Pro.DQE.SqlServer.NET11.dll
SD.LLBLGen.Pro.ORMSupportClasses.NET11.dll
from a solution dependencies folder. The directory structure looks like:
\Solution
\App Project
\Data Access Project
\Dependencies
\LLBL
\NUnit
Thanks Chris.