-
Notifications
You must be signed in to change notification settings - Fork 10
/
MGroup.Solvers.sln
70 lines (70 loc) · 4.55 KB
/
MGroup.Solvers.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9516266B-5BDB-4C5E-AA63-8D560BC7B1F4}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MGroup.Solvers", "src\MGroup.Solvers\MGroup.Solvers.csproj", "{90A9B907-EBB8-4E98-9515-D93AE229992B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{70B6F5C0-C6BF-49B2-AFD2-97BB2616F504}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MGroup.Solvers.MachineLearning.Tests", "tests\MGroup.Solvers.MachineLearning.Tests\MGroup.Solvers.MachineLearning.Tests.csproj", "{730C8FA3-283B-4CFC-B05E-9496D4BFC84C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MGroup.Solvers.MachineLearning", "src\MGroup.Solvers.MachineLearning\MGroup.Solvers.MachineLearning.csproj", "{D1336E82-439E-463E-BA80-5FBD3EF8D390}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MGroup.Solvers.Tests", "tests\MGroup.Solvers.Tests\MGroup.Solvers.Tests.csproj", "{483FA2E9-58FB-47EA-A41A-FC1EFB4618F6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MGroup.Solvers.DDM", "src\MGroup.Solvers.DDM\MGroup.Solvers.DDM.csproj", "{7625C642-71F0-45E3-A2CF-B19E4A2E407E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MGroup.Solvers.DDM.Tests", "tests\MGroup.Solvers.DDM.Tests\MGroup.Solvers.DDM.Tests.csproj", "{E0E18959-E658-4A50-AF18-574786AFBDE5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{90A9B907-EBB8-4E98-9515-D93AE229992B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90A9B907-EBB8-4E98-9515-D93AE229992B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90A9B907-EBB8-4E98-9515-D93AE229992B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90A9B907-EBB8-4E98-9515-D93AE229992B}.Release|Any CPU.Build.0 = Release|Any CPU
{730C8FA3-283B-4CFC-B05E-9496D4BFC84C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{730C8FA3-283B-4CFC-B05E-9496D4BFC84C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{730C8FA3-283B-4CFC-B05E-9496D4BFC84C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{730C8FA3-283B-4CFC-B05E-9496D4BFC84C}.Release|Any CPU.Build.0 = Release|Any CPU
{D1336E82-439E-463E-BA80-5FBD3EF8D390}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1336E82-439E-463E-BA80-5FBD3EF8D390}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1336E82-439E-463E-BA80-5FBD3EF8D390}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1336E82-439E-463E-BA80-5FBD3EF8D390}.Release|Any CPU.Build.0 = Release|Any CPU
{483FA2E9-58FB-47EA-A41A-FC1EFB4618F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{483FA2E9-58FB-47EA-A41A-FC1EFB4618F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{483FA2E9-58FB-47EA-A41A-FC1EFB4618F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{483FA2E9-58FB-47EA-A41A-FC1EFB4618F6}.Release|Any CPU.Build.0 = Release|Any CPU
{7625C642-71F0-45E3-A2CF-B19E4A2E407E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7625C642-71F0-45E3-A2CF-B19E4A2E407E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7625C642-71F0-45E3-A2CF-B19E4A2E407E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7625C642-71F0-45E3-A2CF-B19E4A2E407E}.Release|Any CPU.Build.0 = Release|Any CPU
{E0E18959-E658-4A50-AF18-574786AFBDE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0E18959-E658-4A50-AF18-574786AFBDE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0E18959-E658-4A50-AF18-574786AFBDE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0E18959-E658-4A50-AF18-574786AFBDE5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{90A9B907-EBB8-4E98-9515-D93AE229992B} = {9516266B-5BDB-4C5E-AA63-8D560BC7B1F4}
{730C8FA3-283B-4CFC-B05E-9496D4BFC84C} = {70B6F5C0-C6BF-49B2-AFD2-97BB2616F504}
{D1336E82-439E-463E-BA80-5FBD3EF8D390} = {9516266B-5BDB-4C5E-AA63-8D560BC7B1F4}
{483FA2E9-58FB-47EA-A41A-FC1EFB4618F6} = {70B6F5C0-C6BF-49B2-AFD2-97BB2616F504}
{7625C642-71F0-45E3-A2CF-B19E4A2E407E} = {9516266B-5BDB-4C5E-AA63-8D560BC7B1F4}
{E0E18959-E658-4A50-AF18-574786AFBDE5} = {70B6F5C0-C6BF-49B2-AFD2-97BB2616F504}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C4A38F9A-7AAB-41F9-BA59-93D03FCB7902}
EndGlobalSection
EndGlobal