-
Notifications
You must be signed in to change notification settings - Fork 44
/
nnForge.sln
104 lines (104 loc) · 6.79 KB
/
nnForge.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nnforge", "nnforge\nnforge.vcxproj", "{435CF80F-3A53-4B85-8569-3C477F3CEEFC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "backends", "backends", "{5EEEDE56-C299-45EC-9994-FBD2BA962D8D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nnforge_cuda", "nnforge\cuda\cuda.vcxproj", "{807BF109-6710-41D5-96BB-A2A55636752E}"
ProjectSection(ProjectDependencies) = postProject
{435CF80F-3A53-4B85-8569-3C477F3CEEFC} = {435CF80F-3A53-4B85-8569-3C477F3CEEFC}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nnforge_plain", "nnforge\plain\plain.vcxproj", "{1E4C82DC-0C7F-43C1-8C1F-1F1B5FD54487}"
ProjectSection(ProjectDependencies) = postProject
{435CF80F-3A53-4B85-8569-3C477F3CEEFC} = {435CF80F-3A53-4B85-8569-3C477F3CEEFC}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{C59D5649-DC50-457B-BBFB-A64608FA21E4}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtsrb", "examples\gtsrb\gtsrb.vcxproj", "{C248E0D0-8AF0-4966-A521-3A18969F497F}"
ProjectSection(ProjectDependencies) = postProject
{807BF109-6710-41D5-96BB-A2A55636752E} = {807BF109-6710-41D5-96BB-A2A55636752E}
{435CF80F-3A53-4B85-8569-3C477F3CEEFC} = {435CF80F-3A53-4B85-8569-3C477F3CEEFC}
{1E4C82DC-0C7F-43C1-8C1F-1F1B5FD54487} = {1E4C82DC-0C7F-43C1-8C1F-1F1B5FD54487}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "image_classifier_demo", "examples\image_classifier_demo\image_classifier_demo.vcxproj", "{2C7F62A9-5103-4ACF-9663-3A25787F208A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imagenet", "examples\imagenet\imagenet.vcxproj", "{BD9805C1-D6AA-4604-995F-FD033FFAD16F}"
EndProject
Global
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x64 = Debug|x64
Release|Mixed Platforms = Release|Mixed Platforms
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{435CF80F-3A53-4B85-8569-3C477F3CEEFC}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{435CF80F-3A53-4B85-8569-3C477F3CEEFC}.Debug|Mixed Platforms.Build.0 = Debug|x64
{435CF80F-3A53-4B85-8569-3C477F3CEEFC}.Debug|x64.ActiveCfg = Debug|x64
{435CF80F-3A53-4B85-8569-3C477F3CEEFC}.Debug|x64.Build.0 = Debug|x64
{435CF80F-3A53-4B85-8569-3C477F3CEEFC}.Release|Mixed Platforms.ActiveCfg = Release|x64
{435CF80F-3A53-4B85-8569-3C477F3CEEFC}.Release|Mixed Platforms.Build.0 = Release|x64
{435CF80F-3A53-4B85-8569-3C477F3CEEFC}.Release|x64.ActiveCfg = Release|x64
{435CF80F-3A53-4B85-8569-3C477F3CEEFC}.Release|x64.Build.0 = Release|x64
{807BF109-6710-41D5-96BB-A2A55636752E}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{807BF109-6710-41D5-96BB-A2A55636752E}.Debug|Mixed Platforms.Build.0 = Debug|x64
{807BF109-6710-41D5-96BB-A2A55636752E}.Debug|x64.ActiveCfg = Debug|x64
{807BF109-6710-41D5-96BB-A2A55636752E}.Debug|x64.Build.0 = Debug|x64
{807BF109-6710-41D5-96BB-A2A55636752E}.Release|Mixed Platforms.ActiveCfg = Release|x64
{807BF109-6710-41D5-96BB-A2A55636752E}.Release|Mixed Platforms.Build.0 = Release|x64
{807BF109-6710-41D5-96BB-A2A55636752E}.Release|x64.ActiveCfg = Release|x64
{807BF109-6710-41D5-96BB-A2A55636752E}.Release|x64.Build.0 = Release|x64
{1E4C82DC-0C7F-43C1-8C1F-1F1B5FD54487}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{1E4C82DC-0C7F-43C1-8C1F-1F1B5FD54487}.Debug|Mixed Platforms.Build.0 = Debug|x64
{1E4C82DC-0C7F-43C1-8C1F-1F1B5FD54487}.Debug|x64.ActiveCfg = Debug|x64
{1E4C82DC-0C7F-43C1-8C1F-1F1B5FD54487}.Debug|x64.Build.0 = Debug|x64
{1E4C82DC-0C7F-43C1-8C1F-1F1B5FD54487}.Release|Mixed Platforms.ActiveCfg = Release|x64
{1E4C82DC-0C7F-43C1-8C1F-1F1B5FD54487}.Release|Mixed Platforms.Build.0 = Release|x64
{1E4C82DC-0C7F-43C1-8C1F-1F1B5FD54487}.Release|x64.ActiveCfg = Release|x64
{1E4C82DC-0C7F-43C1-8C1F-1F1B5FD54487}.Release|x64.Build.0 = Release|x64
{C248E0D0-8AF0-4966-A521-3A18969F497F}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{C248E0D0-8AF0-4966-A521-3A18969F497F}.Debug|Mixed Platforms.Build.0 = Debug|x64
{C248E0D0-8AF0-4966-A521-3A18969F497F}.Debug|x64.ActiveCfg = Debug|x64
{C248E0D0-8AF0-4966-A521-3A18969F497F}.Debug|x64.Build.0 = Debug|x64
{C248E0D0-8AF0-4966-A521-3A18969F497F}.Release|Mixed Platforms.ActiveCfg = Release|x64
{C248E0D0-8AF0-4966-A521-3A18969F497F}.Release|Mixed Platforms.Build.0 = Release|x64
{C248E0D0-8AF0-4966-A521-3A18969F497F}.Release|x64.ActiveCfg = Release|x64
{C248E0D0-8AF0-4966-A521-3A18969F497F}.Release|x64.Build.0 = Release|x64
{2C7F62A9-5103-4ACF-9663-3A25787F208A}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{2C7F62A9-5103-4ACF-9663-3A25787F208A}.Debug|Mixed Platforms.Build.0 = Debug|x64
{2C7F62A9-5103-4ACF-9663-3A25787F208A}.Debug|x64.ActiveCfg = Debug|x64
{2C7F62A9-5103-4ACF-9663-3A25787F208A}.Debug|x64.Build.0 = Debug|x64
{2C7F62A9-5103-4ACF-9663-3A25787F208A}.Release|Mixed Platforms.ActiveCfg = Release|x64
{2C7F62A9-5103-4ACF-9663-3A25787F208A}.Release|Mixed Platforms.Build.0 = Release|x64
{2C7F62A9-5103-4ACF-9663-3A25787F208A}.Release|x64.ActiveCfg = Release|x64
{2C7F62A9-5103-4ACF-9663-3A25787F208A}.Release|x64.Build.0 = Release|x64
{BD9805C1-D6AA-4604-995F-FD033FFAD16F}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{BD9805C1-D6AA-4604-995F-FD033FFAD16F}.Debug|Mixed Platforms.Build.0 = Debug|x64
{BD9805C1-D6AA-4604-995F-FD033FFAD16F}.Debug|x64.ActiveCfg = Debug|x64
{BD9805C1-D6AA-4604-995F-FD033FFAD16F}.Debug|x64.Build.0 = Debug|x64
{BD9805C1-D6AA-4604-995F-FD033FFAD16F}.Release|Mixed Platforms.ActiveCfg = Release|x64
{BD9805C1-D6AA-4604-995F-FD033FFAD16F}.Release|Mixed Platforms.Build.0 = Release|x64
{BD9805C1-D6AA-4604-995F-FD033FFAD16F}.Release|x64.ActiveCfg = Release|x64
{BD9805C1-D6AA-4604-995F-FD033FFAD16F}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{807BF109-6710-41D5-96BB-A2A55636752E} = {5EEEDE56-C299-45EC-9994-FBD2BA962D8D}
{1E4C82DC-0C7F-43C1-8C1F-1F1B5FD54487} = {5EEEDE56-C299-45EC-9994-FBD2BA962D8D}
{C248E0D0-8AF0-4966-A521-3A18969F497F} = {C59D5649-DC50-457B-BBFB-A64608FA21E4}
{2C7F62A9-5103-4ACF-9663-3A25787F208A} = {C59D5649-DC50-457B-BBFB-A64608FA21E4}
{BD9805C1-D6AA-4604-995F-FD033FFAD16F} = {C59D5649-DC50-457B-BBFB-A64608FA21E4}
EndGlobalSection
EndGlobal