Skip to content

NAnt task that generates a Visual Studio project from a NAnt build file.

Notifications You must be signed in to change notification settings

skolima/generate-msbuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b944bec · Oct 2, 2013

History

23 Commits
Feb 7, 2011
Jun 23, 2011
Jun 23, 2011
May 22, 2011
Feb 7, 2011
Jun 23, 2011
Jun 23, 2011
May 22, 2011
Oct 2, 2013
May 22, 2011

Repository files navigation

generate-msbuild
================

NAnt task that generates a Visual Studio project from a NAnt build file.

Usage instructions
------------------

Add <generate-msbuild /> as the first element under <project> in your NAnt build file. Place the GenerateMsBuildTask.dll in /extensions/common/neutral/ subfolder of your project. Run your build normally, and generate-msbuild will record it and save as a Visual Studio 2010 build file. If project files already exist, they will be updated with settings captured during the NAnt build.

Missing things
--------------

* more testing (done on NAnt, CruiseControl.Net and Boo so far)

Possible extensions
--------------

* mapping for less common csc settings (added as I encounter projects using them)
* more NAnt tasks supported by translation

About

NAnt task that generates a Visual Studio project from a NAnt build file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages