When creating a simple web project it contains the ‘ProjectGuid’ as a comment at the bottom of the web.config file. Where is it set that this comment is added (presumably something in MSBuild)? Is it possible to stop that comment getting added?
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.webServer>
// config....
</system.webServer>
</configuration>
<!--ProjectGuid: <SOME GUID>--> // what adds this???