-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathreconstruction.sln
66 lines (66 loc) · 4.29 KB
/
reconstruction.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "reconstruction", "reconstruction\reconstruction.vcxproj", "{4D29FF33-5067-4DAF-A3D9-FB7F369D8DCE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CloudOptimization", "CloudOptimization\CloudOptimization.vcxproj", "{4B39FCBD-A7C4-46D2-9D85-E45E7C291AA5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Kinect2Cloud", "Kinect2Cloud\Kinect2Cloud.vcxproj", "{6BA859C0-4080-478D-9766-DD9FA2F4A961}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BatchProcess", "BatchProcess\BatchProcess.vcxproj", "{594E107D-DE5E-4E1B-A753-EF333751E6E2}"
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
{4D29FF33-5067-4DAF-A3D9-FB7F369D8DCE}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{4D29FF33-5067-4DAF-A3D9-FB7F369D8DCE}.Debug|Mixed Platforms.Build.0 = Debug|x64
{4D29FF33-5067-4DAF-A3D9-FB7F369D8DCE}.Debug|Win32.ActiveCfg = Debug|x64
{4D29FF33-5067-4DAF-A3D9-FB7F369D8DCE}.Debug|x64.ActiveCfg = Debug|x64
{4D29FF33-5067-4DAF-A3D9-FB7F369D8DCE}.Debug|x64.Build.0 = Debug|x64
{4D29FF33-5067-4DAF-A3D9-FB7F369D8DCE}.Release|Mixed Platforms.ActiveCfg = Release|x64
{4D29FF33-5067-4DAF-A3D9-FB7F369D8DCE}.Release|Mixed Platforms.Build.0 = Release|x64
{4D29FF33-5067-4DAF-A3D9-FB7F369D8DCE}.Release|Win32.ActiveCfg = Release|x64
{4D29FF33-5067-4DAF-A3D9-FB7F369D8DCE}.Release|x64.ActiveCfg = Release|x64
{4D29FF33-5067-4DAF-A3D9-FB7F369D8DCE}.Release|x64.Build.0 = Release|x64
{4B39FCBD-A7C4-46D2-9D85-E45E7C291AA5}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{4B39FCBD-A7C4-46D2-9D85-E45E7C291AA5}.Debug|Mixed Platforms.Build.0 = Debug|x64
{4B39FCBD-A7C4-46D2-9D85-E45E7C291AA5}.Debug|Win32.ActiveCfg = Debug|x64
{4B39FCBD-A7C4-46D2-9D85-E45E7C291AA5}.Debug|x64.ActiveCfg = Debug|x64
{4B39FCBD-A7C4-46D2-9D85-E45E7C291AA5}.Debug|x64.Build.0 = Debug|x64
{4B39FCBD-A7C4-46D2-9D85-E45E7C291AA5}.Release|Mixed Platforms.ActiveCfg = Release|x64
{4B39FCBD-A7C4-46D2-9D85-E45E7C291AA5}.Release|Mixed Platforms.Build.0 = Release|x64
{4B39FCBD-A7C4-46D2-9D85-E45E7C291AA5}.Release|Win32.ActiveCfg = Release|x64
{4B39FCBD-A7C4-46D2-9D85-E45E7C291AA5}.Release|x64.ActiveCfg = Release|x64
{4B39FCBD-A7C4-46D2-9D85-E45E7C291AA5}.Release|x64.Build.0 = Release|x64
{6BA859C0-4080-478D-9766-DD9FA2F4A961}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{6BA859C0-4080-478D-9766-DD9FA2F4A961}.Debug|Mixed Platforms.Build.0 = Debug|x64
{6BA859C0-4080-478D-9766-DD9FA2F4A961}.Debug|Win32.ActiveCfg = Debug|x64
{6BA859C0-4080-478D-9766-DD9FA2F4A961}.Debug|x64.ActiveCfg = Debug|x64
{6BA859C0-4080-478D-9766-DD9FA2F4A961}.Debug|x64.Build.0 = Debug|x64
{6BA859C0-4080-478D-9766-DD9FA2F4A961}.Release|Mixed Platforms.ActiveCfg = Release|x64
{6BA859C0-4080-478D-9766-DD9FA2F4A961}.Release|Mixed Platforms.Build.0 = Release|x64
{6BA859C0-4080-478D-9766-DD9FA2F4A961}.Release|Win32.ActiveCfg = Release|x64
{6BA859C0-4080-478D-9766-DD9FA2F4A961}.Release|x64.ActiveCfg = Release|x64
{6BA859C0-4080-478D-9766-DD9FA2F4A961}.Release|x64.Build.0 = Release|x64
{594E107D-DE5E-4E1B-A753-EF333751E6E2}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{594E107D-DE5E-4E1B-A753-EF333751E6E2}.Debug|Mixed Platforms.Build.0 = Debug|x64
{594E107D-DE5E-4E1B-A753-EF333751E6E2}.Debug|Win32.ActiveCfg = Debug|x64
{594E107D-DE5E-4E1B-A753-EF333751E6E2}.Debug|x64.ActiveCfg = Debug|x64
{594E107D-DE5E-4E1B-A753-EF333751E6E2}.Debug|x64.Build.0 = Debug|x64
{594E107D-DE5E-4E1B-A753-EF333751E6E2}.Release|Mixed Platforms.ActiveCfg = Release|x64
{594E107D-DE5E-4E1B-A753-EF333751E6E2}.Release|Mixed Platforms.Build.0 = Release|x64
{594E107D-DE5E-4E1B-A753-EF333751E6E2}.Release|Win32.ActiveCfg = Release|x64
{594E107D-DE5E-4E1B-A753-EF333751E6E2}.Release|x64.ActiveCfg = Release|x64
{594E107D-DE5E-4E1B-A753-EF333751E6E2}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal