-
Notifications
You must be signed in to change notification settings - Fork 239
/
Barcode.sln
44 lines (43 loc) · 2.56 KB
/
Barcode.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2018
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BarcodeStandard", "BarcodeStandard\BarcodeStandard.csproj", "{24B824A4-A4F1-4C31-A935-7EA11304B48B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BarcodeStandardExample", "BarcodeStandardExample\BarcodeStandardExample.csproj", "{411EC0AA-B1A0-4B77-AAAC-19AD20AA5678}"
ProjectSection(ProjectDependencies) = postProject
{24B824A4-A4F1-4C31-A935-7EA11304B48B} = {24B824A4-A4F1-4C31-A935-7EA11304B48B}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BarcodeStandardTests", "BarcodeStandardTests\BarcodeStandardTests.csproj", "{C588CDB4-B0C9-4EC0-B790-F6F3ED443644}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24B824A4-A4F1-4C31-A935-7EA11304B48B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24B824A4-A4F1-4C31-A935-7EA11304B48B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24B824A4-A4F1-4C31-A935-7EA11304B48B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24B824A4-A4F1-4C31-A935-7EA11304B48B}.Release|Any CPU.Build.0 = Release|Any CPU
{411EC0AA-B1A0-4B77-AAAC-19AD20AA5678}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{411EC0AA-B1A0-4B77-AAAC-19AD20AA5678}.Debug|Any CPU.Build.0 = Debug|Any CPU
{411EC0AA-B1A0-4B77-AAAC-19AD20AA5678}.Release|Any CPU.ActiveCfg = Release|Any CPU
{411EC0AA-B1A0-4B77-AAAC-19AD20AA5678}.Release|Any CPU.Build.0 = Release|Any CPU
{C588CDB4-B0C9-4EC0-B790-F6F3ED443644}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C588CDB4-B0C9-4EC0-B790-F6F3ED443644}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C588CDB4-B0C9-4EC0-B790-F6F3ED443644}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C588CDB4-B0C9-4EC0-B790-F6F3ED443644}.Release|Any CPU.Build.0 = Release|Any CPU
{A8CE6356-01AA-4215-99E7-D861325592B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8CE6356-01AA-4215-99E7-D861325592B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8CE6356-01AA-4215-99E7-D861325592B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8CE6356-01AA-4215-99E7-D861325592B4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E8B3FD4E-DAB0-460E-B8D8-9C5881AE6963}
EndGlobalSection
EndGlobal