It is possible to use the <solution> task to build a solution file that just includes a .vdproj file? Does Nant 0.83-rc1 interpret.vdproj files at all?

It works using devenv with this command:
devenv /rebuild Release /project Example Example.sln

Here's a bit of code to illustrate what I mean:

Example.build
-------------------------
...
<solution coniguration="release" verbose="true"
 solutionfile="Example.sln">
</solution>
...


Example.sln
-------------------------
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Example", "Example\Example.vdproj", "{27D992F6-6963-4E25-BDC3-C75D0EDCFF80}"
EndProject
Global
...
EndGlobal


Example.vdproj
-------------------------
[Not in XML format like .csproj and .vbproj files. Packages many already built .dll files into a single MSI.]



Thanks!


Jay

_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to