Building .sln vs .csproj

Hi Team,

We have two Final Builder solutions one builds .sln(like Work.sln) and other uses .csproj like Work.csproj on the same code

 

Suppose we are building same .net project like Project in sln mode that is Work.sln the dll's we are getting size varies

                                                  with

Buiding same .net project like Project in csproj  mode that is Work.csproj  the dll's we are getting size varies

 

and we are building both cases in Release  mode.

 

Can you please help why dll's size is varying with same code while  building in different modes?

 

Hi Naveenreddy,

This would be a question for the developers of Visual Studio/MSBuild as this is what we are passing the projects and solutions to.