-
Notifications
You must be signed in to change notification settings - Fork 34
/
itext.html2pdf.sln
25 lines (24 loc) · 1.38 KB
/
itext.html2pdf.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
Microsoft Visual Studio Solution File, Format Version 11.00
Project("{28A44613-21BB-46E2-BB98-23808869FDDE}") = "itext.html2pdf", "itext\itext.html2pdf\itext.html2pdf.csproj", "{FF6BA09D-3655-466A-8C17-A7BFD3479CA1}"
EndProject
Project("{28A44613-21BB-46E2-BB98-23808869FDDE}") = "itext.html2pdf.tests", "itext.tests\itext.html2pdf.tests\itext.html2pdf.tests.csproj", "{AE4E5743-0665-4705-9A33-07EA57CDD269}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF6BA09D-3655-466A-8C17-A7BFD3479CA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF6BA09D-3655-466A-8C17-A7BFD3479CA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF6BA09D-3655-466A-8C17-A7BFD3479CA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF6BA09D-3655-466A-8C17-A7BFD3479CA1}.Release|Any CPU.Build.0 = Release|Any CPU
{AE4E5743-0665-4705-9A33-07EA57CDD269}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE4E5743-0665-4705-9A33-07EA57CDD269}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE4E5743-0665-4705-9A33-07EA57CDD269}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE4E5743-0665-4705-9A33-07EA57CDD269}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal