Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/17/13 21:52:35 (11 years ago)
Author:
gkronber
Message:

#2026 worked on brute force code generator, removed unused references, worked on compatibility with mono.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.sln

    r10054 r10062  
    3030EndProject
    3131Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Grammars-3.3", "HeuristicLab.Grammars\3.3\HeuristicLab.Grammars-3.3.csproj", "{A5452B63-B33B-4F9F-9E81-98B75EDB5612}"
     32EndProject
     33Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeGenerator", "CodeGenerator\CodeGenerator.csproj", "{5561A84D-887A-48D8-8E82-CE8B44AD135F}"
     34EndProject
     35Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{E2060931-6700-464B-9E82-50846D7AE4E9}"
     36  ProjectSection(SolutionItems) = preProject
     37    Examples\Artificial Ant.txt = Examples\Artificial Ant.txt
     38    Examples\EvenParity.txt = Examples\EvenParity.txt
     39    Examples\Factorial.txt = Examples\Factorial.txt
     40    Examples\Fib.txt = Examples\Fib.txt
     41    Examples\LawnMower.txt = Examples\LawnMower.txt
     42    Examples\multi-output-multiplier.txt = Examples\multi-output-multiplier.txt
     43    Examples\Multiplexer.txt = Examples\Multiplexer.txt
     44    Examples\symbreg HEAL.txt = Examples\symbreg HEAL.txt
     45    Examples\symbreg Koza.txt = Examples\symbreg Koza.txt
     46  EndProjectSection
    3247EndProject
    3348Global
     
    89104    {A5452B63-B33B-4F9F-9E81-98B75EDB5612}.Release|x86.ActiveCfg = Release|x86
    90105    {A5452B63-B33B-4F9F-9E81-98B75EDB5612}.Release|x86.Build.0 = Release|x86
     106    {5561A84D-887A-48D8-8E82-CE8B44AD135F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     107    {5561A84D-887A-48D8-8E82-CE8B44AD135F}.Debug|Any CPU.Build.0 = Debug|Any CPU
     108    {5561A84D-887A-48D8-8E82-CE8B44AD135F}.Debug|x64.ActiveCfg = Debug|Any CPU
     109    {5561A84D-887A-48D8-8E82-CE8B44AD135F}.Debug|x86.ActiveCfg = Debug|Any CPU
     110    {5561A84D-887A-48D8-8E82-CE8B44AD135F}.Release|Any CPU.ActiveCfg = Release|Any CPU
     111    {5561A84D-887A-48D8-8E82-CE8B44AD135F}.Release|Any CPU.Build.0 = Release|Any CPU
     112    {5561A84D-887A-48D8-8E82-CE8B44AD135F}.Release|x64.ActiveCfg = Release|Any CPU
     113    {5561A84D-887A-48D8-8E82-CE8B44AD135F}.Release|x86.ActiveCfg = Release|Any CPU
    91114  EndGlobalSection
    92115  GlobalSection(SolutionProperties) = preSolution
     
    95118  GlobalSection(NestedProjects) = preSolution
    96119    {582440C3-BB33-4683-A5EC-673AB51A7AB3} = {3768D612-38EB-47D8-9E79-75D8E5AB00A8}
     120    {E2060931-6700-464B-9E82-50846D7AE4E9} = {3768D612-38EB-47D8-9E79-75D8E5AB00A8}
    97121  EndGlobalSection
    98122  GlobalSection(Performance) = preSolution
Note: See TracChangeset for help on using the changeset viewer.