Home | History | Annotate | Download | only in src
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <ItemGroup>
      4     <Filter Include="compiler">
      5       <UniqueIdentifier>{041FFD28-E4BD-ABC0-5AF7-A6D1560FAC0E}</UniqueIdentifier>
      6     </Filter>
      7     <Filter Include="compiler\preprocessor">
      8       <UniqueIdentifier>{56A90BCD-B311-1BEE-A8AC-25D8344BCE41}</UniqueIdentifier>
      9     </Filter>
     10   </ItemGroup>
     11   <ItemGroup>
     12     <None Include="..\..\src\angle.gyp"/>
     13     <ClCompile Include="..\..\src\compiler\preprocessor\ExpressionParser.cpp">
     14       <Filter>compiler\preprocessor</Filter>
     15     </ClCompile>
     16     <ClCompile Include="..\..\src\compiler\preprocessor\Input.cpp">
     17       <Filter>compiler\preprocessor</Filter>
     18     </ClCompile>
     19     <None Include="..\..\src\compiler\preprocessor\ExpressionParser.y">
     20       <Filter>compiler\preprocessor</Filter>
     21     </None>
     22     <ClCompile Include="..\..\src\compiler\preprocessor\Tokenizer.cpp">
     23       <Filter>compiler\preprocessor</Filter>
     24     </ClCompile>
     25     <None Include="..\..\src\compiler\preprocessor\Tokenizer.l">
     26       <Filter>compiler\preprocessor</Filter>
     27     </None>
     28     <ClInclude Include="..\..\src\compiler\preprocessor\Tokenizer.h">
     29       <Filter>compiler\preprocessor</Filter>
     30     </ClInclude>
     31     <ClInclude Include="..\..\src\compiler\preprocessor\Lexer.h">
     32       <Filter>compiler\preprocessor</Filter>
     33     </ClInclude>
     34     <ClCompile Include="..\..\src\compiler\preprocessor\DirectiveHandlerBase.cpp">
     35       <Filter>compiler\preprocessor</Filter>
     36     </ClCompile>
     37     <ClInclude Include="..\..\src\compiler\preprocessor\Token.h">
     38       <Filter>compiler\preprocessor</Filter>
     39     </ClInclude>
     40     <ClCompile Include="..\..\src\compiler\preprocessor\Lexer.cpp">
     41       <Filter>compiler\preprocessor</Filter>
     42     </ClCompile>
     43     <ClInclude Include="..\..\src\compiler\preprocessor\Preprocessor.h">
     44       <Filter>compiler\preprocessor</Filter>
     45     </ClInclude>
     46     <ClInclude Include="..\..\src\compiler\preprocessor\ExpressionParser.h">
     47       <Filter>compiler\preprocessor</Filter>
     48     </ClInclude>
     49     <ClInclude Include="..\..\src\compiler\preprocessor\MacroExpander.h">
     50       <Filter>compiler\preprocessor</Filter>
     51     </ClInclude>
     52     <ClInclude Include="..\..\src\compiler\preprocessor\Macro.h">
     53       <Filter>compiler\preprocessor</Filter>
     54     </ClInclude>
     55     <ClCompile Include="..\..\src\compiler\preprocessor\Token.cpp">
     56       <Filter>compiler\preprocessor</Filter>
     57     </ClCompile>
     58     <ClCompile Include="..\..\src\compiler\preprocessor\Macro.cpp">
     59       <Filter>compiler\preprocessor</Filter>
     60     </ClCompile>
     61     <ClCompile Include="..\..\src\compiler\preprocessor\DiagnosticsBase.cpp">
     62       <Filter>compiler\preprocessor</Filter>
     63     </ClCompile>
     64     <ClInclude Include="..\..\src\compiler\preprocessor\pp_utils.h">
     65       <Filter>compiler\preprocessor</Filter>
     66     </ClInclude>
     67     <ClCompile Include="..\..\src\compiler\preprocessor\Preprocessor.cpp">
     68       <Filter>compiler\preprocessor</Filter>
     69     </ClCompile>
     70     <ClInclude Include="..\..\src\compiler\preprocessor\Input.h">
     71       <Filter>compiler\preprocessor</Filter>
     72     </ClInclude>
     73     <ClInclude Include="..\..\src\compiler\preprocessor\SourceLocation.h">
     74       <Filter>compiler\preprocessor</Filter>
     75     </ClInclude>
     76     <ClInclude Include="..\..\src\compiler\preprocessor\numeric_lex.h">
     77       <Filter>compiler\preprocessor</Filter>
     78     </ClInclude>
     79     <ClInclude Include="..\..\src\compiler\preprocessor\DirectiveParser.h">
     80       <Filter>compiler\preprocessor</Filter>
     81     </ClInclude>
     82     <ClCompile Include="..\..\src\compiler\preprocessor\DirectiveParser.cpp">
     83       <Filter>compiler\preprocessor</Filter>
     84     </ClCompile>
     85     <ClInclude Include="..\..\src\compiler\preprocessor\DiagnosticsBase.h">
     86       <Filter>compiler\preprocessor</Filter>
     87     </ClInclude>
     88     <ClCompile Include="..\..\src\compiler\preprocessor\MacroExpander.cpp">
     89       <Filter>compiler\preprocessor</Filter>
     90     </ClCompile>
     91     <ClInclude Include="..\..\src\compiler\preprocessor\DirectiveHandlerBase.h">
     92       <Filter>compiler\preprocessor</Filter>
     93     </ClInclude>
     94   </ItemGroup>
     95 </Project>
     96