Posts Tagged msbuild

Saturday, November 29, 2008 10:16

MSBuild Sidekick v2(beta) is available for download

MSBuild Sidekick can be used to open and build the following project types:

Custom build scripts
VS2005 C# or VB.NET projects
VS2005 solutions
Delphi projects

This version does not support building VS2008 projects and MSBuild 3.5 scripts, but  according to this post it will be provided in the future.
Features

View project structure in categorized project tree view [...]

Saturday, November 29, 2008 10:16

An better approach to visualize build output – BuildConsole.NET

An better approach to visualize build output - BuildConsole.NET

A nice and free tool from Gaston Milano(the author of CoolCommands addin) that allow to visualize your build output.
Features:

Open BuildFiles and Solution Files
Show and Save Build Reports
Support for cancellation
Verbosity Configuration
Save the history of your builds

Download BuildConsole.NET
 
Technorati tags: tool, msbuild, dotnet, vs2005

Bookmark It

Hide Sites

$$(‘div.d806′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

Saturday, November 29, 2008 10:16

How to run msbuild from your application ?

The following function creates an Engine object and uses the BuildProject method to build a project file.

scriptParams )
{
// Instantiate a new Engine object
Engine engine = new Engine();
 
// Point to the path that contains the .NET Framework 2.0 CLR and tools
[...]

Saturday, November 29, 2008 10:16

The MSBuild Community Tasks Project

The MSBuild Community Tasks Project is an open source project for MSBuild tasks. The goal of the project is to provide a collection of open source tasks for MSBuild.
[Via Paul Welter's Weblog]

Bookmark It

Hide Sites

$$(‘div.d716′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });