Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2974_Constants_Optimization/ConstantsOptimization.sln @ 16455

Last change on this file since 16455 was 16455, checked in by mkommend, 5 years ago

#2974: Created branch and added adapted project HL.Problems.DataAnalysis.Symbolic.Regression.

File size: 2.3 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio 15
4VisualStudioVersion = 15.0.28307.168
5MinimumVisualStudioVersion = 10.0.40219.1
6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4", "HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj", "{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}"
7EndProject
8Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6A813700-44A9-4160-9EAD-879069347C1B}"
9  ProjectSection(SolutionItems) = preProject
10    .editorconfig = .editorconfig
11    Build.cmd = Build.cmd
12    Build.ps1 = Build.ps1
13    PreBuildEvent.cmd = PreBuildEvent.cmd
14  EndProjectSection
15EndProject
16Global
17  GlobalSection(SolutionConfigurationPlatforms) = preSolution
18    Debug|Any CPU = Debug|Any CPU
19    Debug|x64 = Debug|x64
20    Debug|x86 = Debug|x86
21    Release|Any CPU = Release|Any CPU
22    Release|x64 = Release|x64
23    Release|x86 = Release|x86
24  EndGlobalSection
25  GlobalSection(ProjectConfigurationPlatforms) = postSolution
26    {5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27    {5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
28    {5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}.Debug|x64.ActiveCfg = Debug|x64
29    {5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}.Debug|x64.Build.0 = Debug|x64
30    {5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}.Debug|x86.ActiveCfg = Debug|x86
31    {5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}.Debug|x86.Build.0 = Debug|x86
32    {5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
33    {5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}.Release|Any CPU.Build.0 = Release|Any CPU
34    {5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}.Release|x64.ActiveCfg = Release|x64
35    {5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}.Release|x64.Build.0 = Release|x64
36    {5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}.Release|x86.ActiveCfg = Release|x86
37    {5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}.Release|x86.Build.0 = Release|x86
38  EndGlobalSection
39  GlobalSection(SolutionProperties) = preSolution
40    HideSolutionNode = FALSE
41  EndGlobalSection
42  GlobalSection(ExtensibilityGlobals) = postSolution
43    SolutionGuid = {F96C4EE8-5C50-43D7-9D0F-0C09CFE6F4BE}
44  EndGlobalSection
45EndGlobal
Note: See TracBrowser for help on using the repository browser.