« Details on behavior of forms authentication RequireSSL attribute | Main | Quicken 2004 has bugs and Intuit's support is painful »

Automating Visual Studio builds

Found the NAnt style task and the VSConvert.xsl XSLT for generating NAnt build files from Visual Studio project files.

It failed to properly convert non-local references. There is a <lib> element for the <csc> task that could be used or you can use fully qualified path names.

I modified the directory names used to avoid conflict with those used by the IDE. i.e. nantbin instead of bin.

A brief attempt at getting the VSNAntAddin working failed using both the IDE build and NAnt build procedures. Didn’t pursue it at this time.

 

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)