Why does Visual Studio 2010 randomly alter the project files for web.configs?
Using Mercurial I frequently see in commit windows diffs that are
- <Content Include="Admin\Web.config" />
+ <Content Include="Admin\Web.config">
+ <SubType>Designer</SubType>
+ </Content>
That it will constantly flip the sub types to exist or not exist.