TouchGFX 4.26.0 and Visual Studio XML diff
TouchGFX version: 4.26.0
Visual Studio version: 18.6.3
When TouchGFX generates or updates the “TouchGFX/simulator/msvs/Application.vcxproj” file it creates lines with
<ClCompile Include="path/to/some/file.cpp"/>
but Visual Studio updates the lines to
<ClCompile Include="path/to/some/file.cpp" />
. Notice the extra space. This means that in version control sometimes commits will be added without the space and sometimes with the space. This overcomplicates merges and causes merge requests. Please update the XML library or fix the output to be consistent with Visual Studio.
