By tag: MSBuild
0
kicks
7 Steps to MSBuild
Brennan put together a series covering MSBuild. He's used it to automate many .NET projects over the past year and has picked up a few good techniques which really cut down on all of the work to build, test, package and deploy a project.
0
kicks
Tool and MSBuild Target to generate stats of source
A tool that will generate some stats on the source code. It gets the following information:
* Total Number of Files
* Total Number of Commented Lines
* Total Number of Single Line Comments
* Total Number of Multi-Line Comments
* Total Number of Empty Lines
* Total Num...
0
kicks
MSBuild By Example
Learn to use the new MSBuild—Microsoft Build Engine—instead of NAnt to build .NET applications. Excerpt: Even if you have experience using an XML task-based build tool, such as Ant or NAnt, MSBuild is significantly different. In fact, MSBuild is different not only in execution but also in syntax. Th...
0
kicks
Links to MSBuild tasks to extend your build system
A list of projects providing MSBuild tasks.
0
kicks
MSBuild in Visual Studio
A summary a series of posts on the MSBuild Team Blog regarding MSBuild and Visual Studio integration
0
kicks
Custom MSBuild task for running sql scripts
joeyDotNet has created a custom MSBuild task to run any number of sql scripts in a directory