-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathVisionControl.sln
More file actions
74 lines (74 loc) · 4.38 KB
/
VisionControl.sln
File metadata and controls
74 lines (74 loc) · 4.38 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Native", "Native", "{7392DF13-7703-4B9A-977A-2AACB0AB5E70}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CShap", "CShap", "{BC5D0D55-8C4C-4671-A0E4-3D87A8961A7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yoga.ImageControl", "Yoga.ImageControl\Yoga.ImageControl.csproj", "{34DDAFED-BE60-4A7D-B438-C8EB74A3D1F7}"
ProjectSection(ProjectDependencies) = postProject
{60B76454-1570-423C-AEC6-3B522B023633} = {60B76454-1570-423C-AEC6-3B522B023633}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Yoga.Wrapper", "Yoga.Wrapper\Wrapper.vcxproj", "{B1AB93B2-0CF1-4580-A799-7761BFE7371E}"
ProjectSection(ProjectDependencies) = postProject
{60B76454-1570-423C-AEC6-3B522B023633} = {60B76454-1570-423C-AEC6-3B522B023633}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Yoga.Native", "Yoga.Native\Yoga.Native.vcxproj", "{60B76454-1570-423C-AEC6-3B522B023633}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yoga.Test", "Yoga.Test\Yoga.Test.csproj", "{1355B3E1-5B2D-4804-9CC4-CA2A7B2887C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{34DDAFED-BE60-4A7D-B438-C8EB74A3D1F7}.Debug|x64.ActiveCfg = Debug|x64
{34DDAFED-BE60-4A7D-B438-C8EB74A3D1F7}.Debug|x64.Build.0 = Debug|x64
{34DDAFED-BE60-4A7D-B438-C8EB74A3D1F7}.Debug|x86.ActiveCfg = Debug|x86
{34DDAFED-BE60-4A7D-B438-C8EB74A3D1F7}.Debug|x86.Build.0 = Debug|x86
{34DDAFED-BE60-4A7D-B438-C8EB74A3D1F7}.Release|x64.ActiveCfg = Release|x64
{34DDAFED-BE60-4A7D-B438-C8EB74A3D1F7}.Release|x64.Build.0 = Release|x64
{34DDAFED-BE60-4A7D-B438-C8EB74A3D1F7}.Release|x86.ActiveCfg = Release|x86
{34DDAFED-BE60-4A7D-B438-C8EB74A3D1F7}.Release|x86.Build.0 = Release|x86
{B1AB93B2-0CF1-4580-A799-7761BFE7371E}.Debug|x64.ActiveCfg = Debug|x64
{B1AB93B2-0CF1-4580-A799-7761BFE7371E}.Debug|x64.Build.0 = Debug|x64
{B1AB93B2-0CF1-4580-A799-7761BFE7371E}.Debug|x86.ActiveCfg = Debug|Win32
{B1AB93B2-0CF1-4580-A799-7761BFE7371E}.Debug|x86.Build.0 = Debug|Win32
{B1AB93B2-0CF1-4580-A799-7761BFE7371E}.Release|x64.ActiveCfg = Release|x64
{B1AB93B2-0CF1-4580-A799-7761BFE7371E}.Release|x64.Build.0 = Release|x64
{B1AB93B2-0CF1-4580-A799-7761BFE7371E}.Release|x86.ActiveCfg = Release|Win32
{B1AB93B2-0CF1-4580-A799-7761BFE7371E}.Release|x86.Build.0 = Release|Win32
{60B76454-1570-423C-AEC6-3B522B023633}.Debug|x64.ActiveCfg = Debug|x64
{60B76454-1570-423C-AEC6-3B522B023633}.Debug|x64.Build.0 = Debug|x64
{60B76454-1570-423C-AEC6-3B522B023633}.Debug|x86.ActiveCfg = Debug|Win32
{60B76454-1570-423C-AEC6-3B522B023633}.Debug|x86.Build.0 = Debug|Win32
{60B76454-1570-423C-AEC6-3B522B023633}.Release|x64.ActiveCfg = Release|x64
{60B76454-1570-423C-AEC6-3B522B023633}.Release|x64.Build.0 = Release|x64
{60B76454-1570-423C-AEC6-3B522B023633}.Release|x86.ActiveCfg = Release|Win32
{60B76454-1570-423C-AEC6-3B522B023633}.Release|x86.Build.0 = Release|Win32
{1355B3E1-5B2D-4804-9CC4-CA2A7B2887C1}.Debug|x64.ActiveCfg = Debug|x64
{1355B3E1-5B2D-4804-9CC4-CA2A7B2887C1}.Debug|x64.Build.0 = Debug|x64
{1355B3E1-5B2D-4804-9CC4-CA2A7B2887C1}.Debug|x86.ActiveCfg = Debug|x86
{1355B3E1-5B2D-4804-9CC4-CA2A7B2887C1}.Debug|x86.Build.0 = Debug|x86
{1355B3E1-5B2D-4804-9CC4-CA2A7B2887C1}.Release|x64.ActiveCfg = Release|x64
{1355B3E1-5B2D-4804-9CC4-CA2A7B2887C1}.Release|x64.Build.0 = Release|x64
{1355B3E1-5B2D-4804-9CC4-CA2A7B2887C1}.Release|x86.ActiveCfg = Release|x86
{1355B3E1-5B2D-4804-9CC4-CA2A7B2887C1}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{34DDAFED-BE60-4A7D-B438-C8EB74A3D1F7} = {BC5D0D55-8C4C-4671-A0E4-3D87A8961A7E}
{B1AB93B2-0CF1-4580-A799-7761BFE7371E} = {7392DF13-7703-4B9A-977A-2AACB0AB5E70}
{60B76454-1570-423C-AEC6-3B522B023633} = {7392DF13-7703-4B9A-977A-2AACB0AB5E70}
{1355B3E1-5B2D-4804-9CC4-CA2A7B2887C1} = {BC5D0D55-8C4C-4671-A0E4-3D87A8961A7E}
EndGlobalSection
EndGlobal