msbuild noob

  • Thread starter Thread starter netsql
  • Start date Start date
netsql,

For C# it is csproj, for vb it is vbproj.

However, I think that any file that has an extension that ends in "proj"
is automatically processed by MSBUILD, although I think you can specify the
project file, so to that end, you can give it whatever extension you want.

Hope this helps.
 
Good post thx.

It seems that I can't do a cvs check out which I need to.
I plan to use it w/ cruise control!


..V

(and will later need to call nunit, and statcvs, etc.. Idealy I can call
nant from msbuild and the other way arround)
 
Back
Top