I have a error building a .vdproj on msbuild with nant

Posted by Luís Custódio on Stack Overflow See other posts from Stack Overflow or by Luís Custódio
Published on 2009-09-24T14:32:04Z Indexed on 2010/05/05 20:48 UTC
Read the original article Hit count: 573

Filed under:
|
|
|
|

I'm getting used to using nant for build releases. But I have started to use asp.net MVC, and i choice make the setup for installation with a .vdproj .

But, when I call the:

< exec program="${dotnet.dir}/msbuild.exe" commandline='"./Wum.sln" /v:q /nologo /p:Configuration=Release' />

in nant, my result is:

[exec] D:\My Documents\Visual Studio 2008\Projects\Wum\Wum.sln : warning MS
B4078: The project file "Wum.Setup\Wum.Setup.vdproj" is not supported by MSBuild
and cannot be built.

Someone have some clue, or a solution? If I use the devenv, I'll have a problem?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about msbuild

Related posts about build