vcpkg/scripts/buildsystems/msbuild
Robert Schumacher 92c0a91d3f [vcpkg-msbuild] Fix line wrapping bug on Win7.
On Win7, calling powershell via MSBuild results in normal output lines being split based on the ConHost system-wide default line length settings.

The fix is to first write all the lines to a file, then load that file as into an MSBuild ItemGroup. This avoids all interaction with ConHost.
2017-04-11 16:32:45 -07:00
..
applocal.ps1 [vcpkg-msbuild] Fix line wrapping bug on Win7. 2017-04-11 16:32:45 -07:00
vcpkg.targets [vcpkg-msbuild] Fix line wrapping bug on Win7. 2017-04-11 16:32:45 -07:00