Do you have any idea about how to read all build configuration options (properties) from a dproj file when specifying configuration&platform? (e.g. Debug, Win32)  Inherited/overridden properties must be considered.

Comments

  1. Write a base class, declaring base properties and children classes. Instantiate a child class and start reading.

    ReplyDelete
  2. Stefan Glienke Thanks, I knew it. but I need read that from external exe.

    ReplyDelete

Post a Comment