If I have a VS 2005 solution then it shows up as "Version: Visual Studio 2005". If I have a VS 2010 solution, the sln file shows up as related to that.
Both of them have a .sln suffix. So how does Windows know which version of VS to open it with?
|
If I have a VS 2005 solution then it shows up as "Version: Visual Studio 2005". If I have a VS 2010 solution, the sln file shows up as related to that. Both of them have a .sln suffix. So how does Windows know which version of VS to open it with? |
|||
|
|
|
It uses Property Handler and Icon Handler shell extensions (part of the Visual Studio Version Selector) When you open the file, it runs |
|||
|
|