-
Notifications
You must be signed in to change notification settings - Fork 1
/
LumixCamera.sln
56 lines (56 loc) · 3.13 KB
/
LumixCamera.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "LumixCamera", "LumixCamera\LumixCamera.vbproj", "{71BB4DA7-4092-416D-89FE-97CD15207371}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "LumixDriverTest", "LumixDriverTest\LumixDriverTest.vbproj", "{D1747C8D-F0CC-4B20-A0E4-517EBA497FA4}"
ProjectSection(ProjectDependencies) = postProject
{71BB4DA7-4092-416D-89FE-97CD15207371} = {71BB4DA7-4092-416D-89FE-97CD15207371}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2D106DD4-5E01-4FFA-89D6-184B6A89556C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{71BB4DA7-4092-416D-89FE-97CD15207371}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71BB4DA7-4092-416D-89FE-97CD15207371}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71BB4DA7-4092-416D-89FE-97CD15207371}.Debug|x64.ActiveCfg = Debug|x64
{71BB4DA7-4092-416D-89FE-97CD15207371}.Debug|x64.Build.0 = Debug|x64
{71BB4DA7-4092-416D-89FE-97CD15207371}.Debug|x86.ActiveCfg = Debug|x86
{71BB4DA7-4092-416D-89FE-97CD15207371}.Debug|x86.Build.0 = Debug|x86
{71BB4DA7-4092-416D-89FE-97CD15207371}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71BB4DA7-4092-416D-89FE-97CD15207371}.Release|Any CPU.Build.0 = Release|Any CPU
{71BB4DA7-4092-416D-89FE-97CD15207371}.Release|x64.ActiveCfg = Release|x64
{71BB4DA7-4092-416D-89FE-97CD15207371}.Release|x64.Build.0 = Release|x64
{71BB4DA7-4092-416D-89FE-97CD15207371}.Release|x86.ActiveCfg = Release|x86
{71BB4DA7-4092-416D-89FE-97CD15207371}.Release|x86.Build.0 = Release|x86
{D1747C8D-F0CC-4B20-A0E4-517EBA497FA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1747C8D-F0CC-4B20-A0E4-517EBA497FA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1747C8D-F0CC-4B20-A0E4-517EBA497FA4}.Debug|x64.ActiveCfg = Debug|Any CPU
{D1747C8D-F0CC-4B20-A0E4-517EBA497FA4}.Debug|x64.Build.0 = Debug|Any CPU
{D1747C8D-F0CC-4B20-A0E4-517EBA497FA4}.Debug|x86.ActiveCfg = Release|x86
{D1747C8D-F0CC-4B20-A0E4-517EBA497FA4}.Debug|x86.Build.0 = Release|x86
{D1747C8D-F0CC-4B20-A0E4-517EBA497FA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1747C8D-F0CC-4B20-A0E4-517EBA497FA4}.Release|Any CPU.Build.0 = Release|Any CPU
{D1747C8D-F0CC-4B20-A0E4-517EBA497FA4}.Release|x64.ActiveCfg = Release|Any CPU
{D1747C8D-F0CC-4B20-A0E4-517EBA497FA4}.Release|x64.Build.0 = Release|Any CPU
{D1747C8D-F0CC-4B20-A0E4-517EBA497FA4}.Release|x86.ActiveCfg = Release|x86
{D1747C8D-F0CC-4B20-A0E4-517EBA497FA4}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {958AF16B-D6C1-4CD9-AD73-E503D708FB69}
EndGlobalSection
EndGlobal