Format of .csproj files

  • Thread starter Thread starter -DG-
  • Start date Start date
D

-DG-

In the course of investigating differences between C# projects
generated in VS2003 vs VS2005 (see my post about reformatting code),
I've found big differences in the .csproj file.

I haven't gone through the files to correlate with compile settings,
but at first glance it looks like there is much more info in the
..csproj file than in project->properties menus.

Does anyone have info on the format, and on how it meshes with project
build settings?
 
Back
Top