Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/19/13 00:31:12 (11 years ago)
Author:
gkronber
Message:

#2026 changed ATG to Coco/R syntax and use Coco/R (C#) to generate scanner and parser for GPDL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.GPDL/SyntaxAnalyzer/SyntaxAnalyzer.csproj

    r9430 r9724  
    4242  </ItemGroup>
    4343  <ItemGroup>
    44     <Compile Include="Coco-2\Errors.cs" />
    45     <Compile Include="Coco-2\Sets.cs" />
    46     <Compile Include="Coco-2\Utils.cs" />
    47     <Compile Include="GPDefSyntaxAnalyzer.cs">
    48       <SubType>Code</SubType>
    49     </Compile>
    50     <Compile Include="GPDefSyntaxAnalyzerLex.cs" />
    51     <Compile Include="GPDefSyntaxAnalyzerSem.cs" />
    52     <Compile Include="GPDefSyntaxAnalyzerSyn.cs" />
     44    <Compile Include="GPDefSyntaxAnalyzer.cs" />
     45    <Compile Include="Parser.cs" />
    5346    <Compile Include="Properties\AssemblyInfo.cs" />
     47    <Compile Include="Scanner.cs" />
    5448  </ItemGroup>
    5549  <ItemGroup>
     
    5751  </ItemGroup>
    5852  <ItemGroup>
    59     <Content Include="GPDef.pgt.lst" />
    60     <Content Include="GPDef.sg.lst" />
     53    <Folder Include="Coco-2\" />
    6154  </ItemGroup>
    6255  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.