I'm trying to migrate existing projects from Visual Studio 2010 to a new solution in VS 2015. I've been importing the csproj files easily by right clicking the solution> add> existing project...
Now I need to import an existing wixproj to my new solution, and can't seem to find a simple way to achieve this. Even when I try to search for all project types, the wixproj extension isn't listed.
I would rather not hack the solution file unless I absolutely have to.