Clarify the regexp used to detect source files in MSVC builds.
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Clarify the regexp used to detect source files in MSVC builds. The old pattern would match files with strange extensions like *.ry or *.lpp. Refactor it to only include files with known extensions, and to make it more readable. Per Andrew Dunstan's suggestion.
Files
| Path | Change | +/− |
|---|---|---|
| src/tools/msvc/MSBuildProject.pm | modified | +1 −1 |
| src/tools/msvc/VCBuildProject.pm | modified | +1 −1 |