-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathQRCodeLibVB.sln
More file actions
33 lines (33 loc) · 1.65 KB
/
QRCodeLibVB.sln
File metadata and controls
33 lines (33 loc) · 1.65 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "QRCodeLibDemo", "QRCodeLibDemo\QRCodeLibDemo.vbproj", "{8C730B9F-1527-44A4-8B8B-C3A30C1EDF7A}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "QRCodeLib", "QRCodeLib\QRCodeLib.vbproj", "{8105DB1C-DCAA-42AA-B437-F03E42676FC3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C98D4984-6BAB-4691-8BAC-0AFA5AAF576C}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8105DB1C-DCAA-42AA-B437-F03E42676FC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8105DB1C-DCAA-42AA-B437-F03E42676FC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8105DB1C-DCAA-42AA-B437-F03E42676FC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8105DB1C-DCAA-42AA-B437-F03E42676FC3}.Release|Any CPU.Build.0 = Release|Any CPU
{8C730B9F-1527-44A4-8B8B-C3A30C1EDF7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C730B9F-1527-44A4-8B8B-C3A30C1EDF7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C730B9F-1527-44A4-8B8B-C3A30C1EDF7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C730B9F-1527-44A4-8B8B-C3A30C1EDF7A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal