We are transitioning into ES2009 which will not rely on MyGeneration or CodeSmith, currently it's hard coded, however, you could easily change it, but then you'd have to give everyone the modified templates. See the Custom and Generated Master templates, there is a section like this:
Code:
EntitySpaces.MetadataEngine.Root esMeta = new EntitySpaces.MetadataEngine.Root();
esMeta.Connect(MyMeta.DriverString, MyMeta.ConnectionString);
esMeta.LanguageMappingFileName = @"Settings\esLanguages.xml";
esMeta.UserMetaDataFileName = @"Settings\esUserData.xml";
esMeta.esPlugInSettingsFileName = @"Settings\esSettings.xml";
esMeta.Language = "C#";
EntitySpaces |
Twitter |
BLOG | Please honor our Software License