RRUZ / delphi-dev-shell-tools

Shell Extension for Delphi and Object Pascal Developers
https://theroadtodelphi.wordpress.com/
139 stars 41 forks source link

Only showing default Build Configurations from project file #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Add additional build configurations to a project
2.Save the project
3.In Windows Explorer right click on the project file to show the context menu

What is the expected output? What do you see instead?
Expected is to see all build configurations from the project file, what is show 
is the default Debug & release builds

What version of the product are you using? On what operating system?
0.1.57.0 on Windows 7 SP1 (All updates)

Please provide any additional information below.
I have several project files that contain multiple build configurations for 
different conditional defines. 

An example of the build configurations:
Debug
  Debug - Pro
  Debug - Free
Release
  Release - Pro
  Release - Free

Have also tested with a flat list of build configurations:
Debug
Debug - Pro
Debug - Free

Original issue reported on code.google.com by tim.chil...@gmail.com on 12 Jul 2014 at 1:20

GoogleCodeExporter commented 9 years ago

Original comment by Rodrigo.Ruz.V@gmail.com on 27 Aug 2014 at 4:51