Free cookie consent management tool by TermsFeed Policy Generator

source: addons/HeuristicLab.FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.sln @ 16173

Last change on this file since 16173 was 15733, checked in by mkommend, 6 years ago

#2887: Extracted VRP specific FLA parts into a separate branch.

File size: 2.9 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio 15
4VisualStudioVersion = 15.0.26430.16
5MinimumVisualStudioVersion = 10.0.40219.1
6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Analysis.FitnessLandscape", "HeuristicLab.Analysis.FitnessLandscape\HeuristicLab.Analysis.FitnessLandscape.csproj", "{5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}"
7EndProject
8Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Analysis.FitnessLandscape.Views", "HeuristicLab.Analysis.FitnessLandscape.Views\HeuristicLab.Analysis.FitnessLandscape.Views.csproj", "{09F27845-A5B0-476E-901E-9D61576C8581}"
9EndProject
10Global
11  GlobalSection(SolutionConfigurationPlatforms) = preSolution
12    Debug|Any CPU = Debug|Any CPU
13    Debug|x64 = Debug|x64
14    Debug|x86 = Debug|x86
15    Release|Any CPU = Release|Any CPU
16    Release|x64 = Release|x64
17    Release|x86 = Release|x86
18  EndGlobalSection
19  GlobalSection(ProjectConfigurationPlatforms) = postSolution
20    {5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21    {5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}.Debug|Any CPU.Build.0 = Debug|Any CPU
22    {5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}.Debug|x64.ActiveCfg = Debug|x64
23    {5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}.Debug|x64.Build.0 = Debug|x64
24    {5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}.Debug|x86.ActiveCfg = Debug|x86
25    {5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}.Debug|x86.Build.0 = Debug|x86
26    {5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}.Release|Any CPU.ActiveCfg = Release|Any CPU
27    {5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}.Release|Any CPU.Build.0 = Release|Any CPU
28    {5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}.Release|x64.ActiveCfg = Release|x64
29    {5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}.Release|x64.Build.0 = Release|x64
30    {5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}.Release|x86.ActiveCfg = Release|x86
31    {5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}.Release|x86.Build.0 = Release|x86
32    {09F27845-A5B0-476E-901E-9D61576C8581}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33    {09F27845-A5B0-476E-901E-9D61576C8581}.Debug|Any CPU.Build.0 = Debug|Any CPU
34    {09F27845-A5B0-476E-901E-9D61576C8581}.Debug|x64.ActiveCfg = Debug|x64
35    {09F27845-A5B0-476E-901E-9D61576C8581}.Debug|x64.Build.0 = Debug|x64
36    {09F27845-A5B0-476E-901E-9D61576C8581}.Debug|x86.ActiveCfg = Debug|x86
37    {09F27845-A5B0-476E-901E-9D61576C8581}.Debug|x86.Build.0 = Debug|x86
38    {09F27845-A5B0-476E-901E-9D61576C8581}.Release|Any CPU.ActiveCfg = Release|Any CPU
39    {09F27845-A5B0-476E-901E-9D61576C8581}.Release|Any CPU.Build.0 = Release|Any CPU
40    {09F27845-A5B0-476E-901E-9D61576C8581}.Release|x64.ActiveCfg = Release|x64
41    {09F27845-A5B0-476E-901E-9D61576C8581}.Release|x64.Build.0 = Release|x64
42    {09F27845-A5B0-476E-901E-9D61576C8581}.Release|x86.ActiveCfg = Release|x86
43    {09F27845-A5B0-476E-901E-9D61576C8581}.Release|x86.Build.0 = Release|x86
44  EndGlobalSection
45  GlobalSection(SolutionProperties) = preSolution
46    HideSolutionNode = FALSE
47  EndGlobalSection
48EndGlobal
Note: See TracBrowser for help on using the repository browser.