View Single Post
  #2  
Old 12-01-2010, 02:34 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,015
There currently isn't a way to retrieve a solution's target executable filenames as parsed by the Make VS* actions, but we'll consider exposing that information in the future. For now, you would need to manually parse the sln+constituent project files for that information.

As far as determining which targets will actually be built, there isn't really any way to tell beforehand. devenv/msbuild determine that when building.
Reply With Quote