-
Notifications
You must be signed in to change notification settings - Fork 12
/
PDFtoZPL.sln
51 lines (51 loc) · 2.86 KB
/
PDFtoZPL.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.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PDFtoZPL", "PDFtoZPL\PDFtoZPL.csproj", "{AEA24120-110F-4988-B5F7-7953FD2BA97B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{573E786B-4B2F-4B68-B156-801E62C21659}"
ProjectSection(SolutionItems) = preProject
Icon.png = Icon.png
Icon_128.png = Icon_128.png
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{8C50448B-27B4-4012-90A9-BFFBCC980D85}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebConverter", "WebConverter\WebConverter.csproj", "{AC631A6E-97A9-4FFE-A05C-FF7616C1FAAE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseSigned|Any CPU = ReleaseSigned|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AEA24120-110F-4988-B5F7-7953FD2BA97B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AEA24120-110F-4988-B5F7-7953FD2BA97B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AEA24120-110F-4988-B5F7-7953FD2BA97B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AEA24120-110F-4988-B5F7-7953FD2BA97B}.Release|Any CPU.Build.0 = Release|Any CPU
{AEA24120-110F-4988-B5F7-7953FD2BA97B}.ReleaseSigned|Any CPU.ActiveCfg = ReleaseSigned|Any CPU
{AEA24120-110F-4988-B5F7-7953FD2BA97B}.ReleaseSigned|Any CPU.Build.0 = ReleaseSigned|Any CPU
{8C50448B-27B4-4012-90A9-BFFBCC980D85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C50448B-27B4-4012-90A9-BFFBCC980D85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C50448B-27B4-4012-90A9-BFFBCC980D85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C50448B-27B4-4012-90A9-BFFBCC980D85}.Release|Any CPU.Build.0 = Release|Any CPU
{8C50448B-27B4-4012-90A9-BFFBCC980D85}.ReleaseSigned|Any CPU.ActiveCfg = Release|Any CPU
{8C50448B-27B4-4012-90A9-BFFBCC980D85}.ReleaseSigned|Any CPU.Build.0 = Release|Any CPU
{AC631A6E-97A9-4FFE-A05C-FF7616C1FAAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC631A6E-97A9-4FFE-A05C-FF7616C1FAAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC631A6E-97A9-4FFE-A05C-FF7616C1FAAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC631A6E-97A9-4FFE-A05C-FF7616C1FAAE}.Release|Any CPU.Build.0 = Release|Any CPU
{AC631A6E-97A9-4FFE-A05C-FF7616C1FAAE}.ReleaseSigned|Any CPU.ActiveCfg = Release|Any CPU
{AC631A6E-97A9-4FFE-A05C-FF7616C1FAAE}.ReleaseSigned|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {68FEE447-BE0B-4286-91CA-5253E4E44B73}
EndGlobalSection
EndGlobal