View Single Post
  #4  
Old 11-15-2006, 07:53 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,015
Mixed Platforms configs are probably the ones you should be using (typically with multiple platforms in a solution, Mixed Platforms configs build the appropriate project config for each project). Please ZIP and post or send:
1) The info from Help | About | Install Info
2) The .bld file used to build
3) A build log file
4) A .sln file and project files (no source code files)

To build all Mixed Platforms solution configurations, enter a config of .*Mixed Platforms (rather than choosing All).

Other options would be to use devenv rather than msbuild (enter or select 'devenv' in the Override field on the options tab) to build or use the MSBuild action rather than Make VS.NET.
Reply With Quote