About using Microsoft.Build.Evaluation.Project.-Collection of common programming errors
Hi,
I want to create Microsoft.Build.Evaluation.Project object evaluating msbuild properties, items for given configuration and given platform.
It seems that for example, when my project is set in debug and x86, Microsoft.Build.Evaluation.Project object created in runtime evaluates AdditionLibraryDirectories value from Link Item in (condition == debug|x86). Is it possible to make the object evaluate things in release | x86?