Initial Commit

This commit is contained in:
dev-mkoebis
2026-07-09 15:43:52 +02:00
commit 0c9c5cb085
9 changed files with 839 additions and 0 deletions

31
SplitPdf.sln Normal file
View File

@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SplitPdf", "SplitPdfConsole\SplitPdf.csproj", "{062CCF60-6E06-4116-B653-06CD1D1FA822}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SplitPdf.Testing", "SplitPdf.Testing\SplitPdf.Testing.csproj", "{79D07108-494C-4FAE-867E-6E5C4540DA3B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{062CCF60-6E06-4116-B653-06CD1D1FA822}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{062CCF60-6E06-4116-B653-06CD1D1FA822}.Debug|Any CPU.Build.0 = Debug|Any CPU
{062CCF60-6E06-4116-B653-06CD1D1FA822}.Release|Any CPU.ActiveCfg = Release|Any CPU
{062CCF60-6E06-4116-B653-06CD1D1FA822}.Release|Any CPU.Build.0 = Release|Any CPU
{79D07108-494C-4FAE-867E-6E5C4540DA3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79D07108-494C-4FAE-867E-6E5C4540DA3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79D07108-494C-4FAE-867E-6E5C4540DA3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79D07108-494C-4FAE-867E-6E5C4540DA3B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {055E8019-6189-49E2-8ECD-CB017107C065}
EndGlobalSection
EndGlobal