-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathshape_recognition.sln
26 lines (26 loc) · 1.26 KB
/
shape_recognition.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
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}") = "shape_recognition", "shape_recognition\build\shape_recognition.vcxproj", "{3945699E-F315-38E7-84BC-3349AA9246B9}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "shape_recognition_install", "shape_recognition_install\shape_recognition_install.vdproj", "{4EA342E6-5E55-434E-85BA-D2A28D01EC14}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3945699E-F315-38E7-84BC-3349AA9246B9}.Debug|x64.ActiveCfg = Debug|x64
{3945699E-F315-38E7-84BC-3349AA9246B9}.Debug|x64.Build.0 = Debug|x64
{3945699E-F315-38E7-84BC-3349AA9246B9}.Release|x64.ActiveCfg = Release|x64
{3945699E-F315-38E7-84BC-3349AA9246B9}.Release|x64.Build.0 = Release|x64
{4EA342E6-5E55-434E-85BA-D2A28D01EC14}.Debug|x64.ActiveCfg = Debug
{4EA342E6-5E55-434E-85BA-D2A28D01EC14}.Release|x64.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal