Id:
1.- Create a file in the model project (MyProject.Model proyect), a .tt file with your desired name ... (MyModel.tt for this example)
2.- Go to DAL proyect, open the WhateverModel.tt file and copy it to MyModel.tt ...
3.- WhateverModel.tt DAL proyect.
4.- MyModel.tt :
const string inputFile = @"WhateverModel.edmx";
5.- :
const string inputFile = @"..\TheRelativeRouteToYourEdmxFileGoesHere.edmx";
6.- ... .
.. 7. , , .