0

Can anyone tell me how to create an Item Template that can be used by the EF designer for the Add Code Generation Item option? I have created the Item Template and it works like a dream! However, I can't figure out how to get it to show up in the Add Code Generation Item dialog. FWIW I'm using a VSIX Project to deploy the Item Template.

devlife
  • 15,275
  • 27
  • 77
  • 131

1 Answers1

2

The .vstemplate file in your Item Template project must have the ADONETArtifactGenerator_ prefix.

Dmytro
  • 923
  • 1
  • 8
  • 14