문제

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?

도움이 되었습니까?

해결책

Creating a new Project Template might help.

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top