-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBarcode128.sln
34 lines (34 loc) · 1.92 KB
/
Barcode128.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Barcode128", "Barcode128\Barcode128.csproj", "{F80A8E52-42B0-4F4E-A931-072CC37D7B10}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Barcode128Tests", "Barcode128Tests\Barcode128Tests.csproj", "{33EE5871-FD23-4C64-9DAE-0005B0D26F35}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BarcodeTesterGUI", "BarcodeTesterGUI\BarcodeTesterGUI.csproj", "{E5874BCD-E748-49FC-A3E4-C315D7E1AED2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F80A8E52-42B0-4F4E-A931-072CC37D7B10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F80A8E52-42B0-4F4E-A931-072CC37D7B10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F80A8E52-42B0-4F4E-A931-072CC37D7B10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F80A8E52-42B0-4F4E-A931-072CC37D7B10}.Release|Any CPU.Build.0 = Release|Any CPU
{33EE5871-FD23-4C64-9DAE-0005B0D26F35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33EE5871-FD23-4C64-9DAE-0005B0D26F35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33EE5871-FD23-4C64-9DAE-0005B0D26F35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33EE5871-FD23-4C64-9DAE-0005B0D26F35}.Release|Any CPU.Build.0 = Release|Any CPU
{E5874BCD-E748-49FC-A3E4-C315D7E1AED2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5874BCD-E748-49FC-A3E4-C315D7E1AED2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5874BCD-E748-49FC-A3E4-C315D7E1AED2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5874BCD-E748-49FC-A3E4-C315D7E1AED2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal