c# - MSBuild vs devenv for command line builds -
i wondering: difference between using msbuild , devenv when compiling solutions command line?
one obvious thing noticed msbuild build dependent projects not contained within solution, while devenv not.
are there other? there special flags 1 pass msbuild make match devenv build exactly?
p.s. i'm using visual studio 2010 sp1
according msdn blog entry try minimize differences, exist (i.e. using integrated c# compiler instead of csc.exe
or setting buildinginsidevisualstudio
property) done optimize performance of builds.
Comments
Post a Comment