Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3133_ProblemModifiers/HeuristicLab.Problems.Modifiers.sln @ 18040

Last change on this file since 18040 was 18029, checked in by bwerth, 3 years ago

#3133 added implementation of problem modifiers

File size: 3.3 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio Version 16
4VisualStudioVersion = 16.0.30907.101
5MinimumVisualStudioVersion = 10.0.40219.1
6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.Modifiers", "HeuristicLab.Problems.Modifiers\HeuristicLab.Problems.Modifiers.csproj", "{5FBDCD4A-3C2A-4EC6-83CE-34B29F43621A}"
7EndProject
8Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6918D699-500C-43AB-8080-C8982A23AB21}"
9  ProjectSection(SolutionItems) = preProject
10    .editorconfig = .editorconfig
11  EndProjectSection
12EndProject
13Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.Modifiers.Views", "HeuristicLab.Problems.Modifiers.Views\HeuristicLab.Problems.Modifiers.Views.csproj", "{7C396006-7C2C-4E08-86B4-16E4277F9ADC}"
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    {7C396006-7C2C-4E08-86B4-16E4277F9ADC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
38    {7C396006-7C2C-4E08-86B4-16E4277F9ADC}.Debug|Any CPU.Build.0 = Debug|Any CPU
39    {7C396006-7C2C-4E08-86B4-16E4277F9ADC}.Debug|x64.ActiveCfg = Debug|Any CPU
40    {7C396006-7C2C-4E08-86B4-16E4277F9ADC}.Debug|x64.Build.0 = Debug|Any CPU
41    {7C396006-7C2C-4E08-86B4-16E4277F9ADC}.Debug|x86.ActiveCfg = Debug|Any CPU
42    {7C396006-7C2C-4E08-86B4-16E4277F9ADC}.Debug|x86.Build.0 = Debug|Any CPU
43    {7C396006-7C2C-4E08-86B4-16E4277F9ADC}.Release|Any CPU.ActiveCfg = Release|Any CPU
44    {7C396006-7C2C-4E08-86B4-16E4277F9ADC}.Release|Any CPU.Build.0 = Release|Any CPU
45    {7C396006-7C2C-4E08-86B4-16E4277F9ADC}.Release|x64.ActiveCfg = Release|Any CPU
46    {7C396006-7C2C-4E08-86B4-16E4277F9ADC}.Release|x64.Build.0 = Release|Any CPU
47    {7C396006-7C2C-4E08-86B4-16E4277F9ADC}.Release|x86.ActiveCfg = Release|Any CPU
48    {7C396006-7C2C-4E08-86B4-16E4277F9ADC}.Release|x86.Build.0 = Release|Any CPU
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.