-
Notifications
You must be signed in to change notification settings - Fork 0
/
CanonDSLRCameraDriver.sln
32 lines (32 loc) · 1.73 KB
/
CanonDSLRCameraDriver.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C++ Express 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CanonDSLRCameraDriver", "CanonDSLRCameraDriver\CanonDSLRCameraDriver.vcxproj", "{30B6D315-507B-4A39-B495-BA358A8869BC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImageAcquisition", "..\ImageAcquisition\windows\vc9\ImageAcquisition.vcxproj", "{1E7F3743-070F-4407-928E-2A4A7664F5BE}"
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
{30B6D315-507B-4A39-B495-BA358A8869BC}.Debug|Win32.ActiveCfg = Debug|Win32
{30B6D315-507B-4A39-B495-BA358A8869BC}.Debug|Win32.Build.0 = Debug|Win32
{30B6D315-507B-4A39-B495-BA358A8869BC}.Debug|x64.ActiveCfg = Debug|Win32
{30B6D315-507B-4A39-B495-BA358A8869BC}.Release|Win32.ActiveCfg = Release|Win32
{30B6D315-507B-4A39-B495-BA358A8869BC}.Release|Win32.Build.0 = Release|Win32
{30B6D315-507B-4A39-B495-BA358A8869BC}.Release|x64.ActiveCfg = Release|Win32
{1E7F3743-070F-4407-928E-2A4A7664F5BE}.Debug|Win32.ActiveCfg = Debug|Win32
{1E7F3743-070F-4407-928E-2A4A7664F5BE}.Debug|Win32.Build.0 = Debug|Win32
{1E7F3743-070F-4407-928E-2A4A7664F5BE}.Debug|x64.ActiveCfg = Debug|Win32
{1E7F3743-070F-4407-928E-2A4A7664F5BE}.Release|Win32.ActiveCfg = Release|Win32
{1E7F3743-070F-4407-928E-2A4A7664F5BE}.Release|Win32.Build.0 = Release|Win32
{1E7F3743-070F-4407-928E-2A4A7664F5BE}.Release|x64.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal