I've had an install of 2012 for a while, but I've had to also just install VS 2010. As expected, all my file associations now point to VS2010 and the icons aren't so intuitive. Without doing each file manually through the explorer menu, how can I quickly revert/change the associations back to VS2012?
相关问题
- What is the best way to do a search in a large fil
- Visual Studio 2010 randomly says the command line
- (ASP.NET) Project file must include 'WindowsBa
- Spring Integration - Inbound file endpoint. How to
- Partial Form Class C# - Only display code view for
相关文章
- How to show location of errors, references to memb
- Log4Net Multiple Projects
- What is the correct way to declare and use a FILE
- Compiling error in C++ project with C and C++ code
- How to use Mercurial from Visual Studio 2010?
- Making new files automatically executable?
- VSIX: execute code on VS startup
- Copy different file to output directory for releas
Open VisualStudio -
Tools > Options
.Then go to General Page of Environment and click the
Manage File Associations
button.A Window in the controlpanel will be opened(Control Panel\Programs\Default Programs\Set Default Programs\Set Program Associations)
.Select Extensions you want to associate to VisualStudio2012 and click the
Save
button.The accepted answer only assignes file extensions to Visual Studio as a whole. To tell VS how to handle a file extension (like syntax highlighting), go to Tools > Options > Text Editor > File Extension and add your extension to the list.