Q:Is there a tag to get the .lgp project file name?
I would like to refer to the name of the .lgp project file in our custom templates.
E.g.,
using System;
using CompanyName.ProjectSpecificName.Orm.DatabaseSpecific;
using CompanyName.ProjectSpecificName.Orm.EntityClasses;
using CompanyName.ProjectSpecificName.Orm.FactoryClasses;
using CompanyName.ProjectSpecificName.Orm.HelperClasses;
using SD.LLBLGen.Pro.ORMSupportClasses;
namespace CompanyName.ProjectSpecificName.Factory
...
I would like the "ProjectSpecificName" to be the name of the .lgp project file.
How do I get that? Is there a better way?
Thanks in advance!