You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XMLFormat behaves oddly when used in a makefile in Visual Studio 2017. The makefile line immediately after the XMLFormat line will display unprintable characters instead of tabs and CR/LF's.
The makefile echoes message 1, then XMLFormat, then message 2, then message 3. Message 2 is affected, and message 3 is OK.
Add XMLFormat to the path and run "nmake test" from the Visual Studio 2017 developer prompt
XMLFormat behaves oddly when used in a makefile in Visual Studio 2017. The makefile line immediately after the XMLFormat line will display unprintable characters instead of tabs and CR/LF's.
The makefile echoes message 1, then XMLFormat, then message 2, then message 3. Message 2 is affected, and message 3 is OK.
Add XMLFormat to the path and run "nmake test" from the Visual Studio 2017 developer prompt
repro.zip
The text was updated successfully, but these errors were encountered: