-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOptimLab.sln
More file actions
49 lines (49 loc) · 2.98 KB
/
Copy pathOptimLab.sln
File metadata and controls
49 lines (49 loc) · 2.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31613.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OptimLab", "OptimLab\OptimLab.csproj", "{00B06567-824F-46F6-8F47-12192901F57D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OptimCore", "OptimCore\OptimCore.csproj", "{D93D30E7-3979-4CFA-A62E-359A18409974}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IndexMethod", "IndexMethod\IndexMethod.csproj", "{7FC07A2C-3E65-4CEE-BC00-AE68F6DE612B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReductionMethod", "ReductionMethod\ReductionMethod.csproj", "{26401464-C4A6-47EB-937A-E9BBC81751A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModReductionMethod", "ModReductionMethod\ModReductionMethod.csproj", "{CAA5ED45-E4BB-49C3-9218-13B68B0EDD26}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{00B06567-824F-46F6-8F47-12192901F57D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00B06567-824F-46F6-8F47-12192901F57D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00B06567-824F-46F6-8F47-12192901F57D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00B06567-824F-46F6-8F47-12192901F57D}.Release|Any CPU.Build.0 = Release|Any CPU
{D93D30E7-3979-4CFA-A62E-359A18409974}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D93D30E7-3979-4CFA-A62E-359A18409974}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D93D30E7-3979-4CFA-A62E-359A18409974}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D93D30E7-3979-4CFA-A62E-359A18409974}.Release|Any CPU.Build.0 = Release|Any CPU
{7FC07A2C-3E65-4CEE-BC00-AE68F6DE612B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FC07A2C-3E65-4CEE-BC00-AE68F6DE612B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FC07A2C-3E65-4CEE-BC00-AE68F6DE612B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FC07A2C-3E65-4CEE-BC00-AE68F6DE612B}.Release|Any CPU.Build.0 = Release|Any CPU
{26401464-C4A6-47EB-937A-E9BBC81751A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26401464-C4A6-47EB-937A-E9BBC81751A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26401464-C4A6-47EB-937A-E9BBC81751A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26401464-C4A6-47EB-937A-E9BBC81751A8}.Release|Any CPU.Build.0 = Release|Any CPU
{CAA5ED45-E4BB-49C3-9218-13B68B0EDD26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAA5ED45-E4BB-49C3-9218-13B68B0EDD26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAA5ED45-E4BB-49C3-9218-13B68B0EDD26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAA5ED45-E4BB-49C3-9218-13B68B0EDD26}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {74CD5227-B47E-4522-B246-29CD61FCE107}
EndGlobalSection
EndGlobal