-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path3dModelReconstruction.sln
61 lines (61 loc) · 3.67 KB
/
3dModelReconstruction.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CameraCalibration", "CameraCalibration\CameraCalibration.vcxproj", "{ED1A2893-0096-4880-97FB-4F961C37A81F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StructureFromMotion", "StructureFromMotion\StructureFromMotion.vcxproj", "{5AE4F77F-ABDC-4361-A258-9CDBD5FF0063}"
ProjectSection(ProjectDependencies) = postProject
{05F49655-83EB-434B-9848-D93CA1696937} = {05F49655-83EB-434B-9848-D93CA1696937}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UIApplication", "UIApplication\UIApplication.vcxproj", "{772E1F09-4BC2-4513-8951-02A39E7B641F}"
ProjectSection(ProjectDependencies) = postProject
{5AE4F77F-ABDC-4361-A258-9CDBD5FF0063} = {5AE4F77F-ABDC-4361-A258-9CDBD5FF0063}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImageProcessor", "ImageProcessor\ImageProcessor.vcxproj", "{05F49655-83EB-434B-9848-D93CA1696937}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED1A2893-0096-4880-97FB-4F961C37A81F}.Debug|Win32.ActiveCfg = Debug|Win32
{ED1A2893-0096-4880-97FB-4F961C37A81F}.Debug|Win32.Build.0 = Debug|Win32
{ED1A2893-0096-4880-97FB-4F961C37A81F}.Debug|x64.ActiveCfg = Debug|Win32
{ED1A2893-0096-4880-97FB-4F961C37A81F}.Release|Win32.ActiveCfg = Release|Win32
{ED1A2893-0096-4880-97FB-4F961C37A81F}.Release|Win32.Build.0 = Release|Win32
{ED1A2893-0096-4880-97FB-4F961C37A81F}.Release|x64.ActiveCfg = Release|Win32
{5AE4F77F-ABDC-4361-A258-9CDBD5FF0063}.Debug|Win32.ActiveCfg = Debug|Win32
{5AE4F77F-ABDC-4361-A258-9CDBD5FF0063}.Debug|Win32.Build.0 = Debug|Win32
{5AE4F77F-ABDC-4361-A258-9CDBD5FF0063}.Debug|x64.ActiveCfg = Debug|x64
{5AE4F77F-ABDC-4361-A258-9CDBD5FF0063}.Debug|x64.Build.0 = Debug|x64
{5AE4F77F-ABDC-4361-A258-9CDBD5FF0063}.Release|Win32.ActiveCfg = Release|Win32
{5AE4F77F-ABDC-4361-A258-9CDBD5FF0063}.Release|Win32.Build.0 = Release|Win32
{5AE4F77F-ABDC-4361-A258-9CDBD5FF0063}.Release|x64.ActiveCfg = Release|x64
{5AE4F77F-ABDC-4361-A258-9CDBD5FF0063}.Release|x64.Build.0 = Release|x64
{772E1F09-4BC2-4513-8951-02A39E7B641F}.Debug|Win32.ActiveCfg = Debug|Win32
{772E1F09-4BC2-4513-8951-02A39E7B641F}.Debug|Win32.Build.0 = Debug|Win32
{772E1F09-4BC2-4513-8951-02A39E7B641F}.Debug|x64.ActiveCfg = Debug|x64
{772E1F09-4BC2-4513-8951-02A39E7B641F}.Debug|x64.Build.0 = Debug|x64
{772E1F09-4BC2-4513-8951-02A39E7B641F}.Release|Win32.ActiveCfg = Release|Win32
{772E1F09-4BC2-4513-8951-02A39E7B641F}.Release|Win32.Build.0 = Release|Win32
{772E1F09-4BC2-4513-8951-02A39E7B641F}.Release|x64.ActiveCfg = Release|x64
{772E1F09-4BC2-4513-8951-02A39E7B641F}.Release|x64.Build.0 = Release|x64
{05F49655-83EB-434B-9848-D93CA1696937}.Debug|Win32.ActiveCfg = Debug|Win32
{05F49655-83EB-434B-9848-D93CA1696937}.Debug|Win32.Build.0 = Debug|Win32
{05F49655-83EB-434B-9848-D93CA1696937}.Debug|x64.ActiveCfg = Debug|Win32
{05F49655-83EB-434B-9848-D93CA1696937}.Release|Win32.ActiveCfg = Release|Win32
{05F49655-83EB-434B-9848-D93CA1696937}.Release|Win32.Build.0 = Release|Win32
{05F49655-83EB-434B-9848-D93CA1696937}.Release|x64.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
VisualSVNWorkingCopyRoot = .
EndGlobalSection
EndGlobal