Make just opening the generated MSVC solution file not modify it
commite0ab002b5093e87f06871d7e25ac03e26841d355
authorSebastian Schuberth <sschuberth@gmail.com>
Mon, 28 Sep 2009 11:34:21 +0000 (28 13:34 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 29 Sep 2009 15:54:37 +0000 (29 08:54 -0700)
treed805b1fe1d926bdd9f6b6653831dc97d795f318a
parent76031f191e5ea340f0a1501125891ae0fed76ff7
Make just opening the generated MSVC solution file not modify it

The format of the generated MSVC solution file is fixed in a way that
just opening it in Visual Studio and immediately closing it again
without performing any modifications does not trigger a prompt to save
the solution file. This behavior was caused by several minor
incompatibilities between the generated file and what Visual Studio
2008 expected, so Visual Studio transparently fixed the file format,
marking it internally as modified.

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