[Solved] Where can I find the template files for project item templates I’ve added via Extension Manager in VS2010?

MSDN: During installation, Extension Manager uncompresses the .vsix file and puts its contents in %LocalAppData%\Microsoft\VisualStudio\10.0\Extensions\Company\Product\Version. Company, Product, and Version are specified in the extension.vsixmanifest file, and correspond to the namespace, project name, and version number that are set in the project properties. But strange, I also cannot find. I tried to install DbContextCSharp.vsix and find … Read more