Skip to content

Commit

Permalink
Upgrade library to version 2.0.0 (.NET 6 only!)
Browse files Browse the repository at this point in the history
  • Loading branch information
OgreTransporter committed Feb 17, 2022
1 parent 267f77c commit 312294a
Show file tree
Hide file tree
Showing 152 changed files with 27,980 additions and 21,125 deletions.
26 changes: 19 additions & 7 deletions PdfFileWriter.sln
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PdfFileWriter", "PdfFileWriter\PdfFileWriter.csproj", "{66A0970C-B772-4772-86F6-D79F10CC47D4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestPdfFileWriter", "Samples\TestPdfFileWriter.csproj", "{A9AF0F0E-E296-4B0B-8C39-D64CA9C45547}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{FE83124B-8849-4D7A-81FF-E5F9C7C82854}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestPdfFileWriter", "Samples\TestPdfFileWriter\TestPdfFileWriter.csproj", "{FD2A5C17-AE15-451A-A441-0E9466AEF5F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HelloPdfFileWriter", "Samples\HelloPdfFileWriter\HelloPdfFileWriter.csproj", "{6E6FBC8F-5BBD-498A-ADA2-5CFB44ED1603}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -17,14 +21,22 @@ Global
{66A0970C-B772-4772-86F6-D79F10CC47D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66A0970C-B772-4772-86F6-D79F10CC47D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66A0970C-B772-4772-86F6-D79F10CC47D4}.Release|Any CPU.Build.0 = Release|Any CPU
{A9AF0F0E-E296-4B0B-8C39-D64CA9C45547}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9AF0F0E-E296-4B0B-8C39-D64CA9C45547}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9AF0F0E-E296-4B0B-8C39-D64CA9C45547}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9AF0F0E-E296-4B0B-8C39-D64CA9C45547}.Release|Any CPU.Build.0 = Release|Any CPU
{FD2A5C17-AE15-451A-A441-0E9466AEF5F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD2A5C17-AE15-451A-A441-0E9466AEF5F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD2A5C17-AE15-451A-A441-0E9466AEF5F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD2A5C17-AE15-451A-A441-0E9466AEF5F3}.Release|Any CPU.Build.0 = Release|Any CPU
{6E6FBC8F-5BBD-498A-ADA2-5CFB44ED1603}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E6FBC8F-5BBD-498A-ADA2-5CFB44ED1603}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E6FBC8F-5BBD-498A-ADA2-5CFB44ED1603}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E6FBC8F-5BBD-498A-ADA2-5CFB44ED1603}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FD2A5C17-AE15-451A-A441-0E9466AEF5F3} = {FE83124B-8849-4D7A-81FF-E5F9C7C82854}
{6E6FBC8F-5BBD-498A-ADA2-5CFB44ED1603} = {FE83124B-8849-4D7A-81FF-E5F9C7C82854}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D2BA585-5305-40AD-AAF0-C60C9C019DBE}
EndGlobalSection
Expand Down
Loading

0 comments on commit 312294a

Please sign in to comment.