-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathBing.QRCode.sln
More file actions
107 lines (107 loc) · 6.18 KB
/
Bing.QRCode.sln
File metadata and controls
107 lines (107 loc) · 6.18 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_SolutionItems", "_SolutionItems", "{468C599C-82CC-4498-B04E-31145CA01172}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "01-src", "01-src", "{D6C46E4E-49C1-4185-919C-F768CC6B93E3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "02-tests", "02-tests", "{7315F93E-24D0-4467-8F34-5555A2406FAB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "03-sample", "03-sample", "{44423FB9-FD1C-4A43-91C1-06514DDFED6B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bing.QRCode", "src\Bing.QRCode\Bing.QRCode.csproj", "{27B8BFB2-C62E-4CFC-BBF9-1F8FEA3B5D2C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bing.QRCode.QRCoder", "src\Bing.QRCode.QRCoder\Bing.QRCode.QRCoder.csproj", "{4F3E95AD-41D0-4A8F-A4BE-443A44145865}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bing.QRCode.ZXing", "src\Bing.QRCode.ZXing\Bing.QRCode.ZXing.csproj", "{B90F4611-EC35-43B9-804E-CAC1D1894F3D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bing.QRCode.QRCoder.Tests", "tests\Bing.QRCode.QRCoder.Tests\Bing.QRCode.QRCoder.Tests.csproj", "{DEF05396-5D71-4966-A897-F9166A6635C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bing.QRCode.ZXing.Tests", "tests\Bing.QRCode.ZXing.Tests\Bing.QRCode.ZXing.Tests.csproj", "{F0D7BF11-FF97-43C2-89D1-67D4DD99D22B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "asset", "asset", "{44F3ABF4-B0D3-448F-99E9-5B0E57FFABE2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "props", "props", "{8327ADB1-77B6-4968-A112-F731C593F4C6}"
ProjectSection(SolutionItems) = preProject
asset\props\misc.props = asset\props\misc.props
asset\props\package.props = asset\props\package.props
asset\props\sourcelink.env.props = asset\props\sourcelink.env.props
asset\props\target.feature.props = asset\props\target.feature.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{1616F4B3-04AE-4E54-BCA4-4D847AAE32D9}"
ProjectSection(SolutionItems) = preProject
asset\images\icon.png = asset\images\icon.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{22119E25-3A35-4890-BAC4-7F8718D2DA6B}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{91E5E09B-A3AE-44F0-9E2C-1FAFB5911E23}"
ProjectSection(SolutionItems) = preProject
Publish.bat = Publish.bat
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution", "solution", "{6FFDF253-77D8-4597-8A8F-0D33841645BF}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
common.props = common.props
common.tests.props = common.tests.props
LICENSE = LICENSE
version.dev.props = version.dev.props
version.props = version.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{27B8BFB2-C62E-4CFC-BBF9-1F8FEA3B5D2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27B8BFB2-C62E-4CFC-BBF9-1F8FEA3B5D2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27B8BFB2-C62E-4CFC-BBF9-1F8FEA3B5D2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27B8BFB2-C62E-4CFC-BBF9-1F8FEA3B5D2C}.Release|Any CPU.Build.0 = Release|Any CPU
{4F3E95AD-41D0-4A8F-A4BE-443A44145865}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F3E95AD-41D0-4A8F-A4BE-443A44145865}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F3E95AD-41D0-4A8F-A4BE-443A44145865}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F3E95AD-41D0-4A8F-A4BE-443A44145865}.Release|Any CPU.Build.0 = Release|Any CPU
{B90F4611-EC35-43B9-804E-CAC1D1894F3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B90F4611-EC35-43B9-804E-CAC1D1894F3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B90F4611-EC35-43B9-804E-CAC1D1894F3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B90F4611-EC35-43B9-804E-CAC1D1894F3D}.Release|Any CPU.Build.0 = Release|Any CPU
{DEF05396-5D71-4966-A897-F9166A6635C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEF05396-5D71-4966-A897-F9166A6635C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEF05396-5D71-4966-A897-F9166A6635C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEF05396-5D71-4966-A897-F9166A6635C6}.Release|Any CPU.Build.0 = Release|Any CPU
{F0D7BF11-FF97-43C2-89D1-67D4DD99D22B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0D7BF11-FF97-43C2-89D1-67D4DD99D22B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0D7BF11-FF97-43C2-89D1-67D4DD99D22B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0D7BF11-FF97-43C2-89D1-67D4DD99D22B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{27B8BFB2-C62E-4CFC-BBF9-1F8FEA3B5D2C} = {D6C46E4E-49C1-4185-919C-F768CC6B93E3}
{4F3E95AD-41D0-4A8F-A4BE-443A44145865} = {D6C46E4E-49C1-4185-919C-F768CC6B93E3}
{B90F4611-EC35-43B9-804E-CAC1D1894F3D} = {D6C46E4E-49C1-4185-919C-F768CC6B93E3}
{DEF05396-5D71-4966-A897-F9166A6635C6} = {7315F93E-24D0-4467-8F34-5555A2406FAB}
{F0D7BF11-FF97-43C2-89D1-67D4DD99D22B} = {7315F93E-24D0-4467-8F34-5555A2406FAB}
{44F3ABF4-B0D3-448F-99E9-5B0E57FFABE2} = {468C599C-82CC-4498-B04E-31145CA01172}
{8327ADB1-77B6-4968-A112-F731C593F4C6} = {44F3ABF4-B0D3-448F-99E9-5B0E57FFABE2}
{1616F4B3-04AE-4E54-BCA4-4D847AAE32D9} = {44F3ABF4-B0D3-448F-99E9-5B0E57FFABE2}
{22119E25-3A35-4890-BAC4-7F8718D2DA6B} = {468C599C-82CC-4498-B04E-31145CA01172}
{91E5E09B-A3AE-44F0-9E2C-1FAFB5911E23} = {468C599C-82CC-4498-B04E-31145CA01172}
{6FFDF253-77D8-4597-8A8F-0D33841645BF} = {468C599C-82CC-4498-B04E-31145CA01172}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6883B0B9-B833-4497-8285-0C04C48C5E4E}
EndGlobalSection
EndGlobal