Use canonical format for MSVS project/solution files

Use the same format as is used by MSVS itself to avoid spurious changes when
modifying the files. Notably:

- Use DOS end of line format (0D 0A).
- Add UTF-8 BOM (EF BB BF) to the beginning of the files.
- Do not put CR LF at the end of the last line in the file.

Closes https://github.com/wxWidgets/wxWidgets/pull/440
This commit is contained in:
Kelvin Lee 2017-03-18 12:48:57 +11:00 committed by Vadim Zeitlin
parent 6861a15607
commit c4f6cf21dc
69 changed files with 377 additions and 351 deletions

View file

@ -1384,4 +1384,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>