Search for: <ShowProgress>LinkVerboseLib</ShowProgress>\n
and replace it with nothing. That hides a lot of unneeded output.
Replace:
<LinkLibraryDependencies>true</LinkLibraryDependencies>
with
<LinkLibraryDependencies>false</LinkLibraryDependencies>
To stop MSBuild from linking stuff you don't want lunk.
No comments:
Post a Comment