Does the order of items in a csproj file matter?
问题 I would like to programatically manage the VS2008 csproj files in our solution across the team. We get occasional merge issues (in Hg) simply because two developers add different new files in a project, but they end up in the "same place" in the csproj file and trigger the need to "resolve the conflict". Sometimes, one tag gets lost and triggers build errors. Can I merge <ItemGroup> s that seem to just list or tags? Can I reorder <Content> or <Compile> tags? or, are they in some "smart" order