-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQrCode.Generator.sln
51 lines (51 loc) · 2.48 KB
/
QrCode.Generator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7E780644-C4DD-4E17-B2F5-B3426803E8A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QrCode.Generator", "src\QrCode.Generator\QrCode.Generator.csproj", "{596425AD-EF50-4C67-82EB-2391A0A6EF7D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{4D745F8D-9212-4CBC-8B84-1C6E762F8B3E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QrCode.GeneratorTests", "tests\QrCode.GeneratorTests\QrCode.GeneratorTests.csproj", "{B87BFC39-D7D6-4A84-9448-B43B3372EE5A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1C62FFF5-586A-4424-B68A-ED285E5E1F5B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{596425AD-EF50-4C67-82EB-2391A0A6EF7D}.Debug|x64.ActiveCfg = Debug|x64
{596425AD-EF50-4C67-82EB-2391A0A6EF7D}.Debug|x64.Build.0 = Debug|x64
{596425AD-EF50-4C67-82EB-2391A0A6EF7D}.Release|x64.ActiveCfg = Release|x64
{596425AD-EF50-4C67-82EB-2391A0A6EF7D}.Release|x64.Build.0 = Release|x64
{B87BFC39-D7D6-4A84-9448-B43B3372EE5A}.Debug|x64.ActiveCfg = Debug|x64
{B87BFC39-D7D6-4A84-9448-B43B3372EE5A}.Debug|x64.Build.0 = Debug|x64
{B87BFC39-D7D6-4A84-9448-B43B3372EE5A}.Release|x64.ActiveCfg = Release|x64
{B87BFC39-D7D6-4A84-9448-B43B3372EE5A}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{596425AD-EF50-4C67-82EB-2391A0A6EF7D} = {7E780644-C4DD-4E17-B2F5-B3426803E8A0}
{B87BFC39-D7D6-4A84-9448-B43B3372EE5A} = {4D745F8D-9212-4CBC-8B84-1C6E762F8B3E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2117179F-19CC-417D-B217-BEF1AA796CCA}
EndGlobalSection
EndGlobal