This commit is contained in:
2025-04-30 18:04:10 +03:30
committed by alibw
commit de7f960603
8 changed files with 160 additions and 0 deletions

16
PdfService.sln Normal file
View File

@@ -0,0 +1,16 @@
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PdfService", "PdfService\PdfService.csproj", "{D3E404EC-0CF7-44B7-B08E-B32825C4B9EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D3E404EC-0CF7-44B7-B08E-B32825C4B9EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3E404EC-0CF7-44B7-B08E-B32825C4B9EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3E404EC-0CF7-44B7-B08E-B32825C4B9EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3E404EC-0CF7-44B7-B08E-B32825C4B9EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal