-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathOpusSolver.sln
51 lines (51 loc) · 2.98 KB
/
OpusSolver.sln
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
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpusSolver", "OpusSolver\OpusSolver.csproj", "{193959C5-6207-403E-8CD7-F2D3E12283F3}"
ProjectSection(ProjectDependencies) = postProject
{FAC8CCFA-3787-43CC-9FCE-86A6F64B0223} = {FAC8CCFA-3787-43CC-9FCE-86A6F64B0223}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SolutionVerifier", "SolutionVerifier\SolutionVerifier.csproj", "{FAC8CCFA-3787-43CC-9FCE-86A6F64B0223}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LPSolve", "LPSolve\LPSolve.csproj", "{7B992AA0-AD3B-49AC-B944-324BFA1203C5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpusSolver.Tests", "OpusSolver.Tests\OpusSolver.Tests.csproj", "{B2B47970-61F9-4CA1-8D3B-30DB3EEFDDC3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CollateBestSolutions", "CollateBestSolutions\CollateBestSolutions.csproj", "{336229C0-135B-4BB1-893C-58B0B037DBAD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{193959C5-6207-403E-8CD7-F2D3E12283F3}.Debug|x64.ActiveCfg = Debug|x64
{193959C5-6207-403E-8CD7-F2D3E12283F3}.Debug|x64.Build.0 = Debug|x64
{193959C5-6207-403E-8CD7-F2D3E12283F3}.Release|x64.ActiveCfg = Release|x64
{193959C5-6207-403E-8CD7-F2D3E12283F3}.Release|x64.Build.0 = Release|x64
{FAC8CCFA-3787-43CC-9FCE-86A6F64B0223}.Debug|x64.ActiveCfg = Debug|x64
{FAC8CCFA-3787-43CC-9FCE-86A6F64B0223}.Debug|x64.Build.0 = Debug|x64
{FAC8CCFA-3787-43CC-9FCE-86A6F64B0223}.Release|x64.ActiveCfg = Release|x64
{FAC8CCFA-3787-43CC-9FCE-86A6F64B0223}.Release|x64.Build.0 = Release|x64
{7B992AA0-AD3B-49AC-B944-324BFA1203C5}.Debug|x64.ActiveCfg = Debug|x64
{7B992AA0-AD3B-49AC-B944-324BFA1203C5}.Debug|x64.Build.0 = Debug|x64
{7B992AA0-AD3B-49AC-B944-324BFA1203C5}.Release|x64.ActiveCfg = Release|x64
{7B992AA0-AD3B-49AC-B944-324BFA1203C5}.Release|x64.Build.0 = Release|x64
{B2B47970-61F9-4CA1-8D3B-30DB3EEFDDC3}.Debug|x64.ActiveCfg = Debug|x64
{B2B47970-61F9-4CA1-8D3B-30DB3EEFDDC3}.Debug|x64.Build.0 = Debug|x64
{B2B47970-61F9-4CA1-8D3B-30DB3EEFDDC3}.Release|x64.ActiveCfg = Release|x64
{B2B47970-61F9-4CA1-8D3B-30DB3EEFDDC3}.Release|x64.Build.0 = Release|x64
{336229C0-135B-4BB1-893C-58B0B037DBAD}.Debug|x64.ActiveCfg = Debug|x64
{336229C0-135B-4BB1-893C-58B0B037DBAD}.Debug|x64.Build.0 = Debug|x64
{336229C0-135B-4BB1-893C-58B0B037DBAD}.Release|x64.ActiveCfg = Release|x64
{336229C0-135B-4BB1-893C-58B0B037DBAD}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E081032B-2220-4812-9FBC-1E20E95647F6}
EndGlobalSection
EndGlobal