From 8709bd5c2e41e7d81f24a4f1b05944f3fbe1c40e Mon Sep 17 00:00:00 2001 From: TekH Date: Wed, 24 Sep 2025 13:08:56 +0200 Subject: [PATCH] =?UTF-8?q?feat(PdfEditor):=20Erstellen=20ein=20PDF-Bearbe?= =?UTF-8?q?itungsprojekt,=20das=20sowohl=20.NET=20als=20auch=20das=20.NET?= =?UTF-8?q?=20Framework=20unterst=C3=BCtzt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EnvelopeGenerator.Application.csproj | 1 - .../EnvelopeGenerator.PdfEditor.csproj | 24 +++++++++++++++++++ EnvelopeGenerator.sln | 7 ++++++ 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 EnvelopeGenerator.PdfEditor/EnvelopeGenerator.PdfEditor.csproj diff --git a/EnvelopeGenerator.Application/EnvelopeGenerator.Application.csproj b/EnvelopeGenerator.Application/EnvelopeGenerator.Application.csproj index bc0e6e91..82a256cd 100644 --- a/EnvelopeGenerator.Application/EnvelopeGenerator.Application.csproj +++ b/EnvelopeGenerator.Application/EnvelopeGenerator.Application.csproj @@ -20,7 +20,6 @@ - diff --git a/EnvelopeGenerator.PdfEditor/EnvelopeGenerator.PdfEditor.csproj b/EnvelopeGenerator.PdfEditor/EnvelopeGenerator.PdfEditor.csproj new file mode 100644 index 00000000..4d69b8cd --- /dev/null +++ b/EnvelopeGenerator.PdfEditor/EnvelopeGenerator.PdfEditor.csproj @@ -0,0 +1,24 @@ + + + + net462;net7.0;net8.0;net9.0 + + + + disable + 7.3 + disable + + + + enable + latest + enable + + + + + + + + diff --git a/EnvelopeGenerator.sln b/EnvelopeGenerator.sln index 9303c046..a123a95a 100644 --- a/EnvelopeGenerator.sln +++ b/EnvelopeGenerator.sln @@ -35,6 +35,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnvelopeGenerator.Terminal" EndProject Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "EnvelopeGenerator.Form", "EnvelopeGenerator.Form\EnvelopeGenerator.Form.vbproj", "{6D56C01F-D6CB-4D8A-BD3D-4FD34326998C}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnvelopeGenerator.PdfEditor", "EnvelopeGenerator.PdfEditor\EnvelopeGenerator.PdfEditor.csproj", "{211619F5-AE25-4BA5-A552-BACAFE0632D3}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -85,6 +87,10 @@ Global {6D56C01F-D6CB-4D8A-BD3D-4FD34326998C}.Debug|Any CPU.Build.0 = Debug|Any CPU {6D56C01F-D6CB-4D8A-BD3D-4FD34326998C}.Release|Any CPU.ActiveCfg = Release|Any CPU {6D56C01F-D6CB-4D8A-BD3D-4FD34326998C}.Release|Any CPU.Build.0 = Release|Any CPU + {211619F5-AE25-4BA5-A552-BACAFE0632D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {211619F5-AE25-4BA5-A552-BACAFE0632D3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {211619F5-AE25-4BA5-A552-BACAFE0632D3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {211619F5-AE25-4BA5-A552-BACAFE0632D3}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -104,6 +110,7 @@ Global {E3C758DC-914D-4B7E-8457-0813F1FDB0CB} = {134D4164-B291-4E19-99B9-E4FA3AFAB62C} {A9F9B431-BB9B-49B8-9E2C-0703634A653A} = {E3C758DC-914D-4B7E-8457-0813F1FDB0CB} {6D56C01F-D6CB-4D8A-BD3D-4FD34326998C} = {E3C758DC-914D-4B7E-8457-0813F1FDB0CB} + {211619F5-AE25-4BA5-A552-BACAFE0632D3} = {9943209E-1744-4944-B1BA-4F87FC1A0EEB} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {73E60370-756D-45AD-A19A-C40A02DACCC7}