forked from VahidN/iTextSharp.LGPLv2.Core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
iTextSharp.LGPLv2.Core.sln
44 lines (44 loc) · 2.28 KB
/
iTextSharp.LGPLv2.Core.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.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E1497710-C7C1-41AA-BA94-51108025D003}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{709790D7-8819-4E13-88F4-EE8392D81C1D}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "iTextSharp.LGPLv2.Core", "src\iTextSharp.LGPLv2.Core\iTextSharp.LGPLv2.Core.csproj", "{3F68EB26-68BE-4724-B3F5-B4A0DEE70E65}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "iTextSharp.LGPLv2.Core.FunctionalTests", "src\iTextSharp.LGPLv2.Core.FunctionalTests\iTextSharp.LGPLv2.Core.FunctionalTests.csproj", "{18B7CBFD-5836-4338-B2E5-99742445504C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F68EB26-68BE-4724-B3F5-B4A0DEE70E65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F68EB26-68BE-4724-B3F5-B4A0DEE70E65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F68EB26-68BE-4724-B3F5-B4A0DEE70E65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F68EB26-68BE-4724-B3F5-B4A0DEE70E65}.Release|Any CPU.Build.0 = Release|Any CPU
{18B7CBFD-5836-4338-B2E5-99742445504C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18B7CBFD-5836-4338-B2E5-99742445504C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18B7CBFD-5836-4338-B2E5-99742445504C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18B7CBFD-5836-4338-B2E5-99742445504C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3F68EB26-68BE-4724-B3F5-B4A0DEE70E65} = {E1497710-C7C1-41AA-BA94-51108025D003}
{18B7CBFD-5836-4338-B2E5-99742445504C} = {E1497710-C7C1-41AA-BA94-51108025D003}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0116F277-7713-4C01-B5BA-6E08E5264B2D}
EndGlobalSection
EndGlobal