-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathQRCodeCore.sln
87 lines (87 loc) · 4.45 KB
/
QRCodeCore.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
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QRCodeCore", "src\QRCodeCore\QRCodeCore.csproj", "{C34F02DE-7B76-4BBE-9879-2AC2BD92B84E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QRCodeCore.Tests", "tests\QRCodeCore.Tests\QRCodeCore.Tests.csproj", "{7C6BE2EE-86A8-44C5-A737-FF09C8B28F25}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "publish", "publish", "{6E408898-DB1D-4105-B66F-97A1F41087F4}"
ProjectSection(SolutionItems) = preProject
publish\push.cmd = publish\push.cmd
publish\QRCodeCore.nuspec = publish\QRCodeCore.nuspec
publish\update.version.cmd = publish\update.version.cmd
publish\update.version.ps1 = publish\update.version.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B123FC4D-6795-49E5-9EB8-A71EC10E33D7}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
License.txt = License.txt
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0AB9314E-623E-48E7-B572-9F975F565C6A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{C0E004D0-5C05-46D7-9244-108891182FD6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{9F3A4EF8-0813-423A-A21A-1B1054DE0F1B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "windows", "windows", "{6B39B4B1-13E2-4C23-9AFF-E8F6DF2FA5C8}"
ProjectSection(SolutionItems) = preProject
build\windows\build.cmd = build\windows\build.cmd
build\windows\build.ps1 = build\windows\build.ps1
build\windows\build.yml = build\windows\build.yml
build\windows\check.tag.ps1 = build\windows\check.tag.ps1
build\windows\init.visualstudio.cmd = build\windows\init.visualstudio.cmd
build\windows\install.dependencies.cmd = build\windows\install.dependencies.cmd
build\windows\install.dependencies.ps1 = build\windows\install.dependencies.ps1
build\windows\test.cmd = build\windows\test.cmd
build\windows\test.ps1 = build\windows\test.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{97317F88-C115-4CA4-8280-821EEF100343}"
ProjectSection(SolutionItems) = preProject
tools\utils.ps1 = tools\utils.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{1B0C373F-4F30-4827-9CBB-2B426D9F6FCA}"
ProjectSection(SolutionItems) = preProject
.github\dependabot.yml = .github\dependabot.yml
.github\FUNDING.yml = .github\FUNDING.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{190BB39E-0AC6-41E4-98EA-080CC07E02F7}"
ProjectSection(SolutionItems) = preProject
.github\workflows\main.yml = .github\workflows\main.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C34F02DE-7B76-4BBE-9879-2AC2BD92B84E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C34F02DE-7B76-4BBE-9879-2AC2BD92B84E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C34F02DE-7B76-4BBE-9879-2AC2BD92B84E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C34F02DE-7B76-4BBE-9879-2AC2BD92B84E}.Release|Any CPU.Build.0 = Release|Any CPU
{7C6BE2EE-86A8-44C5-A737-FF09C8B28F25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C6BE2EE-86A8-44C5-A737-FF09C8B28F25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C6BE2EE-86A8-44C5-A737-FF09C8B28F25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C6BE2EE-86A8-44C5-A737-FF09C8B28F25}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C34F02DE-7B76-4BBE-9879-2AC2BD92B84E} = {0AB9314E-623E-48E7-B572-9F975F565C6A}
{7C6BE2EE-86A8-44C5-A737-FF09C8B28F25} = {C0E004D0-5C05-46D7-9244-108891182FD6}
{6B39B4B1-13E2-4C23-9AFF-E8F6DF2FA5C8} = {9F3A4EF8-0813-423A-A21A-1B1054DE0F1B}
{190BB39E-0AC6-41E4-98EA-080CC07E02F7} = {1B0C373F-4F30-4827-9CBB-2B426D9F6FCA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B1DB5300-B228-41ED-9BBB-06850E5BB9C0}
EndGlobalSection
EndGlobal