Stories recently tagged with 'MSBuild'

Tool and MSBuild Target to generate stats of source(ccnetconfig.org)

submitted by camalotcamalot(630) 5 years, 4 months ago

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 Number of Source Code Lines * Total Number of Lines Includes an MSBuild targets file to automate the process. The target will update the config file before executing the tool. It will process files based on RegEx patterns defined in the config/build script. It includes a processor that will process files in an archive as well. read more...

add a comment |category: |Views: 12

tags: another

MSBuild By Example(en.csharp-online.net)

submitted by HyleHyle(2755) 5 years, 6 months ago

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. Therefore, to really get a feel for MSBuild, you must get your hands dirty using the tool. As you begin to explore what MSBuild has to offer to your projects, you will naturally seek more knowledge of MSBuild. This chapter will help you get your hands dirty by showing you several examples of how you can use MSBuild. Also, this chapter will present some important techniques for using MSBuild effectively. We will provide a variety of tips, covering topics such as integrating MSBuild into Visual Studio and formatting your output. These samples are set up to be mostly independent. This is because each sample expresses a set of specific ideas, so you will be able to examine and try each concept on its own. After this chapter, you should have a much greater feel for building your applications with MSBuild. read more...

add a comment |category: |Views: 63

tags: another

Links to MSBuild tasks to extend your build system(blogs.msdn.com)

submitted by ekampfekampf(3195) 5 years, 9 months ago

A list of projects providing MSBuild tasks. read more...

add a comment |category: |Views: 14

tags: another

MSBuild in Visual Studio(developerzen.com)

submitted by ekampfekampf(3195) 5 years, 10 months ago

A summary a series of posts on the MSBuild Team Blog regarding MSBuild and Visual Studio integration read more...

add a comment |category: |Views: 13

tags: another

Custom MSBuild task for running sql scripts(devauthority.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 11 months ago

joeyDotNet has created a custom MSBuild task to run any number of sql scripts in a directory read more...

1 comment |category: |Views: 249

tags: another