Skip to content

Inherited values #40

Description

@GoogleCodeExporter
since the project is not maintained, just a tip. If you want to support any 
inherited values (from property sheets, for example) just replace the use of 
VCConfig.Evaluate with IVCRulePropertyStorage.GetEvaluatedPropertyValue

like:IVCRulePropertyStorage rule = 
(IVCRulePropertyStorage)vcConfiguration.Rules.Item("CL");
string strAdditionalIncludeDirectories = 
rule.GetEvaluatedPropertyValue("AdditionalIncludeDirectories");
for getting all additional include directories

Original issue reported on code.google.com by kreuzerk...@gmail.com on 29 Oct 2014 at 1:30

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions