Bugs item #1722849, was opened at 2007-05-21 12:41 Message generated for change (Comment added) made by joshkorn You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1722849&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: votive Group: v3.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Doug S (tpaxatb) Assigned to: Justin Rockwood (justinrockwood) Summary: Project reference support in 3.0.2921 incomplete Initial Comment: Votive project references work from the command line as expected and also when doing a single solution configuration's build. However (and I don't know if this is a VS2005 issue or a WiX issue), when doing a batch build of multiple configurations, the target directory of the dependent projects is always set to the target directory of the currently selected solution configuration. e.g.: ConsoleApplication1 - executable WixProject1 - depends on ConsoleApplication1. Two configurations - Debug and Release (any cpu). Do a Batch Build on both configurations (Debug and Release), regardless of what the configuration manager says, if I have Debug|Any CPU as my currently selected solution configuration, it will always use bin\Debug\ConsoleApplication1.exe as the dependency resolotuion. Same for Release|Any CPU. In addition, the properties "Configuration", "FullConfiguration", and "Platform" of the dependent project are not defined unless a command line build is occuring (i.e. they are not set by the IDE build). This may also be why the managed C++ references aren't resolved completely. ---------------------------------------------------------------------- Comment By: Josh Korn (joshkorn) Date: 2007-06-27 06:19 Message: Logged In: YES user_id=1829360 Originator: NO Not sure if anyone else has seen this, but from what I can tell, votive doesn't generate references for native C++ projects that are included in the project references. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1722849&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
