-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathClusterAnalysis.sln
41 lines (41 loc) · 2.1 KB
/
ClusterAnalysis.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33414.496
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClusterAnalysis", "src\ClusterAnalysis\ClusterAnalysis.csproj", "{9C088B77-AB3C-42CC-A323-A5C1CD4CCC0D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{5657FAA5-5803-419F-AF1C-4C2C935C8A74}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{002EF587-4CD5-4D16-BA09-3B7232029928}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClusterAnalysis.Tests", "tests\ClusterAnalysis.Tests\ClusterAnalysis.Tests.csproj", "{0F29764F-302A-49C4-A4EA-5D52BF818B59}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9C088B77-AB3C-42CC-A323-A5C1CD4CCC0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C088B77-AB3C-42CC-A323-A5C1CD4CCC0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C088B77-AB3C-42CC-A323-A5C1CD4CCC0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C088B77-AB3C-42CC-A323-A5C1CD4CCC0D}.Release|Any CPU.Build.0 = Release|Any CPU
{0F29764F-302A-49C4-A4EA-5D52BF818B59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F29764F-302A-49C4-A4EA-5D52BF818B59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F29764F-302A-49C4-A4EA-5D52BF818B59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F29764F-302A-49C4-A4EA-5D52BF818B59}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0F29764F-302A-49C4-A4EA-5D52BF818B59} = {002EF587-4CD5-4D16-BA09-3B7232029928}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {89FB7437-7745-48FC-957A-CEA3C2E62DFB}
EndGlobalSection
EndGlobal