-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMGroup.MachineLearning.sln
More file actions
44 lines (44 loc) · 2.33 KB
/
MGroup.MachineLearning.sln
File metadata and controls
44 lines (44 loc) · 2.33 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29306.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3855BD73-6989-4C1E-A68D-85C223EDF894}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{FE8607FC-7439-4AE3-93E4-6BE5618D4864}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MGroup.MachineLearning", "src\MGroup.MachineLearning\MGroup.MachineLearning.csproj", "{7A45B6EC-73B0-44BB-BB28-EA2EC8DCBD9D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MGroup.MachineLearning.Tests", "tests\MGroup.MachineLearning.Tests\MGroup.MachineLearning.Tests.csproj", "{471778EC-B941-4E1E-ADC3-B6793EC2AA99}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5AF3C136-2370-4383-80FA-05CC8B9D44A5}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A45B6EC-73B0-44BB-BB28-EA2EC8DCBD9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A45B6EC-73B0-44BB-BB28-EA2EC8DCBD9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A45B6EC-73B0-44BB-BB28-EA2EC8DCBD9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A45B6EC-73B0-44BB-BB28-EA2EC8DCBD9D}.Release|Any CPU.Build.0 = Release|Any CPU
{471778EC-B941-4E1E-ADC3-B6793EC2AA99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{471778EC-B941-4E1E-ADC3-B6793EC2AA99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{471778EC-B941-4E1E-ADC3-B6793EC2AA99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{471778EC-B941-4E1E-ADC3-B6793EC2AA99}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7A45B6EC-73B0-44BB-BB28-EA2EC8DCBD9D} = {3855BD73-6989-4C1E-A68D-85C223EDF894}
{471778EC-B941-4E1E-ADC3-B6793EC2AA99} = {FE8607FC-7439-4AE3-93E4-6BE5618D4864}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {68B10794-8CAA-496C-8BA3-0D8418033F59}
EndGlobalSection
EndGlobal