Pergunta

I need to replace default naming convention in Visual Studio 2012 for aspx\ascx files. Is there a way I can do it?

As one of possible solution, I thought that I can make Extension that will subscribe to some Visual Studio 2010\2012 extension point to replace old naming convention to new one. But is there a way to intercept file creation?

Foi útil?

Solução

Creating a new Project Template might help.

http://msdn.microsoft.com/en-in/library/s365byhx(v=vs.100).aspx

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top