1

Re: :make and nant builds

Is it possible to link the :make command with a project build file?

2

Re: :make and nant builds

I'm not really sure how nant works or is integrated with VS. The built-in ":build"/":make" ex commands invoke Visual Studio's own 'Build' command (technically, "Build.BuildSolution"), so that might help. There is currently no way to customize the operation of ex commands, although that capability should definitely appear in some future version.