What files do you check-in to source countrol management system when working in an ASP.NET web appli

Posted by CodeToGlory on Stack Overflow See other posts from Stack Overflow or by CodeToGlory
Published on 2010-04-13T03:47:34Z Indexed on 2010/04/13 3:53 UTC
Read the original article Hit count: 509

We have a main web application that references several other projects. Do you check-in .csproj/.sln files into source control? If so, do you use these files for msbuild or do you just include *.cs to build your dll? Does ILMerge help in any way with performance?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about visual-studio