What files do you check-in to source countrol management system when working in an ASP.NET web appli
- by CodeToGlory
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?