c# Programming Glossary: msbuilddir
build visual studio project through the command line http://stackoverflow.com/questions/5669765/build-visual-studio-project-through-the-command-line Put this in the .bat file. REM set msBuildDir WINDIR Microsoft.NET Framework v3.5 set msBuildDir WINDIR Microsoft.NET.. REM set msBuildDir WINDIR Microsoft.NET Framework v3.5 set msBuildDir WINDIR Microsoft.NET Framework v4.0.30319 call msBuildDir msbuild.exe.. msBuildDir WINDIR Microsoft.NET Framework v4.0.30319 call msBuildDir msbuild.exe MySolution.sln p Configuration Release l FileLogger..
|