Creating separate T4Scaffolding.Core package with base functionality
description
I'm building scaffolding packages for building Silverlight, WinRT, Windows Phone business applications and I need base T4Scaffolding package, that have the base classes from T4Scaffolding package and can be installed on Silverlight/WP/WinRT projects.
Current T4Scaffolding conatins some base templates for generating EntityFramework dbcontexts and requires asssemblies referenced in the project where T4Scaffolding is installed.
I have modified T4Scaffolding and created T4Scaffolding.Core package that works with Silverlight and RIA Services client entities. I want to make the project public so anyone can use the package and extend the templates. I can provide list with changes and steps that should be made for creating the core package.