Last change
on this file since 15718 was
15712,
checked in by lkammere, 7 years ago
|
#2886 Add basic class structure, grammar and grammar iteration.
|
File size:
1.6 KB
|
Line | |
---|
1 |
|
---|
2 | Microsoft Visual Studio Solution File, Format Version 12.00
|
---|
3 | # Visual Studio 14
|
---|
4 | VisualStudioVersion = 14.0.25420.1
|
---|
5 | MinimumVisualStudioVersion = 10.0.40219.1
|
---|
6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.DataAnalysis.SymRegGrammarEnumeration", "HeuristicLab.Algorithms.DataAnalysis.SymRegGrammarEnumeration\HeuristicLab.Algorithms.DataAnalysis.SymRegGrammarEnumeration.csproj", "{DC3DEB6C-0D1C-4F23-A9BA-67896DA700D3}"
|
---|
7 | EndProject
|
---|
8 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{C828DECC-CAF5-4E23-B594-8D4F51255072}"
|
---|
9 | EndProject
|
---|
10 | Global
|
---|
11 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
---|
12 | Debug|Any CPU = Debug|Any CPU
|
---|
13 | Release|Any CPU = Release|Any CPU
|
---|
14 | EndGlobalSection
|
---|
15 | GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
---|
16 | {DC3DEB6C-0D1C-4F23-A9BA-67896DA700D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
---|
17 | {DC3DEB6C-0D1C-4F23-A9BA-67896DA700D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
---|
18 | {DC3DEB6C-0D1C-4F23-A9BA-67896DA700D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
---|
19 | {DC3DEB6C-0D1C-4F23-A9BA-67896DA700D3}.Release|Any CPU.Build.0 = Release|Any CPU
|
---|
20 | {C828DECC-CAF5-4E23-B594-8D4F51255072}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
---|
21 | {C828DECC-CAF5-4E23-B594-8D4F51255072}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
---|
22 | {C828DECC-CAF5-4E23-B594-8D4F51255072}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
---|
23 | {C828DECC-CAF5-4E23-B594-8D4F51255072}.Release|Any CPU.Build.0 = Release|Any CPU
|
---|
24 | EndGlobalSection
|
---|
25 | GlobalSection(SolutionProperties) = preSolution
|
---|
26 | HideSolutionNode = FALSE
|
---|
27 | EndGlobalSection
|
---|
28 | EndGlobal
|
---|
Note: See
TracBrowser
for help on using the repository browser.