-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
845229-github-sample: UG Documentation works for Volume 3 features
- Loading branch information
1 parent
4e61789
commit 9e0c164
Showing
30 changed files
with
619 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+22 KB
...to-an-existing-document/.NET/.vs/Add-a-digital-signature-to-an-existing-document/v16/.suo
Binary file not shown.
63 changes: 63 additions & 0 deletions
63
...ing-document/obj/Add-a-digital-signature-to-an-existing-document.csproj.nuget.dgspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"format": 1, | ||
"restore": { | ||
"D:\\SEO Team works\\PDF-Examples\\Digital Signature\\Add-a-digital-signature-to-an-existing-document\\.NET\\Add-a-digital-signature-to-an-existing-document\\Add-a-digital-signature-to-an-existing-document.csproj": {} | ||
}, | ||
"projects": { | ||
"D:\\SEO Team works\\PDF-Examples\\Digital Signature\\Add-a-digital-signature-to-an-existing-document\\.NET\\Add-a-digital-signature-to-an-existing-document\\Add-a-digital-signature-to-an-existing-document.csproj": { | ||
"version": "1.0.0", | ||
"restore": { | ||
"projectUniqueName": "D:\\SEO Team works\\PDF-Examples\\Digital Signature\\Add-a-digital-signature-to-an-existing-document\\.NET\\Add-a-digital-signature-to-an-existing-document\\Add-a-digital-signature-to-an-existing-document.csproj", | ||
"projectName": "Add-a-digital-signature-to-an-existing-document", | ||
"projectPath": "D:\\SEO Team works\\PDF-Examples\\Digital Signature\\Add-a-digital-signature-to-an-existing-document\\.NET\\Add-a-digital-signature-to-an-existing-document\\Add-a-digital-signature-to-an-existing-document.csproj", | ||
"packagesPath": "C:\\Users\\SrihariharanGopalaKr\\.nuget\\packages\\", | ||
"outputPath": "D:\\SEO Team works\\PDF-Examples\\Digital Signature\\Add-a-digital-signature-to-an-existing-document\\.NET\\Add-a-digital-signature-to-an-existing-document\\obj\\", | ||
"projectStyle": "PackageReference", | ||
"fallbackFolders": [ | ||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", | ||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\" | ||
], | ||
"configFilePaths": [ | ||
"C:\\Users\\SrihariharanGopalaKr\\AppData\\Roaming\\NuGet\\NuGet.Config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" | ||
], | ||
"originalTargetFrameworks": [ | ||
"net6.0" | ||
], | ||
"sources": { | ||
"C:\\Program Files\\dotnet\\library-packs": {}, | ||
"https://nexus.syncfusion.com/repository/nuget-hosted/": {} | ||
}, | ||
"frameworks": { | ||
"net6.0": { | ||
"targetAlias": "net6.0", | ||
"projectReferences": {} | ||
} | ||
}, | ||
"warningProperties": { | ||
"warnAsError": [ | ||
"NU1605" | ||
] | ||
} | ||
}, | ||
"frameworks": { | ||
"net6.0": { | ||
"targetAlias": "net6.0", | ||
"imports": [ | ||
"net461", | ||
"net462", | ||
"net47", | ||
"net471", | ||
"net472", | ||
"net48" | ||
], | ||
"assetTargetFallback": true, | ||
"warn": true, | ||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.408\\RuntimeIdentifierGraph.json" | ||
} | ||
} | ||
} | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
...xisting-document/obj/Add-a-digital-signature-to-an-existing-document.csproj.nuget.g.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> | ||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> | ||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> | ||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> | ||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\SrihariharanGopalaKr\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files (x86)\Microsoft\Xamarin\NuGet\</NuGetPackageFolders> | ||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> | ||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.11.1</NuGetToolVersion> | ||
</PropertyGroup> | ||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||
<SourceRoot Include="C:\Users\SrihariharanGopalaKr\.nuget\packages\" /> | ||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" /> | ||
<SourceRoot Include="C:\Program Files (x86)\Microsoft\Xamarin\NuGet\" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
...sting-document/obj/Add-a-digital-signature-to-an-existing-document.csproj.nuget.g.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | ||
</PropertyGroup> | ||
</Project> |
Binary file added
BIN
+287 Bytes
...ng-document/obj/Debug/net6.0/Add-a-digital-signature-to-an-existing-document.assets.cache
Binary file not shown.
70 changes: 70 additions & 0 deletions
70
...ing-document/.NET/Add-a-digital-signature-to-an-existing-document/obj/project.assets.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
{ | ||
"version": 3, | ||
"targets": { | ||
"net6.0": {} | ||
}, | ||
"libraries": {}, | ||
"projectFileDependencyGroups": { | ||
"net6.0": [] | ||
}, | ||
"packageFolders": { | ||
"C:\\Users\\SrihariharanGopalaKr\\.nuget\\packages\\": {}, | ||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}, | ||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\": {} | ||
}, | ||
"project": { | ||
"version": "1.0.0", | ||
"restore": { | ||
"projectUniqueName": "D:\\SEO Team works\\PDF-Examples\\Digital Signature\\Add-a-digital-signature-to-an-existing-document\\.NET\\Add-a-digital-signature-to-an-existing-document\\Add-a-digital-signature-to-an-existing-document.csproj", | ||
"projectName": "Add-a-digital-signature-to-an-existing-document", | ||
"projectPath": "D:\\SEO Team works\\PDF-Examples\\Digital Signature\\Add-a-digital-signature-to-an-existing-document\\.NET\\Add-a-digital-signature-to-an-existing-document\\Add-a-digital-signature-to-an-existing-document.csproj", | ||
"packagesPath": "C:\\Users\\SrihariharanGopalaKr\\.nuget\\packages\\", | ||
"outputPath": "D:\\SEO Team works\\PDF-Examples\\Digital Signature\\Add-a-digital-signature-to-an-existing-document\\.NET\\Add-a-digital-signature-to-an-existing-document\\obj\\", | ||
"projectStyle": "PackageReference", | ||
"fallbackFolders": [ | ||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", | ||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\" | ||
], | ||
"configFilePaths": [ | ||
"C:\\Users\\SrihariharanGopalaKr\\AppData\\Roaming\\NuGet\\NuGet.Config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" | ||
], | ||
"originalTargetFrameworks": [ | ||
"net6.0" | ||
], | ||
"sources": { | ||
"C:\\Program Files\\dotnet\\library-packs": {}, | ||
"https://nexus.syncfusion.com/repository/nuget-hosted/": {} | ||
}, | ||
"frameworks": { | ||
"net6.0": { | ||
"targetAlias": "net6.0", | ||
"projectReferences": {} | ||
} | ||
}, | ||
"warningProperties": { | ||
"warnAsError": [ | ||
"NU1605" | ||
] | ||
} | ||
}, | ||
"frameworks": { | ||
"net6.0": { | ||
"targetAlias": "net6.0", | ||
"imports": [ | ||
"net461", | ||
"net462", | ||
"net47", | ||
"net471", | ||
"net472", | ||
"net48" | ||
], | ||
"assetTargetFallback": true, | ||
"warn": true, | ||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.408\\RuntimeIdentifierGraph.json" | ||
} | ||
} | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
...ing-document/.NET/Add-a-digital-signature-to-an-existing-document/obj/project.nuget.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"version": 2, | ||
"dgSpecHash": "N6UfdxnbgTp9nWx6lkOxublxq6j5/M/krrwI7HUjGR/GAsYJi8dOVxgaxIT0WkX95ebNEUiWp7/ICCTCdGbJlA==", | ||
"success": true, | ||
"projectFilePath": "D:\\SEO Team works\\PDF-Examples\\Digital Signature\\Add-a-digital-signature-to-an-existing-document\\.NET\\Add-a-digital-signature-to-an-existing-document\\Add-a-digital-signature-to-an-existing-document.csproj", | ||
"expectedPackageFiles": [], | ||
"logs": [] | ||
} |
Binary file added
BIN
+23 KB
...gnature-to-the-PDF-document/.NET/.vs/Add-a-digital-signature-to-the-PDF-document/v16/.suo
Binary file not shown.
63 changes: 63 additions & 0 deletions
63
...the-PDF-document/obj/Add-a-digital-signature-to-the-PDF-document.csproj.nuget.dgspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"format": 1, | ||
"restore": { | ||
"D:\\SEO Team works\\PDF-Examples\\Digital Signature\\Add-a-digital-signature-to-the-PDF-document\\.NET\\Add-a-digital-signature-to-the-PDF-document\\Add-a-digital-signature-to-the-PDF-document.csproj": {} | ||
}, | ||
"projects": { | ||
"D:\\SEO Team works\\PDF-Examples\\Digital Signature\\Add-a-digital-signature-to-the-PDF-document\\.NET\\Add-a-digital-signature-to-the-PDF-document\\Add-a-digital-signature-to-the-PDF-document.csproj": { | ||
"version": "1.0.0", | ||
"restore": { | ||
"projectUniqueName": "D:\\SEO Team works\\PDF-Examples\\Digital Signature\\Add-a-digital-signature-to-the-PDF-document\\.NET\\Add-a-digital-signature-to-the-PDF-document\\Add-a-digital-signature-to-the-PDF-document.csproj", | ||
"projectName": "Add-a-digital-signature-to-the-PDF-document", | ||
"projectPath": "D:\\SEO Team works\\PDF-Examples\\Digital Signature\\Add-a-digital-signature-to-the-PDF-document\\.NET\\Add-a-digital-signature-to-the-PDF-document\\Add-a-digital-signature-to-the-PDF-document.csproj", | ||
"packagesPath": "C:\\Users\\SrihariharanGopalaKr\\.nuget\\packages\\", | ||
"outputPath": "D:\\SEO Team works\\PDF-Examples\\Digital Signature\\Add-a-digital-signature-to-the-PDF-document\\.NET\\Add-a-digital-signature-to-the-PDF-document\\obj\\", | ||
"projectStyle": "PackageReference", | ||
"fallbackFolders": [ | ||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", | ||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\" | ||
], | ||
"configFilePaths": [ | ||
"C:\\Users\\SrihariharanGopalaKr\\AppData\\Roaming\\NuGet\\NuGet.Config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" | ||
], | ||
"originalTargetFrameworks": [ | ||
"net6.0" | ||
], | ||
"sources": { | ||
"C:\\Program Files\\dotnet\\library-packs": {}, | ||
"https://nexus.syncfusion.com/repository/nuget-hosted/": {} | ||
}, | ||
"frameworks": { | ||
"net6.0": { | ||
"targetAlias": "net6.0", | ||
"projectReferences": {} | ||
} | ||
}, | ||
"warningProperties": { | ||
"warnAsError": [ | ||
"NU1605" | ||
] | ||
} | ||
}, | ||
"frameworks": { | ||
"net6.0": { | ||
"targetAlias": "net6.0", | ||
"imports": [ | ||
"net461", | ||
"net462", | ||
"net47", | ||
"net471", | ||
"net472", | ||
"net48" | ||
], | ||
"assetTargetFallback": true, | ||
"warn": true, | ||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.408\\RuntimeIdentifierGraph.json" | ||
} | ||
} | ||
} | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
...-to-the-PDF-document/obj/Add-a-digital-signature-to-the-PDF-document.csproj.nuget.g.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> | ||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> | ||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> | ||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> | ||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\SrihariharanGopalaKr\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files (x86)\Microsoft\Xamarin\NuGet\</NuGetPackageFolders> | ||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> | ||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.11.1</NuGetToolVersion> | ||
</PropertyGroup> | ||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> | ||
<SourceRoot Include="C:\Users\SrihariharanGopalaKr\.nuget\packages\" /> | ||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" /> | ||
<SourceRoot Include="C:\Program Files (x86)\Microsoft\Xamarin\NuGet\" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
...o-the-PDF-document/obj/Add-a-digital-signature-to-the-PDF-document.csproj.nuget.g.targets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | ||
</PropertyGroup> | ||
</Project> |
Binary file added
BIN
+287 Bytes
...he-PDF-document/obj/Debug/net6.0/Add-a-digital-signature-to-the-PDF-document.assets.cache
Binary file not shown.
70 changes: 70 additions & 0 deletions
70
...the-PDF-document/.NET/Add-a-digital-signature-to-the-PDF-document/obj/project.assets.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
{ | ||
"version": 3, | ||
"targets": { | ||
"net6.0": {} | ||
}, | ||
"libraries": {}, | ||
"projectFileDependencyGroups": { | ||
"net6.0": [] | ||
}, | ||
"packageFolders": { | ||
"C:\\Users\\SrihariharanGopalaKr\\.nuget\\packages\\": {}, | ||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}, | ||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\": {} | ||
}, | ||
"project": { | ||
"version": "1.0.0", | ||
"restore": { | ||
"projectUniqueName": "D:\\SEO Team works\\PDF-Examples\\Digital Signature\\Add-a-digital-signature-to-the-PDF-document\\.NET\\Add-a-digital-signature-to-the-PDF-document\\Add-a-digital-signature-to-the-PDF-document.csproj", | ||
"projectName": "Add-a-digital-signature-to-the-PDF-document", | ||
"projectPath": "D:\\SEO Team works\\PDF-Examples\\Digital Signature\\Add-a-digital-signature-to-the-PDF-document\\.NET\\Add-a-digital-signature-to-the-PDF-document\\Add-a-digital-signature-to-the-PDF-document.csproj", | ||
"packagesPath": "C:\\Users\\SrihariharanGopalaKr\\.nuget\\packages\\", | ||
"outputPath": "D:\\SEO Team works\\PDF-Examples\\Digital Signature\\Add-a-digital-signature-to-the-PDF-document\\.NET\\Add-a-digital-signature-to-the-PDF-document\\obj\\", | ||
"projectStyle": "PackageReference", | ||
"fallbackFolders": [ | ||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", | ||
"C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\" | ||
], | ||
"configFilePaths": [ | ||
"C:\\Users\\SrihariharanGopalaKr\\AppData\\Roaming\\NuGet\\NuGet.Config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", | ||
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" | ||
], | ||
"originalTargetFrameworks": [ | ||
"net6.0" | ||
], | ||
"sources": { | ||
"C:\\Program Files\\dotnet\\library-packs": {}, | ||
"https://nexus.syncfusion.com/repository/nuget-hosted/": {} | ||
}, | ||
"frameworks": { | ||
"net6.0": { | ||
"targetAlias": "net6.0", | ||
"projectReferences": {} | ||
} | ||
}, | ||
"warningProperties": { | ||
"warnAsError": [ | ||
"NU1605" | ||
] | ||
} | ||
}, | ||
"frameworks": { | ||
"net6.0": { | ||
"targetAlias": "net6.0", | ||
"imports": [ | ||
"net461", | ||
"net462", | ||
"net47", | ||
"net471", | ||
"net472", | ||
"net48" | ||
], | ||
"assetTargetFallback": true, | ||
"warn": true, | ||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.408\\RuntimeIdentifierGraph.json" | ||
} | ||
} | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
...the-PDF-document/.NET/Add-a-digital-signature-to-the-PDF-document/obj/project.nuget.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"version": 2, | ||
"dgSpecHash": "o/kryudLRZjYuDug5tlFUEq2tTe9mUfWKCartl6d+4j/kSAZIk7nRohrVQkEPjVPOXhAIOtHvXDXFxmHWIxIng==", | ||
"success": true, | ||
"projectFilePath": "D:\\SEO Team works\\PDF-Examples\\Digital Signature\\Add-a-digital-signature-to-the-PDF-document\\.NET\\Add-a-digital-signature-to-the-PDF-document\\Add-a-digital-signature-to-the-PDF-document.csproj", | ||
"expectedPackageFiles": [], | ||
"logs": [] | ||
} |
Binary file added
BIN
+11.5 KB
...ignature-with-CAdES-format/.NET/.vs/Adding-a-digital-signature-with-CAdES-format/v16/.suo
Binary file not shown.
Binary file added
BIN
+21 KB
...F-documents-externally/.NET/.vs/Create-LTV-when-signing-PDF-documents-externally/v16/.suo
Binary file not shown.
Oops, something went wrong.