I want to be able to change the name of the generated project without having to amend the project file templates.
If you have a root namespace called say "MyApp.Engine", LLBL generates 2 files
"MyApp.Engine" for the generic stuff and "MyApp.EngineDBSpecific" for the specific bits.
I want to be able ( in the settings) to say that I wish the specific project to be called "MyApp.Engine.DatabaseSpecific" and and generic project to be called "MyApp.Engine.DatabaseGeneric".
At present I generate the code and then have to remeber to rename each project in VSStudio each time.
Many Thanks