generate *.vcxproj file lists with dmake#4652
Conversation
|
The |
Sorry, something went wrong.
…dio by actually exporting symbols
|
With the files normalized we no longer need the hack in the CI and this PR will now properly show all the changes without adjusting the viewer options. |
Sorry, something went wrong.
|
I think your approach is reasonable 👍 To read the existing vcxproj file and just replace the file lists. |
Sorry, something went wrong.
|
Anything left to do to get this merged? |
Sorry, something went wrong.
cli.vcxprojandtestrunner.vcxprojare changed completely since the newlines were wrong (CR instead of CRLF). We need a proper.gitattributesfile which enforces those. To view those changes you need to enable theHide whitespaceoption in the diff viewer (accessible via the "gear" icon).The added
Labelattribute is allowed - it is simply not used by Visual Studio in those files. It does allow use to define marker and the file lists in question so we can rewrite them.I have no added writing of the
*.vcxproj.filtersyet but that is simply for grouping in the IDE and has no effect on the builds. Will add that in a later PR.