-
Notifications
You must be signed in to change notification settings - Fork 0
/
caffe.sln
78 lines (78 loc) · 5.18 KB
/
caffe.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "caffe", "caffe\caffe.vcxproj", "{E7B33412-CF2F-435D-9C91-26AC13DC578C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8A645AA9-6FFA-448E-BBD0-74F7382B4264}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libClassification", "libClassification\libClassification.vcxproj", "{55468200-4311-4568-BF06-E417E19025B2}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ocr_test", "ocr_test\ocr_test.vcxproj", "{2CC545B1-643B-4307-9D90-13E93E8FEBD3}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WM_ocr_test", "WM_ocr_test\WM_ocr_test.vcxproj", "{8CB44001-2641-44D8-A461-D47B24B64349}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E7B33412-CF2F-435D-9C91-26AC13DC578C}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{E7B33412-CF2F-435D-9C91-26AC13DC578C}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{E7B33412-CF2F-435D-9C91-26AC13DC578C}.Debug|Win32.ActiveCfg = Debug|Win32
{E7B33412-CF2F-435D-9C91-26AC13DC578C}.Debug|Win32.Build.0 = Debug|Win32
{E7B33412-CF2F-435D-9C91-26AC13DC578C}.Debug|x64.ActiveCfg = Debug|x64
{E7B33412-CF2F-435D-9C91-26AC13DC578C}.Debug|x64.Build.0 = Debug|x64
{E7B33412-CF2F-435D-9C91-26AC13DC578C}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{E7B33412-CF2F-435D-9C91-26AC13DC578C}.Release|Mixed Platforms.Build.0 = Release|Win32
{E7B33412-CF2F-435D-9C91-26AC13DC578C}.Release|Win32.ActiveCfg = Release|Win32
{E7B33412-CF2F-435D-9C91-26AC13DC578C}.Release|Win32.Build.0 = Release|Win32
{E7B33412-CF2F-435D-9C91-26AC13DC578C}.Release|x64.ActiveCfg = Release|x64
{E7B33412-CF2F-435D-9C91-26AC13DC578C}.Release|x64.Build.0 = Release|x64
{55468200-4311-4568-BF06-E417E19025B2}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{55468200-4311-4568-BF06-E417E19025B2}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{55468200-4311-4568-BF06-E417E19025B2}.Debug|Win32.ActiveCfg = Debug|Win32
{55468200-4311-4568-BF06-E417E19025B2}.Debug|Win32.Build.0 = Debug|Win32
{55468200-4311-4568-BF06-E417E19025B2}.Debug|x64.ActiveCfg = Debug|x64
{55468200-4311-4568-BF06-E417E19025B2}.Debug|x64.Build.0 = Debug|x64
{55468200-4311-4568-BF06-E417E19025B2}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{55468200-4311-4568-BF06-E417E19025B2}.Release|Mixed Platforms.Build.0 = Release|Win32
{55468200-4311-4568-BF06-E417E19025B2}.Release|Win32.ActiveCfg = Release|Win32
{55468200-4311-4568-BF06-E417E19025B2}.Release|Win32.Build.0 = Release|Win32
{55468200-4311-4568-BF06-E417E19025B2}.Release|x64.ActiveCfg = Release|x64
{55468200-4311-4568-BF06-E417E19025B2}.Release|x64.Build.0 = Release|x64
{2CC545B1-643B-4307-9D90-13E93E8FEBD3}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{2CC545B1-643B-4307-9D90-13E93E8FEBD3}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{2CC545B1-643B-4307-9D90-13E93E8FEBD3}.Debug|Win32.ActiveCfg = Debug|Win32
{2CC545B1-643B-4307-9D90-13E93E8FEBD3}.Debug|Win32.Build.0 = Debug|Win32
{2CC545B1-643B-4307-9D90-13E93E8FEBD3}.Debug|x64.ActiveCfg = Debug|x64
{2CC545B1-643B-4307-9D90-13E93E8FEBD3}.Debug|x64.Build.0 = Debug|x64
{2CC545B1-643B-4307-9D90-13E93E8FEBD3}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{2CC545B1-643B-4307-9D90-13E93E8FEBD3}.Release|Mixed Platforms.Build.0 = Release|Win32
{2CC545B1-643B-4307-9D90-13E93E8FEBD3}.Release|Win32.ActiveCfg = Release|Win32
{2CC545B1-643B-4307-9D90-13E93E8FEBD3}.Release|Win32.Build.0 = Release|Win32
{2CC545B1-643B-4307-9D90-13E93E8FEBD3}.Release|x64.ActiveCfg = Release|x64
{2CC545B1-643B-4307-9D90-13E93E8FEBD3}.Release|x64.Build.0 = Release|x64
{8CB44001-2641-44D8-A461-D47B24B64349}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{8CB44001-2641-44D8-A461-D47B24B64349}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{8CB44001-2641-44D8-A461-D47B24B64349}.Debug|Win32.ActiveCfg = Debug|Win32
{8CB44001-2641-44D8-A461-D47B24B64349}.Debug|Win32.Build.0 = Debug|Win32
{8CB44001-2641-44D8-A461-D47B24B64349}.Debug|x64.ActiveCfg = Debug|x64
{8CB44001-2641-44D8-A461-D47B24B64349}.Debug|x64.Build.0 = Debug|x64
{8CB44001-2641-44D8-A461-D47B24B64349}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{8CB44001-2641-44D8-A461-D47B24B64349}.Release|Mixed Platforms.Build.0 = Release|Win32
{8CB44001-2641-44D8-A461-D47B24B64349}.Release|Win32.ActiveCfg = Release|Win32
{8CB44001-2641-44D8-A461-D47B24B64349}.Release|Win32.Build.0 = Release|Win32
{8CB44001-2641-44D8-A461-D47B24B64349}.Release|x64.ActiveCfg = Release|x64
{8CB44001-2641-44D8-A461-D47B24B64349}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal