Re: [WiX-users] Build This Project Only from Votive?

2009-03-25 Thread Rob Mensching
Sounds like a reasonable feature request if it doesn't work already. Jeremy Lew wrote: C++ in Visual Studio projects have a handy feature which allow you to say Build This Project Only, which will cause the build dependencies be skipped. This would save a lot of time with Wix projects using

Re: [WiX-users] Build This Project Only from Votive?

2009-03-25 Thread Christopher Karper
This exists now, if not through the menu... right click the project you want to build, and choose Build. It will only build the clicked project. You can Clean and Rebuild this way as well. Chris On Wed, Mar 25, 2009 at 5:54 PM, Rob Mensching r...@wixtoolset.org wrote: Sounds like a

[WiX-users] Build This Project Only from Votive?

2009-03-20 Thread Jeremy Lew
C++ in Visual Studio projects have a handy feature which allow you to say Build This Project Only, which will cause the build dependencies be skipped. This would save a lot of time with Wix projects using Votive, when you are tweaking wix sources but not modifying anything else, and really only