-
Notifications
You must be signed in to change notification settings - Fork 5
/
Ann.sln
58 lines (58 loc) · 3.48 KB
/
Ann.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{41E75F15-A637-4641-90B6-28AA6A86F016}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{915082DA-9931-4103-BB81-1582AA80A367}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ann.Mnist", "Examples\Ann.Mnist\Ann.Mnist.csproj", "{604E78F9-9D54-442A-B141-1E401C56DCC5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ann", "Ann\Ann.csproj", "{B6181135-9EB7-4E88-B566-97B74E5F3343}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ann.Utils", "Ann.Utils\Ann.Utils.csproj", "{F8C8696F-92BC-48C0-9DA2-F04D4F5904CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ann.Tests", "Ann.Tests\Ann.Tests.csproj", "{7DA3458E-8E74-4382-9FBB-69AB95FBEBD4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ann.Fingers", "Examples\Ann.Fingers\Ann.Fingers.csproj", "{5D37B89D-C884-40D2-B4CB-317ACBD05B01}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{604E78F9-9D54-442A-B141-1E401C56DCC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{604E78F9-9D54-442A-B141-1E401C56DCC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{604E78F9-9D54-442A-B141-1E401C56DCC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{604E78F9-9D54-442A-B141-1E401C56DCC5}.Release|Any CPU.Build.0 = Release|Any CPU
{B6181135-9EB7-4E88-B566-97B74E5F3343}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6181135-9EB7-4E88-B566-97B74E5F3343}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6181135-9EB7-4E88-B566-97B74E5F3343}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6181135-9EB7-4E88-B566-97B74E5F3343}.Release|Any CPU.Build.0 = Release|Any CPU
{F8C8696F-92BC-48C0-9DA2-F04D4F5904CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8C8696F-92BC-48C0-9DA2-F04D4F5904CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8C8696F-92BC-48C0-9DA2-F04D4F5904CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8C8696F-92BC-48C0-9DA2-F04D4F5904CD}.Release|Any CPU.Build.0 = Release|Any CPU
{7DA3458E-8E74-4382-9FBB-69AB95FBEBD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DA3458E-8E74-4382-9FBB-69AB95FBEBD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DA3458E-8E74-4382-9FBB-69AB95FBEBD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DA3458E-8E74-4382-9FBB-69AB95FBEBD4}.Release|Any CPU.Build.0 = Release|Any CPU
{5D37B89D-C884-40D2-B4CB-317ACBD05B01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D37B89D-C884-40D2-B4CB-317ACBD05B01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D37B89D-C884-40D2-B4CB-317ACBD05B01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D37B89D-C884-40D2-B4CB-317ACBD05B01}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{604E78F9-9D54-442A-B141-1E401C56DCC5} = {915082DA-9931-4103-BB81-1582AA80A367}
{7DA3458E-8E74-4382-9FBB-69AB95FBEBD4} = {41E75F15-A637-4641-90B6-28AA6A86F016}
{5D37B89D-C884-40D2-B4CB-317ACBD05B01} = {915082DA-9931-4103-BB81-1582AA80A367}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {57260FA5-50DB-4FE4-A019-183DE2B28A17}
EndGlobalSection
EndGlobal