Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/01/15 19:53:25 (9 years ago)
Author:
gkronber
Message:

#2283 solution reorganization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.GrammaticalOptimization/HeuristicLab.Problems.GrammaticalOptimization/HeuristicLab.Problems.GrammaticalOptimization.csproj

    r11847 r11848  
    7878  </ItemGroup>
    7979  <ItemGroup>
    80     <Compile Include="ISymbolicExpressionTreeProblem.cs" />
     80    <Compile Include="ExpressionInterpreter.cs" />
    8181    <Compile Include="Feature.cs" />
    82     <Compile Include="Problems\GrammaticalOptimizationEvaluator.cs" />
    83     <Compile Include="Problems\IGrammaticalOptimizationEvaluator.cs" />
    84     <Compile Include="Problems\GenericSymbExprProblem.cs" />
    85     <Compile Include="Problems\GenericSymbExprGrammar.cs" />
     82    <Compile Include="Interfaces\IGrammar.cs" />
     83    <Compile Include="Interfaces\IProblem.cs" />
    8684    <Compile Include="Problems\EvenParityProblem.cs" />
    87     <Compile Include="Problems\ExpressionInterpreter.cs" />
    8885    <Compile Include="Problems\FindPhrasesProblem.cs" />
    8986    <Compile Include="Problems\HardPalindromeProblem.cs" />
     
    10198    <Compile Include="SentenceSetStatistics.cs" />
    10299    <Compile Include="Sequence.cs" />
    103     <Compile Include="IProblem.cs" />
    104     <Compile Include="IGrammar.cs" />
    105100    <Compile Include="Properties\AssemblyInfo.cs" />
     101    <Compile Include="TreeRepresentation\GenericSymbExprGrammar.cs" />
     102    <Compile Include="TreeRepresentation\GenericSymbExprProblem.cs" />
     103    <Compile Include="TreeRepresentation\GrammaticalOptimizationEvaluator.cs" />
     104    <Compile Include="TreeRepresentation\IGrammaticalOptimizationEvaluator.cs" />
     105    <Compile Include="TreeRepresentation\ISymbolicExpressionTreeProblem.cs" />
    106106  </ItemGroup>
    107107  <ItemGroup>
     
    111111    </ProjectReference>
    112112  </ItemGroup>
    113   <ItemGroup>
    114     <Folder Include="TreeRepresentation\" />
    115   </ItemGroup>
     113  <ItemGroup />
    116114  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    117115  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.