Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.sln @ 10064

Last change on this file since 10064 was 10064, checked in by gkronber, 11 years ago

#2026 removed the test project as it does not build on mono

File size: 6.9 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio 2012
4Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3768D612-38EB-47D8-9E79-75D8E5AB00A8}"
5  ProjectSection(SolutionItems) = preProject
6    GenerateFromAtg.cmd = GenerateFromAtg.cmd
7    PreBuildEvent.cmd = PreBuildEvent.cmd
8  EndProjectSection
9EndProject
10Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.GPDL-3.4", "HeuristicLab.Problems.GPDL\3.4\HeuristicLab.Problems.GPDL-3.4.csproj", "{E4EE5AFB-D552-447B-8A16-6CBE7938AF32}"
11EndProject
12Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SyntaxAnalyzer", "SyntaxAnalyzer\SyntaxAnalyzer.csproj", "{729B818F-E1D0-4C9D-915A-775B2A4B1D27}"
13EndProject
14Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Coco-2", "Coco-2", "{582440C3-BB33-4683-A5EC-673AB51A7AB3}"
15  ProjectSection(SolutionItems) = preProject
16    Coco-2\Errors.cs = Coco-2\Errors.cs
17    Coco-2\Main.frm = Coco-2\Main.frm
18    Coco-2\PGT.exe = Coco-2\PGT.exe
19    Coco-2\PGTSem.frm = Coco-2\PGTSem.frm
20    Coco-2\PGTSyn.frm = Coco-2\PGTSyn.frm
21    Coco-2\Sets.cs = Coco-2\Sets.cs
22    Coco-2\SG.exe = Coco-2\SG.exe
23    Coco-2\SGLex.frm = Coco-2\SGLex.frm
24    Coco-2\Utils.cs = Coco-2\Utils.cs
25  EndProjectSection
26EndProject
27Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GpdlCompiler", "GpdlCompiler\GpdlCompiler.csproj", "{C3A2E1C9-9677-4992-A1B7-7B38CDB82FEF}"
28EndProject
29Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Grammars-3.3", "HeuristicLab.Grammars\3.3\HeuristicLab.Grammars-3.3.csproj", "{A5452B63-B33B-4F9F-9E81-98B75EDB5612}"
30EndProject
31Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeGenerator", "CodeGenerator\CodeGenerator.csproj", "{5561A84D-887A-48D8-8E82-CE8B44AD135F}"
32EndProject
33Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{E2060931-6700-464B-9E82-50846D7AE4E9}"
34  ProjectSection(SolutionItems) = preProject
35    Examples\Artificial Ant.txt = Examples\Artificial Ant.txt
36    Examples\EvenParity.txt = Examples\EvenParity.txt
37    Examples\Factorial.txt = Examples\Factorial.txt
38    Examples\Fib.txt = Examples\Fib.txt
39    Examples\LawnMower.txt = Examples\LawnMower.txt
40    Examples\multi-output-multiplier.txt = Examples\multi-output-multiplier.txt
41    Examples\Multiplexer.txt = Examples\Multiplexer.txt
42    Examples\symbreg HEAL.txt = Examples\symbreg HEAL.txt
43    Examples\symbreg Koza.txt = Examples\symbreg Koza.txt
44  EndProjectSection
45EndProject
46Global
47  GlobalSection(SolutionConfigurationPlatforms) = preSolution
48    Debug|Any CPU = Debug|Any CPU
49    Debug|x64 = Debug|x64
50    Debug|x86 = Debug|x86
51    Release|Any CPU = Release|Any CPU
52    Release|x64 = Release|x64
53    Release|x86 = Release|x86
54  EndGlobalSection
55  GlobalSection(ProjectConfigurationPlatforms) = postSolution
56    {E4EE5AFB-D552-447B-8A16-6CBE7938AF32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
57    {E4EE5AFB-D552-447B-8A16-6CBE7938AF32}.Debug|Any CPU.Build.0 = Debug|Any CPU
58    {E4EE5AFB-D552-447B-8A16-6CBE7938AF32}.Debug|x64.ActiveCfg = Debug|x64
59    {E4EE5AFB-D552-447B-8A16-6CBE7938AF32}.Debug|x64.Build.0 = Debug|x64
60    {E4EE5AFB-D552-447B-8A16-6CBE7938AF32}.Debug|x86.ActiveCfg = Debug|x86
61    {E4EE5AFB-D552-447B-8A16-6CBE7938AF32}.Debug|x86.Build.0 = Debug|x86
62    {E4EE5AFB-D552-447B-8A16-6CBE7938AF32}.Release|Any CPU.ActiveCfg = Release|Any CPU
63    {E4EE5AFB-D552-447B-8A16-6CBE7938AF32}.Release|Any CPU.Build.0 = Release|Any CPU
64    {E4EE5AFB-D552-447B-8A16-6CBE7938AF32}.Release|x64.ActiveCfg = Release|x64
65    {E4EE5AFB-D552-447B-8A16-6CBE7938AF32}.Release|x64.Build.0 = Release|x64
66    {E4EE5AFB-D552-447B-8A16-6CBE7938AF32}.Release|x86.ActiveCfg = Release|x86
67    {E4EE5AFB-D552-447B-8A16-6CBE7938AF32}.Release|x86.Build.0 = Release|x86
68    {729B818F-E1D0-4C9D-915A-775B2A4B1D27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
69    {729B818F-E1D0-4C9D-915A-775B2A4B1D27}.Debug|Any CPU.Build.0 = Debug|Any CPU
70    {729B818F-E1D0-4C9D-915A-775B2A4B1D27}.Debug|x64.ActiveCfg = Debug|Any CPU
71    {729B818F-E1D0-4C9D-915A-775B2A4B1D27}.Debug|x86.ActiveCfg = Debug|Any CPU
72    {729B818F-E1D0-4C9D-915A-775B2A4B1D27}.Release|Any CPU.ActiveCfg = Release|Any CPU
73    {729B818F-E1D0-4C9D-915A-775B2A4B1D27}.Release|Any CPU.Build.0 = Release|Any CPU
74    {729B818F-E1D0-4C9D-915A-775B2A4B1D27}.Release|x64.ActiveCfg = Release|Any CPU
75    {729B818F-E1D0-4C9D-915A-775B2A4B1D27}.Release|x86.ActiveCfg = Release|Any CPU
76    {C3A2E1C9-9677-4992-A1B7-7B38CDB82FEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
77    {C3A2E1C9-9677-4992-A1B7-7B38CDB82FEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
78    {C3A2E1C9-9677-4992-A1B7-7B38CDB82FEF}.Debug|x64.ActiveCfg = Debug|Any CPU
79    {C3A2E1C9-9677-4992-A1B7-7B38CDB82FEF}.Debug|x86.ActiveCfg = Debug|Any CPU
80    {C3A2E1C9-9677-4992-A1B7-7B38CDB82FEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
81    {C3A2E1C9-9677-4992-A1B7-7B38CDB82FEF}.Release|Any CPU.Build.0 = Release|Any CPU
82    {C3A2E1C9-9677-4992-A1B7-7B38CDB82FEF}.Release|x64.ActiveCfg = Release|Any CPU
83    {C3A2E1C9-9677-4992-A1B7-7B38CDB82FEF}.Release|x86.ActiveCfg = Release|Any CPU
84    {A5452B63-B33B-4F9F-9E81-98B75EDB5612}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
85    {A5452B63-B33B-4F9F-9E81-98B75EDB5612}.Debug|Any CPU.Build.0 = Debug|Any CPU
86    {A5452B63-B33B-4F9F-9E81-98B75EDB5612}.Debug|x64.ActiveCfg = Debug|x64
87    {A5452B63-B33B-4F9F-9E81-98B75EDB5612}.Debug|x64.Build.0 = Debug|x64
88    {A5452B63-B33B-4F9F-9E81-98B75EDB5612}.Debug|x86.ActiveCfg = Debug|x86
89    {A5452B63-B33B-4F9F-9E81-98B75EDB5612}.Debug|x86.Build.0 = Debug|x86
90    {A5452B63-B33B-4F9F-9E81-98B75EDB5612}.Release|Any CPU.ActiveCfg = Release|Any CPU
91    {A5452B63-B33B-4F9F-9E81-98B75EDB5612}.Release|Any CPU.Build.0 = Release|Any CPU
92    {A5452B63-B33B-4F9F-9E81-98B75EDB5612}.Release|x64.ActiveCfg = Release|x64
93    {A5452B63-B33B-4F9F-9E81-98B75EDB5612}.Release|x64.Build.0 = Release|x64
94    {A5452B63-B33B-4F9F-9E81-98B75EDB5612}.Release|x86.ActiveCfg = Release|x86
95    {A5452B63-B33B-4F9F-9E81-98B75EDB5612}.Release|x86.Build.0 = Release|x86
96    {5561A84D-887A-48D8-8E82-CE8B44AD135F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
97    {5561A84D-887A-48D8-8E82-CE8B44AD135F}.Debug|Any CPU.Build.0 = Debug|Any CPU
98    {5561A84D-887A-48D8-8E82-CE8B44AD135F}.Debug|x64.ActiveCfg = Debug|Any CPU
99    {5561A84D-887A-48D8-8E82-CE8B44AD135F}.Debug|x86.ActiveCfg = Debug|Any CPU
100    {5561A84D-887A-48D8-8E82-CE8B44AD135F}.Release|Any CPU.ActiveCfg = Release|Any CPU
101    {5561A84D-887A-48D8-8E82-CE8B44AD135F}.Release|Any CPU.Build.0 = Release|Any CPU
102    {5561A84D-887A-48D8-8E82-CE8B44AD135F}.Release|x64.ActiveCfg = Release|Any CPU
103    {5561A84D-887A-48D8-8E82-CE8B44AD135F}.Release|x86.ActiveCfg = Release|Any CPU
104  EndGlobalSection
105  GlobalSection(SolutionProperties) = preSolution
106    HideSolutionNode = FALSE
107  EndGlobalSection
108  GlobalSection(NestedProjects) = preSolution
109    {582440C3-BB33-4683-A5EC-673AB51A7AB3} = {3768D612-38EB-47D8-9E79-75D8E5AB00A8}
110    {E2060931-6700-464B-9E82-50846D7AE4E9} = {3768D612-38EB-47D8-9E79-75D8E5AB00A8}
111  EndGlobalSection
112  GlobalSection(Performance) = preSolution
113    HasPerformanceSessions = true
114  EndGlobalSection
115EndGlobal
Note: See TracBrowser for help on using the repository browser.