tigranmt / make-it-so

Automatically exported from code.google.com/p/make-it-so
0 stars 0 forks source link

AdditionalIncludeDirectories property from the property sheet file is not getting included. #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Consider a solution file with a project file and project file inherit from a 
property file [vsprops]
2. The include paths from the property file is not getting inherited into the 
project file
3.
    <Tool
        Name="VCCLCompilerTool"
        Description="Building the project $(ProjectName)"
        AdditionalIncludeDirectories="$(SolutionDir)..\api\OpenMAX\Khronos;
        $(SolutionDir)..\api\OpenMAX\QCOM;
        $(SolutionDir)VFEDriver\VFEDriverWin\inc;
        $(SolutionDir)..\platform\OSAbstraction\inc;
    />

4. The <AdditionalIncludeDirectories> from the property file is not getting 
into the inherited project file.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Visual Studio 2008, Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by justinvj...@gmail.com on 6 Mar 2012 at 8:50

GoogleCodeExporter commented 8 years ago
I've reproduced this in a test case, and I'll try to support inherited Property 
Sheets shortly.

Original comment by richard....@gmail.com on 8 Mar 2012 at 9:52

GoogleCodeExporter commented 8 years ago

Original comment by ilya.kon...@gmail.com on 30 Jul 2012 at 9:38

GoogleCodeExporter commented 8 years ago

Original comment by ilya.kon...@gmail.com on 1 Aug 2012 at 1:45