NAnt is a build tool for .Net, aiming to support all the various versions of the .Net framework, including all versions of Microsoft .NET, Compact Framework and Silverlight, Mono and Moonlight.
I have a BAT file that runs on startup via the group policy on an internal server. The BAT executes …
networking command-line nant network-shareI am trying to replace the occurance of a string in a wxs file using Nant. I have only found …
nantI'm always compile my project, and copy the dll's from the dependency projects to the UI bin folder. after a …
c# .net visual-studio-2008 nantCan anyone explain what advantages there are to using a tool like MSBuild (or NAnt) to build a collection of …
msbuild build-process nantI have some problems with the TeamCity MSBuild replacement I think. I've tried to compile a Delphi 2010 Project (MSBuild compliant) …
msbuild continuous-integration nant teamcityI am just getting started using NAnt. I was working from a tutorial, and just trying to set a target …
visual-studio build-process build build-automation nantI have a nant script that in one of its targets uses the msbuild tags to build a Visual Studio 2010 …
msbuild nant msbuild-4.0I have been upgrading several different VS2008 projects into VS2010 and have found a problem with VB.Net projects when …
visual-studio-2010 continuous-integration nantIn my Nant script I would like to compare a property value to a known string. After reading the Nant …
build-process nantWe were using nant for building our project (10+Class Lib) and a Web Site which was based on the ASP.…
msbuild nant