forked from Lolmarty/CVLab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CVLab1.sln
40 lines (40 loc) · 2.24 KB
/
CVLab1.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CVLab1", "CVLab1\CVLab1.vcxproj", "{2D0ABF90-70A4-4F44-AA4D-6C010DB59C55}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CVLab2", "CVLab2\CVLab2.vcxproj", "{C767592A-1616-4FAE-8912-5682602EF3AA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CVLab3", "CVLab3\CVLab3.vcxproj", "{C3DFA67E-C9C8-48D7-BD8C-AA060D245995}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcxproj", "{C180BE29-A225-4FE4-925A-8C4D4A83B7BE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D0ABF90-70A4-4F44-AA4D-6C010DB59C55}.Debug|Win32.ActiveCfg = Debug|Win32
{2D0ABF90-70A4-4F44-AA4D-6C010DB59C55}.Debug|Win32.Build.0 = Debug|Win32
{2D0ABF90-70A4-4F44-AA4D-6C010DB59C55}.Release|Win32.ActiveCfg = Release|Win32
{2D0ABF90-70A4-4F44-AA4D-6C010DB59C55}.Release|Win32.Build.0 = Release|Win32
{C767592A-1616-4FAE-8912-5682602EF3AA}.Debug|Win32.ActiveCfg = Debug|Win32
{C767592A-1616-4FAE-8912-5682602EF3AA}.Debug|Win32.Build.0 = Debug|Win32
{C767592A-1616-4FAE-8912-5682602EF3AA}.Release|Win32.ActiveCfg = Release|Win32
{C767592A-1616-4FAE-8912-5682602EF3AA}.Release|Win32.Build.0 = Release|Win32
{C3DFA67E-C9C8-48D7-BD8C-AA060D245995}.Debug|Win32.ActiveCfg = Debug|Win32
{C3DFA67E-C9C8-48D7-BD8C-AA060D245995}.Debug|Win32.Build.0 = Debug|Win32
{C3DFA67E-C9C8-48D7-BD8C-AA060D245995}.Release|Win32.ActiveCfg = Release|Win32
{C3DFA67E-C9C8-48D7-BD8C-AA060D245995}.Release|Win32.Build.0 = Release|Win32
{C180BE29-A225-4FE4-925A-8C4D4A83B7BE}.Debug|Win32.ActiveCfg = Debug|Win32
{C180BE29-A225-4FE4-925A-8C4D4A83B7BE}.Debug|Win32.Build.0 = Debug|Win32
{C180BE29-A225-4FE4-925A-8C4D4A83B7BE}.Release|Win32.ActiveCfg = Release|Win32
{C180BE29-A225-4FE4-925A-8C4D4A83B7BE}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal