Make generated MSVC solution file open from Windows Explorer
authorSebastian Schuberth <sschuberth@gmail.com>
Mon, 28 Sep 2009 11:34:20 +0000 (13:34 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 29 Sep 2009 15:54:37 +0000 (08:54 -0700)
commit76031f191e5ea340f0a1501125891ae0fed76ff7
tree184dffc94dadbbc9c3be19fbf8414b00c1d4e042
parent6f798b9590ca3a26d6c8e9318929eefef9b640f2
Make generated MSVC solution file open from Windows Explorer

In order to be able to open the generated solution file by double-
clicking it in Windows Explorer, all project files need to use DOS
line-endings and a comment about the Visual Studio version needs to
be added to the header of the solution file. This also fixes the icon
that is displayed for the solution file in Windows Explorer.
Note that opening the solution file from a running instance of Visual
Studio already worked before.

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Acked-by: Marius Storm-Olsen <mstormo@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
contrib/buildsystems/Generators/Vcproj.pm