-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSkeletonTracker.sln
138 lines (138 loc) · 9.14 KB
/
SkeletonTracker.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SkeletonTracker", "SkeletonTracker\SkeletonTracker.vcxproj", "{5B3E3CFD-1FE2-41FD-8417-981C93551F4E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ShowColorImage", "ShowColorImage\ShowColorImage.vcxproj", "{59358947-ED63-42E8-876F-5FB2B0CC9773}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ShowDepthImage", "ShowDepthImage\ShowDepthImage.vcxproj", "{5E98BC96-7A25-45D4-AA6B-DE32CBFF93AD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AC13022E-0B50-4B37-BA31-116BCB86519E}"
ProjectSection(SolutionItems) = preProject
License.txt = License.txt
parameter.xml = parameter.xml
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SkeletonSegmentation", "SkeletonSegmentation\SkeletonSegmentation.vcxproj", "{4EA8EE5C-A34A-4F5A-952D-4BEC68B066AC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SendSkeleton", "SendSkeleton\SendSkeleton.vcxproj", "{7C7D6D57-BE23-47EB-81EF-DF7B7D84E947}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReceiveSkeleton", "ReceiveSkeleton\ReceiveSkeleton.vcxproj", "{4A6A101A-1C4C-46D8-8966-BCD8C5E2964C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Calibration", "Calibration\Calibration.vcxproj", "{705440AC-5C16-4437-B1AB-EED6E417CF14}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FaceDetection", "FaceDetection\FaceDetection.vcxproj", "{FDBE2EC4-F5DE-4B3D-A489-5C95CE07161D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Redist|x64 = Redist|x64
Redist|x86 = Redist|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B3E3CFD-1FE2-41FD-8417-981C93551F4E}.Debug|x64.ActiveCfg = Debug|x64
{5B3E3CFD-1FE2-41FD-8417-981C93551F4E}.Debug|x64.Build.0 = Debug|x64
{5B3E3CFD-1FE2-41FD-8417-981C93551F4E}.Debug|x86.ActiveCfg = Debug|Win32
{5B3E3CFD-1FE2-41FD-8417-981C93551F4E}.Debug|x86.Build.0 = Debug|Win32
{5B3E3CFD-1FE2-41FD-8417-981C93551F4E}.Redist|x64.ActiveCfg = Redist|x64
{5B3E3CFD-1FE2-41FD-8417-981C93551F4E}.Redist|x64.Build.0 = Redist|x64
{5B3E3CFD-1FE2-41FD-8417-981C93551F4E}.Redist|x86.ActiveCfg = Redist|Win32
{5B3E3CFD-1FE2-41FD-8417-981C93551F4E}.Redist|x86.Build.0 = Redist|Win32
{5B3E3CFD-1FE2-41FD-8417-981C93551F4E}.Release|x64.ActiveCfg = Release|x64
{5B3E3CFD-1FE2-41FD-8417-981C93551F4E}.Release|x64.Build.0 = Release|x64
{5B3E3CFD-1FE2-41FD-8417-981C93551F4E}.Release|x86.ActiveCfg = Release|Win32
{5B3E3CFD-1FE2-41FD-8417-981C93551F4E}.Release|x86.Build.0 = Release|Win32
{59358947-ED63-42E8-876F-5FB2B0CC9773}.Debug|x64.ActiveCfg = Debug|x64
{59358947-ED63-42E8-876F-5FB2B0CC9773}.Debug|x64.Build.0 = Debug|x64
{59358947-ED63-42E8-876F-5FB2B0CC9773}.Debug|x86.ActiveCfg = Debug|Win32
{59358947-ED63-42E8-876F-5FB2B0CC9773}.Debug|x86.Build.0 = Debug|Win32
{59358947-ED63-42E8-876F-5FB2B0CC9773}.Redist|x64.ActiveCfg = Redist|x64
{59358947-ED63-42E8-876F-5FB2B0CC9773}.Redist|x64.Build.0 = Redist|x64
{59358947-ED63-42E8-876F-5FB2B0CC9773}.Redist|x86.ActiveCfg = Redist|Win32
{59358947-ED63-42E8-876F-5FB2B0CC9773}.Redist|x86.Build.0 = Redist|Win32
{59358947-ED63-42E8-876F-5FB2B0CC9773}.Release|x64.ActiveCfg = Release|x64
{59358947-ED63-42E8-876F-5FB2B0CC9773}.Release|x64.Build.0 = Release|x64
{59358947-ED63-42E8-876F-5FB2B0CC9773}.Release|x86.ActiveCfg = Release|Win32
{59358947-ED63-42E8-876F-5FB2B0CC9773}.Release|x86.Build.0 = Release|Win32
{5E98BC96-7A25-45D4-AA6B-DE32CBFF93AD}.Debug|x64.ActiveCfg = Debug|x64
{5E98BC96-7A25-45D4-AA6B-DE32CBFF93AD}.Debug|x64.Build.0 = Debug|x64
{5E98BC96-7A25-45D4-AA6B-DE32CBFF93AD}.Debug|x86.ActiveCfg = Debug|Win32
{5E98BC96-7A25-45D4-AA6B-DE32CBFF93AD}.Debug|x86.Build.0 = Debug|Win32
{5E98BC96-7A25-45D4-AA6B-DE32CBFF93AD}.Redist|x64.ActiveCfg = Redist|x64
{5E98BC96-7A25-45D4-AA6B-DE32CBFF93AD}.Redist|x64.Build.0 = Redist|x64
{5E98BC96-7A25-45D4-AA6B-DE32CBFF93AD}.Redist|x86.ActiveCfg = Redist|Win32
{5E98BC96-7A25-45D4-AA6B-DE32CBFF93AD}.Redist|x86.Build.0 = Redist|Win32
{5E98BC96-7A25-45D4-AA6B-DE32CBFF93AD}.Release|x64.ActiveCfg = Release|x64
{5E98BC96-7A25-45D4-AA6B-DE32CBFF93AD}.Release|x64.Build.0 = Release|x64
{5E98BC96-7A25-45D4-AA6B-DE32CBFF93AD}.Release|x86.ActiveCfg = Release|Win32
{5E98BC96-7A25-45D4-AA6B-DE32CBFF93AD}.Release|x86.Build.0 = Release|Win32
{4EA8EE5C-A34A-4F5A-952D-4BEC68B066AC}.Debug|x64.ActiveCfg = Debug|x64
{4EA8EE5C-A34A-4F5A-952D-4BEC68B066AC}.Debug|x64.Build.0 = Debug|x64
{4EA8EE5C-A34A-4F5A-952D-4BEC68B066AC}.Debug|x86.ActiveCfg = Debug|Win32
{4EA8EE5C-A34A-4F5A-952D-4BEC68B066AC}.Debug|x86.Build.0 = Debug|Win32
{4EA8EE5C-A34A-4F5A-952D-4BEC68B066AC}.Redist|x64.ActiveCfg = Redist|x64
{4EA8EE5C-A34A-4F5A-952D-4BEC68B066AC}.Redist|x64.Build.0 = Redist|x64
{4EA8EE5C-A34A-4F5A-952D-4BEC68B066AC}.Redist|x86.ActiveCfg = Redist|Win32
{4EA8EE5C-A34A-4F5A-952D-4BEC68B066AC}.Redist|x86.Build.0 = Redist|Win32
{4EA8EE5C-A34A-4F5A-952D-4BEC68B066AC}.Release|x64.ActiveCfg = Release|x64
{4EA8EE5C-A34A-4F5A-952D-4BEC68B066AC}.Release|x64.Build.0 = Release|x64
{4EA8EE5C-A34A-4F5A-952D-4BEC68B066AC}.Release|x86.ActiveCfg = Release|Win32
{4EA8EE5C-A34A-4F5A-952D-4BEC68B066AC}.Release|x86.Build.0 = Release|Win32
{7C7D6D57-BE23-47EB-81EF-DF7B7D84E947}.Debug|x64.ActiveCfg = Debug|x64
{7C7D6D57-BE23-47EB-81EF-DF7B7D84E947}.Debug|x64.Build.0 = Debug|x64
{7C7D6D57-BE23-47EB-81EF-DF7B7D84E947}.Debug|x86.ActiveCfg = Debug|Win32
{7C7D6D57-BE23-47EB-81EF-DF7B7D84E947}.Debug|x86.Build.0 = Debug|Win32
{7C7D6D57-BE23-47EB-81EF-DF7B7D84E947}.Redist|x64.ActiveCfg = Redist|x64
{7C7D6D57-BE23-47EB-81EF-DF7B7D84E947}.Redist|x64.Build.0 = Redist|x64
{7C7D6D57-BE23-47EB-81EF-DF7B7D84E947}.Redist|x86.ActiveCfg = Redist|Win32
{7C7D6D57-BE23-47EB-81EF-DF7B7D84E947}.Redist|x86.Build.0 = Redist|Win32
{7C7D6D57-BE23-47EB-81EF-DF7B7D84E947}.Release|x64.ActiveCfg = Release|x64
{7C7D6D57-BE23-47EB-81EF-DF7B7D84E947}.Release|x64.Build.0 = Release|x64
{7C7D6D57-BE23-47EB-81EF-DF7B7D84E947}.Release|x86.ActiveCfg = Release|Win32
{7C7D6D57-BE23-47EB-81EF-DF7B7D84E947}.Release|x86.Build.0 = Release|Win32
{4A6A101A-1C4C-46D8-8966-BCD8C5E2964C}.Debug|x64.ActiveCfg = Debug|x64
{4A6A101A-1C4C-46D8-8966-BCD8C5E2964C}.Debug|x64.Build.0 = Debug|x64
{4A6A101A-1C4C-46D8-8966-BCD8C5E2964C}.Debug|x86.ActiveCfg = Debug|Win32
{4A6A101A-1C4C-46D8-8966-BCD8C5E2964C}.Debug|x86.Build.0 = Debug|Win32
{4A6A101A-1C4C-46D8-8966-BCD8C5E2964C}.Redist|x64.ActiveCfg = Redist|x64
{4A6A101A-1C4C-46D8-8966-BCD8C5E2964C}.Redist|x64.Build.0 = Redist|x64
{4A6A101A-1C4C-46D8-8966-BCD8C5E2964C}.Redist|x86.ActiveCfg = Redist|Win32
{4A6A101A-1C4C-46D8-8966-BCD8C5E2964C}.Redist|x86.Build.0 = Redist|Win32
{4A6A101A-1C4C-46D8-8966-BCD8C5E2964C}.Release|x64.ActiveCfg = Release|x64
{4A6A101A-1C4C-46D8-8966-BCD8C5E2964C}.Release|x64.Build.0 = Release|x64
{4A6A101A-1C4C-46D8-8966-BCD8C5E2964C}.Release|x86.ActiveCfg = Release|Win32
{4A6A101A-1C4C-46D8-8966-BCD8C5E2964C}.Release|x86.Build.0 = Release|Win32
{705440AC-5C16-4437-B1AB-EED6E417CF14}.Debug|x64.ActiveCfg = Debug|x64
{705440AC-5C16-4437-B1AB-EED6E417CF14}.Debug|x64.Build.0 = Debug|x64
{705440AC-5C16-4437-B1AB-EED6E417CF14}.Debug|x86.ActiveCfg = Debug|Win32
{705440AC-5C16-4437-B1AB-EED6E417CF14}.Debug|x86.Build.0 = Debug|Win32
{705440AC-5C16-4437-B1AB-EED6E417CF14}.Redist|x64.ActiveCfg = Redist|x64
{705440AC-5C16-4437-B1AB-EED6E417CF14}.Redist|x64.Build.0 = Redist|x64
{705440AC-5C16-4437-B1AB-EED6E417CF14}.Redist|x86.ActiveCfg = Redist|Win32
{705440AC-5C16-4437-B1AB-EED6E417CF14}.Redist|x86.Build.0 = Redist|Win32
{705440AC-5C16-4437-B1AB-EED6E417CF14}.Release|x64.ActiveCfg = Release|x64
{705440AC-5C16-4437-B1AB-EED6E417CF14}.Release|x64.Build.0 = Release|x64
{705440AC-5C16-4437-B1AB-EED6E417CF14}.Release|x86.ActiveCfg = Release|Win32
{705440AC-5C16-4437-B1AB-EED6E417CF14}.Release|x86.Build.0 = Release|Win32
{FDBE2EC4-F5DE-4B3D-A489-5C95CE07161D}.Debug|x64.ActiveCfg = Debug|x64
{FDBE2EC4-F5DE-4B3D-A489-5C95CE07161D}.Debug|x64.Build.0 = Debug|x64
{FDBE2EC4-F5DE-4B3D-A489-5C95CE07161D}.Debug|x86.ActiveCfg = Debug|Win32
{FDBE2EC4-F5DE-4B3D-A489-5C95CE07161D}.Debug|x86.Build.0 = Debug|Win32
{FDBE2EC4-F5DE-4B3D-A489-5C95CE07161D}.Redist|x64.ActiveCfg = Release|x64
{FDBE2EC4-F5DE-4B3D-A489-5C95CE07161D}.Redist|x64.Build.0 = Release|x64
{FDBE2EC4-F5DE-4B3D-A489-5C95CE07161D}.Redist|x86.ActiveCfg = Release|Win32
{FDBE2EC4-F5DE-4B3D-A489-5C95CE07161D}.Redist|x86.Build.0 = Release|Win32
{FDBE2EC4-F5DE-4B3D-A489-5C95CE07161D}.Release|x64.ActiveCfg = Release|x64
{FDBE2EC4-F5DE-4B3D-A489-5C95CE07161D}.Release|x64.Build.0 = Release|x64
{FDBE2EC4-F5DE-4B3D-A489-5C95CE07161D}.Release|x86.ActiveCfg = Release|Win32
{FDBE2EC4-F5DE-4B3D-A489-5C95CE07161D}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal