Skip to content

Commit 312294a

Browse files
Upgrade library to version 2.0.0 (.NET 6 only!)
1 parent 267f77c commit 312294a

File tree

152 files changed

+27980
-21125
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+27980
-21125
lines changed

PdfFileWriter.sln

+19-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.30804.86
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.0.32126.317
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PdfFileWriter", "PdfFileWriter\PdfFileWriter.csproj", "{66A0970C-B772-4772-86F6-D79F10CC47D4}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestPdfFileWriter", "Samples\TestPdfFileWriter.csproj", "{A9AF0F0E-E296-4B0B-8C39-D64CA9C45547}"
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{FE83124B-8849-4D7A-81FF-E5F9C7C82854}"
9+
EndProject
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestPdfFileWriter", "Samples\TestPdfFileWriter\TestPdfFileWriter.csproj", "{FD2A5C17-AE15-451A-A441-0E9466AEF5F3}"
11+
EndProject
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HelloPdfFileWriter", "Samples\HelloPdfFileWriter\HelloPdfFileWriter.csproj", "{6E6FBC8F-5BBD-498A-ADA2-5CFB44ED1603}"
913
EndProject
1014
Global
1115
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,14 +21,22 @@ Global
1721
{66A0970C-B772-4772-86F6-D79F10CC47D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
1822
{66A0970C-B772-4772-86F6-D79F10CC47D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
1923
{66A0970C-B772-4772-86F6-D79F10CC47D4}.Release|Any CPU.Build.0 = Release|Any CPU
20-
{A9AF0F0E-E296-4B0B-8C39-D64CA9C45547}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21-
{A9AF0F0E-E296-4B0B-8C39-D64CA9C45547}.Debug|Any CPU.Build.0 = Debug|Any CPU
22-
{A9AF0F0E-E296-4B0B-8C39-D64CA9C45547}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{A9AF0F0E-E296-4B0B-8C39-D64CA9C45547}.Release|Any CPU.Build.0 = Release|Any CPU
24+
{FD2A5C17-AE15-451A-A441-0E9466AEF5F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25+
{FD2A5C17-AE15-451A-A441-0E9466AEF5F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
26+
{FD2A5C17-AE15-451A-A441-0E9466AEF5F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
27+
{FD2A5C17-AE15-451A-A441-0E9466AEF5F3}.Release|Any CPU.Build.0 = Release|Any CPU
28+
{6E6FBC8F-5BBD-498A-ADA2-5CFB44ED1603}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
29+
{6E6FBC8F-5BBD-498A-ADA2-5CFB44ED1603}.Debug|Any CPU.Build.0 = Debug|Any CPU
30+
{6E6FBC8F-5BBD-498A-ADA2-5CFB44ED1603}.Release|Any CPU.ActiveCfg = Release|Any CPU
31+
{6E6FBC8F-5BBD-498A-ADA2-5CFB44ED1603}.Release|Any CPU.Build.0 = Release|Any CPU
2432
EndGlobalSection
2533
GlobalSection(SolutionProperties) = preSolution
2634
HideSolutionNode = FALSE
2735
EndGlobalSection
36+
GlobalSection(NestedProjects) = preSolution
37+
{FD2A5C17-AE15-451A-A441-0E9466AEF5F3} = {FE83124B-8849-4D7A-81FF-E5F9C7C82854}
38+
{6E6FBC8F-5BBD-498A-ADA2-5CFB44ED1603} = {FE83124B-8849-4D7A-81FF-E5F9C7C82854}
39+
EndGlobalSection
2840
GlobalSection(ExtensibilityGlobals) = postSolution
2941
SolutionGuid = {9D2BA585-5305-40AD-AAF0-C60C9C019DBE}
3042
EndGlobalSection

0 commit comments

Comments
 (0)