-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSelfOrganizingMap.sln
More file actions
51 lines (51 loc) · 2.89 KB
/
SelfOrganizingMap.sln
File metadata and controls
51 lines (51 loc) · 2.89 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
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1F161196-C5F4-47DC-A203-E104208416FD}"
ProjectSection(SolutionItems) = preProject
AllRulesAsErrors.ruleset = AllRulesAsErrors.ruleset
Common.targets = Common.targets
README.md = README.md
Settings.StyleCop = Settings.StyleCop
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Code", "Code", "{6B68CEDD-3F16-463F-BD52-FF990AF46BEB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SelfOrganizingMap", "Code\SelfOrganizingMap\SelfOrganizingMap.csproj", "{4F49293C-4FBE-4270-BF1F-AEE7DD07AEA1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{323E9848-C0C6-47C8-AA3F-12C657DFC210}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SelfOrganizingMap.Tests", "Tests\SelfOrganizingMap.Tests\SelfOrganizingMap.Tests.csproj", "{C4E5E210-B0A2-4139-8638-5A38A53C22DF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sample", "Sample", "{7E11A45D-5AF7-4CD6-9BFB-A980BAF829C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColorSOM", "Sample\ColorSOM\ColorSOM.csproj", "{03D5C7F7-40C6-4801-AA32-1080350C7132}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F49293C-4FBE-4270-BF1F-AEE7DD07AEA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F49293C-4FBE-4270-BF1F-AEE7DD07AEA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F49293C-4FBE-4270-BF1F-AEE7DD07AEA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F49293C-4FBE-4270-BF1F-AEE7DD07AEA1}.Release|Any CPU.Build.0 = Release|Any CPU
{C4E5E210-B0A2-4139-8638-5A38A53C22DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4E5E210-B0A2-4139-8638-5A38A53C22DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4E5E210-B0A2-4139-8638-5A38A53C22DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4E5E210-B0A2-4139-8638-5A38A53C22DF}.Release|Any CPU.Build.0 = Release|Any CPU
{03D5C7F7-40C6-4801-AA32-1080350C7132}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03D5C7F7-40C6-4801-AA32-1080350C7132}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03D5C7F7-40C6-4801-AA32-1080350C7132}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03D5C7F7-40C6-4801-AA32-1080350C7132}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4F49293C-4FBE-4270-BF1F-AEE7DD07AEA1} = {6B68CEDD-3F16-463F-BD52-FF990AF46BEB}
{C4E5E210-B0A2-4139-8638-5A38A53C22DF} = {323E9848-C0C6-47C8-AA3F-12C657DFC210}
{03D5C7F7-40C6-4801-AA32-1080350C7132} = {7E11A45D-5AF7-4CD6-9BFB-A980BAF829C3}
EndGlobalSection
EndGlobal