PdfPig/src/UglyToad.PdfPig.sln
Eliot Jones bbde38f656 move tokenizers to their own project
since both pdfs and Adobe Type1 fonts use postscript type objects, tokenization is needed by the main project and the fonts project
2020-01-05 10:40:44 +00:00

67 lines
4.4 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UglyToad.PdfPig", "UglyToad.PdfPig\UglyToad.PdfPig.csproj", "{57D0610C-87D3-4E0B-B7C2-EC8B765A8288}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UglyToad.PdfPig.Tests", "UglyToad.PdfPig.Tests\UglyToad.PdfPig.Tests.csproj", "{5BA09F66-5706-4637-B083-E1DC4D53289B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C55738D2-3165-4D03-9CE2-10A2E2EEC465}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UglyToad.PdfPig.Fonts", "UglyToad.PdfPig.Fonts\UglyToad.PdfPig.Fonts.csproj", "{BBC8F94C-6E94-43FF-AB2E-47FF3C2B999F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UglyToad.PdfPig.Core", "UglyToad.PdfPig.Core\UglyToad.PdfPig.Core.csproj", "{A7E1DD9F-92B7-4061-9BA5-6E06C06175F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UglyToad.PdfPig.DocumentLayoutAnalysis", "UglyToad.PdfPig.DocumentLayoutAnalysis\UglyToad.PdfPig.DocumentLayoutAnalysis.csproj", "{60126BCA-6C52-48A9-A0A6-51796C8B0BE7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UglyToad.PdfPig.Tokens", "UglyToad.PdfPig.Tokens\UglyToad.PdfPig.Tokens.csproj", "{D840FF69-4250-4B05-9829-5ABEC43EC82C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UglyToad.PdfPig.Tokenization", "UglyToad.PdfPig.Tokenization\UglyToad.PdfPig.Tokenization.csproj", "{FD005C50-CD2C-497E-8F7E-6D791091E9B0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{57D0610C-87D3-4E0B-B7C2-EC8B765A8288}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57D0610C-87D3-4E0B-B7C2-EC8B765A8288}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57D0610C-87D3-4E0B-B7C2-EC8B765A8288}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57D0610C-87D3-4E0B-B7C2-EC8B765A8288}.Release|Any CPU.Build.0 = Release|Any CPU
{5BA09F66-5706-4637-B083-E1DC4D53289B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BA09F66-5706-4637-B083-E1DC4D53289B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BA09F66-5706-4637-B083-E1DC4D53289B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BA09F66-5706-4637-B083-E1DC4D53289B}.Release|Any CPU.Build.0 = Release|Any CPU
{BBC8F94C-6E94-43FF-AB2E-47FF3C2B999F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBC8F94C-6E94-43FF-AB2E-47FF3C2B999F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBC8F94C-6E94-43FF-AB2E-47FF3C2B999F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBC8F94C-6E94-43FF-AB2E-47FF3C2B999F}.Release|Any CPU.Build.0 = Release|Any CPU
{A7E1DD9F-92B7-4061-9BA5-6E06C06175F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7E1DD9F-92B7-4061-9BA5-6E06C06175F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7E1DD9F-92B7-4061-9BA5-6E06C06175F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7E1DD9F-92B7-4061-9BA5-6E06C06175F9}.Release|Any CPU.Build.0 = Release|Any CPU
{60126BCA-6C52-48A9-A0A6-51796C8B0BE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60126BCA-6C52-48A9-A0A6-51796C8B0BE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60126BCA-6C52-48A9-A0A6-51796C8B0BE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60126BCA-6C52-48A9-A0A6-51796C8B0BE7}.Release|Any CPU.Build.0 = Release|Any CPU
{D840FF69-4250-4B05-9829-5ABEC43EC82C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D840FF69-4250-4B05-9829-5ABEC43EC82C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D840FF69-4250-4B05-9829-5ABEC43EC82C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D840FF69-4250-4B05-9829-5ABEC43EC82C}.Release|Any CPU.Build.0 = Release|Any CPU
{FD005C50-CD2C-497E-8F7E-6D791091E9B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD005C50-CD2C-497E-8F7E-6D791091E9B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD005C50-CD2C-497E-8F7E-6D791091E9B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD005C50-CD2C-497E-8F7E-6D791091E9B0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1FFCD801-E6EF-454A-BB0A-326718A94C71}
EndGlobalSection
EndGlobal