Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 17029 was 16916, checked in by abeham, 5 years ago

#3005: reverted formatting changes of EngineAlgorithmOperator and added .editorconfig file to solution

File size: 3.3 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
10Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6918D699-500C-43AB-8080-C8982A23AB21}"
11  ProjectSection(SolutionItems) = preProject
12    .editorconfig = .editorconfig
13  EndProjectSection
14EndProject
15Global
16  GlobalSection(SolutionConfigurationPlatforms) = preSolution
17    Debug|Any CPU = Debug|Any CPU
18    Debug|x64 = Debug|x64
19    Debug|x86 = Debug|x86
20    Release|Any CPU = Release|Any CPU
21    Release|x64 = Release|x64
22    Release|x86 = Release|x86
23  EndGlobalSection
24  GlobalSection(ProjectConfigurationPlatforms) = postSolution
25    {5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
26    {5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}.Debug|Any CPU.Build.0 = Debug|Any CPU
27    {5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}.Debug|x64.ActiveCfg = Debug|x64
28    {5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}.Debug|x64.Build.0 = Debug|x64
29    {5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}.Debug|x86.ActiveCfg = Debug|x86
30    {5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}.Debug|x86.Build.0 = Debug|x86
31    {5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}.Release|Any CPU.ActiveCfg = Release|Any CPU
32    {5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}.Release|Any CPU.Build.0 = Release|Any CPU
33    {5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}.Release|x64.ActiveCfg = Release|x64
34    {5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}.Release|x64.Build.0 = Release|x64
35    {5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}.Release|x86.ActiveCfg = Release|x86
36    {5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}.Release|x86.Build.0 = Release|x86
37    {09F27845-A5B0-476E-901E-9D61576C8581}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
38    {09F27845-A5B0-476E-901E-9D61576C8581}.Debug|Any CPU.Build.0 = Debug|Any CPU
39    {09F27845-A5B0-476E-901E-9D61576C8581}.Debug|x64.ActiveCfg = Debug|x64
40    {09F27845-A5B0-476E-901E-9D61576C8581}.Debug|x64.Build.0 = Debug|x64
41    {09F27845-A5B0-476E-901E-9D61576C8581}.Debug|x86.ActiveCfg = Debug|x86
42    {09F27845-A5B0-476E-901E-9D61576C8581}.Debug|x86.Build.0 = Debug|x86
43    {09F27845-A5B0-476E-901E-9D61576C8581}.Release|Any CPU.ActiveCfg = Release|Any CPU
44    {09F27845-A5B0-476E-901E-9D61576C8581}.Release|Any CPU.Build.0 = Release|Any CPU
45    {09F27845-A5B0-476E-901E-9D61576C8581}.Release|x64.ActiveCfg = Release|x64
46    {09F27845-A5B0-476E-901E-9D61576C8581}.Release|x64.Build.0 = Release|x64
47    {09F27845-A5B0-476E-901E-9D61576C8581}.Release|x86.ActiveCfg = Release|x86
48    {09F27845-A5B0-476E-901E-9D61576C8581}.Release|x86.Build.0 = Release|x86
49  EndGlobalSection
50  GlobalSection(SolutionProperties) = preSolution
51    HideSolutionNode = FALSE
52  EndGlobalSection
53  GlobalSection(ExtensibilityGlobals) = postSolution
54    SolutionGuid = {57F4192E-DC9D-4075-867D-E68177A1B8FD}
55  EndGlobalSection
56EndGlobal
Note: See TracBrowser for help on using the repository browser.