-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
Barcoder.sln
63 lines (63 loc) · 3.98 KB
/
Barcoder.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2046
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Barcoder", "src\Barcoder\Barcoder.csproj", "{21C87006-2FBF-4711-B0AC-9C1EF0D68F28}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Barcoder.Tests", "tests\Barcoder.Tests\Barcoder.Tests.csproj", "{0C05A8D1-359E-48D1-A29B-39B4E18D4027}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Barcoder.Renderer.Svg", "src\Barcoder.Renderer.Svg\Barcoder.Renderer.Svg.csproj", "{C6FCAA1F-DCFE-48A9-BBB3-2250754B0A4F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D0A562AE-8D62-4D06-8698-6159DB93EFE0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENSE = LICENSE
README.md = README.md
.github\workflows\build-test-publish.yml = .github\workflows\build-test-publish.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Barcoder.Renderer.Svg.Tests", "tests\Barcoder.Renderer.Svg.Tests\Barcoder.Renderer.Svg.Tests.csproj", "{E13D9AC5-8479-41C8-A2D7-E86E99714315}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Barcoder.Renderer.Image", "src\Barcoder.Renderer.Image\Barcoder.Renderer.Image.csproj", "{A3E591B1-35AD-485B-B951-F890F4AD1286}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Barcoder.Renderer.Image.Tests", "tests\Barcoder.Renderer.Image.Tests\Barcoder.Renderer.Image.Tests.csproj", "{75E3AE14-4059-4EAE-A738-03E2688E8080}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{21C87006-2FBF-4711-B0AC-9C1EF0D68F28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21C87006-2FBF-4711-B0AC-9C1EF0D68F28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21C87006-2FBF-4711-B0AC-9C1EF0D68F28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21C87006-2FBF-4711-B0AC-9C1EF0D68F28}.Release|Any CPU.Build.0 = Release|Any CPU
{0C05A8D1-359E-48D1-A29B-39B4E18D4027}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C05A8D1-359E-48D1-A29B-39B4E18D4027}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C05A8D1-359E-48D1-A29B-39B4E18D4027}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C05A8D1-359E-48D1-A29B-39B4E18D4027}.Release|Any CPU.Build.0 = Release|Any CPU
{C6FCAA1F-DCFE-48A9-BBB3-2250754B0A4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6FCAA1F-DCFE-48A9-BBB3-2250754B0A4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6FCAA1F-DCFE-48A9-BBB3-2250754B0A4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6FCAA1F-DCFE-48A9-BBB3-2250754B0A4F}.Release|Any CPU.Build.0 = Release|Any CPU
{E13D9AC5-8479-41C8-A2D7-E86E99714315}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E13D9AC5-8479-41C8-A2D7-E86E99714315}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E13D9AC5-8479-41C8-A2D7-E86E99714315}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E13D9AC5-8479-41C8-A2D7-E86E99714315}.Release|Any CPU.Build.0 = Release|Any CPU
{A3E591B1-35AD-485B-B951-F890F4AD1286}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3E591B1-35AD-485B-B951-F890F4AD1286}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3E591B1-35AD-485B-B951-F890F4AD1286}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3E591B1-35AD-485B-B951-F890F4AD1286}.Release|Any CPU.Build.0 = Release|Any CPU
{75E3AE14-4059-4EAE-A738-03E2688E8080}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75E3AE14-4059-4EAE-A738-03E2688E8080}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75E3AE14-4059-4EAE-A738-03E2688E8080}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75E3AE14-4059-4EAE-A738-03E2688E8080}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6038426E-5547-4F3D-BC9C-20A685E4A62A}
EndGlobalSection
EndGlobal