Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2886_SymRegGrammarEnumeration/SymRegGrammarEnumeration.sln @ 15712

Last change on this file since 15712 was 15712, checked in by lkammere, 6 years ago

#2886 Add basic class structure, grammar and grammar iteration.

File size: 1.6 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio 14
4VisualStudioVersion = 14.0.25420.1
5MinimumVisualStudioVersion = 10.0.40219.1
6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.DataAnalysis.SymRegGrammarEnumeration", "HeuristicLab.Algorithms.DataAnalysis.SymRegGrammarEnumeration\HeuristicLab.Algorithms.DataAnalysis.SymRegGrammarEnumeration.csproj", "{DC3DEB6C-0D1C-4F23-A9BA-67896DA700D3}"
7EndProject
8Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{C828DECC-CAF5-4E23-B594-8D4F51255072}"
9EndProject
10Global
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
28EndGlobal
Note: See TracBrowser for help on using the repository browser.