Skip to content

Commit d25d2ea

Browse files
ES-262967-Replace-bookmark-content-with-OLE
1 parent 4f4de73 commit d25d2ea

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

Bookmarks/Replace-bookmark-content-with-OLE/.NET/Replace-bookmark-content-with-OLE.sln renamed to Paragraphs/PDF-as-OLE-with-first-page-as-preview/.NET/PDF-as-OLE-with-first-page-as-preview.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.31911.196
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Replace-bookmark-content-with-OLE", "Replace-bookmark-content-with-OLE\Replace-bookmark-content-with-OLE.csproj", "{D3AF529E-DB54-4294-A876-DD42E1E472D0}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PDF-as-OLE-with-first-page-as-preview", "PDF-as-OLE-with-first-page-as-preview\PDF-as-OLE-with-first-page-as-preview.csproj", "{D3AF529E-DB54-4294-A876-DD42E1E472D0}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net8.0</TargetFramework>
6-
<RootNamespace>Replace_bookmark_content_with_OLE</RootNamespace>
6+
<RootNamespace>PDF_as_OLE_with_first_page_as_preview</RootNamespace>
77
</PropertyGroup>
88

99
<ItemGroup>

Bookmarks/Replace-bookmark-content-with-OLE/.NET/Replace-bookmark-content-with-OLE/Program.cs renamed to Paragraphs/PDF-as-OLE-with-first-page-as-preview/.NET/PDF-as-OLE-with-first-page-as-preview/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using Syncfusion.EJ2.PdfViewer;
55
using SkiaSharp;
66

7-
namespace Replace_bookmark_content_with_OLE
7+
namespace PDF_as_OLE_with_first_page_as_preview
88
{
99
class Program
1010
{

0 commit comments

Comments
 (0)