diff options
author | Luca Bacci <luca.bacci982@gmail.com> | 2019-11-28 22:06:00 +0100 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-11-30 22:02:18 +0200 |
commit | 279f72f8cdddb343c88e03b342cd4048428c8669 (patch) | |
tree | bdb02c4ad27f855d631bde9f166a5630bb3b49e0 /docs/markdown | |
parent | 36749a1625534386c1adefcd8ced5b45144501d1 (diff) | |
download | meson-279f72f8cdddb343c88e03b342cd4048428c8669.zip meson-279f72f8cdddb343c88e03b342cd4048428c8669.tar.gz meson-279f72f8cdddb343c88e03b342cd4048428c8669.tar.bz2 |
Prevent the presence of duplicated items in .vcxproj files
Visual Studio refuses to open projects that present duplicated
items, for example:
<ItemGroup>
<CLInclude Include="glib-enumtypes.h"/>
<CLInclude Include="glib-enumtypes.h"/>
</ItemGroup>
Note that MSBuild handles duplicated items without any issue,
this is useful only for compatibility with the VS IDE.
See pull request mesonbuild#6151
Fixes issue mesonbuild#6147
Diffstat (limited to 'docs/markdown')
0 files changed, 0 insertions, 0 deletions