sponsor Vim development Vim logo Vim Book Ad

Visual Studio .NET compiler file : Compiler file for visual studio .NET devenv

 script karma  Rating 18/12, Downloaded by 2058  Comments, bugs, improvements  Vim wiki

created by
John Connors
 
script type
utility
 
description
I use big Visual Studio .NET projects at work.  With .NET microsoft no longer supports exported project make files so nmake is dead for my purpoeses and I have to call devenv ( like so set makeprg=devenv\ project.vcproj\ -build\ debug).

The errorformat of devenv is a bit different from the old vc6 build tool, so here's a script with the error format in.

This could actually get more elaborate, a buildproject script that took a project name as a parameter and build the apropiate  set makeprg= command and executes it could be done, but I'm in a hurry.
 
install details
Copy it to vim's compilers directory. Make sure you invoke devenv.com and not devenv.exe -- the latter seems to crash when invoked from the command line.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
msvsnet.vim 1.2 2003-01-09 6.0 John Connors Added %t to pick up error/warning type.
msvsnet.vim 1.1 2003-01-09 6.0 John Connors Simplified, changed '*; '#' to fit errorformat wildcard rules
msvsnet.vim 1.01 2003-01-08 6.0 John Connors Minor typo
msvsnet.vim 1.0 2003-01-08 6.0 John Connors Initial upload
ip used for rating: 18.191.211.66

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github