diff --git a/Bookmarks Navigation/PDFBookmarks/PDFBookmarks/App.config b/Bookmarks Navigation/PDFBookmarks/PDFBookmarks/App.config
index bbb5314..3916e0e 100644
--- a/Bookmarks Navigation/PDFBookmarks/PDFBookmarks/App.config
+++ b/Bookmarks Navigation/PDFBookmarks/PDFBookmarks/App.config
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/Bookmarks Navigation/PDFBookmarks/PDFBookmarks/Form1.cs b/Bookmarks Navigation/PDFBookmarks/PDFBookmarks/Form1.cs
index 3ace243..0852599 100644
--- a/Bookmarks Navigation/PDFBookmarks/PDFBookmarks/Form1.cs
+++ b/Bookmarks Navigation/PDFBookmarks/PDFBookmarks/Form1.cs
@@ -25,7 +25,11 @@ public Form1()
pdfViewer.DocumentLoaded += PdfViewer_DocumentLoaded;
// load the PDF.
+#if NETCOREAPP
+ pdfViewer.Load("../../../Data/C_Sharp_Succinctly.pdf");
+#else
pdfViewer.Load("../../Data/C_Sharp_Succinctly.pdf");
+#endif
}
///
diff --git a/Bookmarks Navigation/PDFBookmarks/PDFBookmarks/PDFBookmarks.csproj b/Bookmarks Navigation/PDFBookmarks/PDFBookmarks/PDFBookmarks.csproj
index 6e89220..1d13f83 100644
--- a/Bookmarks Navigation/PDFBookmarks/PDFBookmarks/PDFBookmarks.csproj
+++ b/Bookmarks Navigation/PDFBookmarks/PDFBookmarks/PDFBookmarks.csproj
@@ -9,7 +9,7 @@
Properties
SampleWF
SampleWF
- v4.6
+ v4.8
512
true
@@ -88,7 +88,7 @@
- 19.3.0.44
+ *
diff --git a/Bookmarks Navigation/PDFBookmarks/PDFBookmarks/PDFBookmarks_NET.csproj b/Bookmarks Navigation/PDFBookmarks/PDFBookmarks/PDFBookmarks_NET.csproj
new file mode 100644
index 0000000..a5749ae
--- /dev/null
+++ b/Bookmarks Navigation/PDFBookmarks/PDFBookmarks/PDFBookmarks_NET.csproj
@@ -0,0 +1,15 @@
+
+
+
+ WinExe
+ net8.0-windows
+ enable
+ enable
+ True
+
+
+
+
+
+
+
diff --git a/Bookmarks Navigation/PDFBookmarks/PDFBookmarks/PDFBookmarks_NET.csproj.user b/Bookmarks Navigation/PDFBookmarks/PDFBookmarks/PDFBookmarks_NET.csproj.user
new file mode 100644
index 0000000..562025a
--- /dev/null
+++ b/Bookmarks Navigation/PDFBookmarks/PDFBookmarks/PDFBookmarks_NET.csproj.user
@@ -0,0 +1,9 @@
+
+
+
+
+
+ Form
+
+
+
\ No newline at end of file
diff --git a/Bookmarks Navigation/PDFBookmarks/PDFBookmarks/PDFBookmarks_NET.sln b/Bookmarks Navigation/PDFBookmarks/PDFBookmarks/PDFBookmarks_NET.sln
new file mode 100644
index 0000000..5f4d9c8
--- /dev/null
+++ b/Bookmarks Navigation/PDFBookmarks/PDFBookmarks/PDFBookmarks_NET.sln
@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.8.226.21692
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PDFBookmarks_NET", "PDFBookmarks_NET.csproj", "{E79D712B-0966-4E56-989F-B6A78BE3A022}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {E79D712B-0966-4E56-989F-B6A78BE3A022}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {E79D712B-0966-4E56-989F-B6A78BE3A022}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {E79D712B-0966-4E56-989F-B6A78BE3A022}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {E79D712B-0966-4E56-989F-B6A78BE3A022}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {66FBE309-FC8F-4FE0-A34F-85576BA23799}
+ EndGlobalSection
+EndGlobal
diff --git a/Bookmarks Navigation/PDFBookmarks/PDFBookmarks/Properties/AssemblyInfo.cs b/Bookmarks Navigation/PDFBookmarks/PDFBookmarks/Properties/AssemblyInfo.cs
index 80e329c..b60f85d 100644
--- a/Bookmarks Navigation/PDFBookmarks/PDFBookmarks/Properties/AssemblyInfo.cs
+++ b/Bookmarks Navigation/PDFBookmarks/PDFBookmarks/Properties/AssemblyInfo.cs
@@ -5,11 +5,7 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
-[assembly: AssemblyTitle("SampleWF")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("SampleWF")]
+[assembly: AssemblyDescription("")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -30,7 +26,4 @@
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+// by using the '*' as shown below:
\ No newline at end of file
diff --git a/FindText/FindText_Regex/FindText_Regex/App.config b/FindText/FindText_Regex/FindText_Regex/App.config
index 8324aa6..4bfa005 100644
--- a/FindText/FindText_Regex/FindText_Regex/App.config
+++ b/FindText/FindText_Regex/FindText_Regex/App.config
@@ -1,6 +1,6 @@
-
+
-
+
-
\ No newline at end of file
+
diff --git a/FindText/FindText_Regex/FindText_Regex/FindText_Regex.csproj b/FindText/FindText_Regex/FindText_Regex/FindText_Regex.csproj
index 7045cd6..839ee56 100644
--- a/FindText/FindText_Regex/FindText_Regex/FindText_Regex.csproj
+++ b/FindText/FindText_Regex/FindText_Regex/FindText_Regex.csproj
@@ -9,9 +9,10 @@
Properties
FindText_Regex
FindText_Regex
- v4.6
+ v4.8
512
true
+
AnyCPU
@@ -33,15 +34,9 @@
4
-
- ..\packages\Syncfusion.Compression.Base.23.1.36\lib\net46\Syncfusion.Compression.Base.dll
-
-
- ..\packages\Syncfusion.Licensing.23.1.36\lib\net46\Syncfusion.Licensing.dll
-
-
- ..\packages\Syncfusion.Pdf.WinForms.23.1.36\lib\net46\Syncfusion.Pdf.Base.dll
-
+
+
+
diff --git a/FindText/FindText_Regex/FindText_Regex/FindText_Regex_NET.csproj b/FindText/FindText_Regex/FindText_Regex/FindText_Regex_NET.csproj
new file mode 100644
index 0000000..e4ab664
--- /dev/null
+++ b/FindText/FindText_Regex/FindText_Regex/FindText_Regex_NET.csproj
@@ -0,0 +1,16 @@
+
+
+
+ WinExe
+ net8.0-windows
+ enable
+ enable
+ False
+ True
+
+
+
+
+
+
+
diff --git a/FindText/FindText_Regex/FindText_Regex/FindText_Regex_NET.csproj.user b/FindText/FindText_Regex/FindText_Regex/FindText_Regex_NET.csproj.user
new file mode 100644
index 0000000..562025a
--- /dev/null
+++ b/FindText/FindText_Regex/FindText_Regex/FindText_Regex_NET.csproj.user
@@ -0,0 +1,9 @@
+
+
+
+
+
+ Form
+
+
+
\ No newline at end of file
diff --git a/FindText/FindText_Regex/FindText_Regex/FindText_Regex_NET.sln b/FindText/FindText_Regex/FindText_Regex/FindText_Regex_NET.sln
new file mode 100644
index 0000000..9929906
--- /dev/null
+++ b/FindText/FindText_Regex/FindText_Regex/FindText_Regex_NET.sln
@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.8.226.21692
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FindText_Regex_NET", "FindText_Regex_NET.csproj", "{E79D712B-0966-4E56-989F-B6A78BE3A022}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {E79D712B-0966-4E56-989F-B6A78BE3A022}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {E79D712B-0966-4E56-989F-B6A78BE3A022}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {E79D712B-0966-4E56-989F-B6A78BE3A022}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {E79D712B-0966-4E56-989F-B6A78BE3A022}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {66FBE309-FC8F-4FE0-A34F-85576BA23799}
+ EndGlobalSection
+EndGlobal
diff --git a/FindText/FindText_Regex/FindText_Regex/Form1.cs b/FindText/FindText_Regex/FindText_Regex/Form1.cs
index c828267..4466c5d 100644
--- a/FindText/FindText_Regex/FindText_Regex/Form1.cs
+++ b/FindText/FindText_Regex/FindText_Regex/Form1.cs
@@ -10,9 +10,11 @@ public partial class Form1 : Form
public Form1()
{
InitializeComponent();
-
- PdfLoadedDocument loadedDocument = new PdfLoadedDocument(@"../../Data/Bank statement.pdf");
-
+#if NETCOREAPP
+ PdfLoadedDocument loadedDocument = new PdfLoadedDocument(@"../../../Data/Bank statement.pdf");
+#else
+ PdfLoadedDocument loadedDocument = new PdfLoadedDocument(@"../../Data/Bank statement.pdf");
+#endif
// Extract text from the PDF file to get matched texts present in the file based on regex pattern.
string extractedText = string.Empty;
for (int i = 0; i < loadedDocument.Pages.Count; i++)
diff --git a/FindText/FindText_Regex/FindText_Regex/Properties/AssemblyInfo.cs b/FindText/FindText_Regex/FindText_Regex/Properties/AssemblyInfo.cs
index d0d3780..3b01e01 100644
--- a/FindText/FindText_Regex/FindText_Regex/Properties/AssemblyInfo.cs
+++ b/FindText/FindText_Regex/FindText_Regex/Properties/AssemblyInfo.cs
@@ -5,11 +5,7 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
-[assembly: AssemblyTitle("FindText_Regex")]
[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("FindText_Regex")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -31,6 +27,3 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/FindText/FindText_Regex/FindText_Regex/Properties/Resources.Designer.cs b/FindText/FindText_Regex/FindText_Regex/Properties/Resources.Designer.cs
index 2b7df76..7fd605c 100644
--- a/FindText/FindText_Regex/FindText_Regex/Properties/Resources.Designer.cs
+++ b/FindText/FindText_Regex/FindText_Regex/Properties/Resources.Designer.cs
@@ -8,10 +8,10 @@
//
//------------------------------------------------------------------------------
-namespace FindText_Regex.Properties
-{
-
-
+namespace FindText_Regex.Properties {
+ using System;
+
+
///
/// A strongly-typed resource class, for looking up localized strings, etc.
///
@@ -19,51 +19,43 @@ namespace FindText_Regex.Properties
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources
- {
-
+ internal class Resources {
+
private static global::System.Resources.ResourceManager resourceMan;
-
+
private static global::System.Globalization.CultureInfo resourceCulture;
-
+
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources()
- {
+ internal Resources() {
}
-
+
///
/// Returns the cached ResourceManager instance used by this class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager
- {
- get
- {
- if ((resourceMan == null))
- {
+ internal static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("FindText_Regex.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
-
+
///
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture
- {
- get
- {
+ internal static global::System.Globalization.CultureInfo Culture {
+ get {
return resourceCulture;
}
- set
- {
+ set {
resourceCulture = value;
}
}
diff --git a/FindText/FindText_Regex/FindText_Regex/Properties/Settings.Designer.cs b/FindText/FindText_Regex/FindText_Regex/Properties/Settings.Designer.cs
index d46c439..4318981 100644
--- a/FindText/FindText_Regex/FindText_Regex/Properties/Settings.Designer.cs
+++ b/FindText/FindText_Regex/FindText_Regex/Properties/Settings.Designer.cs
@@ -8,21 +8,17 @@
//
//------------------------------------------------------------------------------
-namespace FindText_Regex.Properties
-{
-
-
+namespace FindText_Regex.Properties {
+
+
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
- {
-
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.10.0.0")]
+ internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
+
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
- public static Settings Default
- {
- get
- {
+
+ public static Settings Default {
+ get {
return defaultInstance;
}
}
diff --git a/FindText/FindText_Regex/FindText_Regex/packages.config b/FindText/FindText_Regex/FindText_Regex/packages.config
index e57c8ca..89fe8e2 100644
--- a/FindText/FindText_Regex/FindText_Regex/packages.config
+++ b/FindText/FindText_Regex/FindText_Regex/packages.config
@@ -1,6 +1,4 @@
-
-
-
+
\ No newline at end of file
diff --git a/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/App.config b/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/App.config
index 8324aa6..4bfa005 100644
--- a/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/App.config
+++ b/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/App.config
@@ -1,6 +1,6 @@
-
+
-
+
-
\ No newline at end of file
+
diff --git a/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/Form1.cs b/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/Form1.cs
index 4af45a7..715c987 100644
--- a/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/Form1.cs
+++ b/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/Form1.cs
@@ -9,8 +9,11 @@ public Form1()
InitializeComponent();
//Loads the PDF document in PDF Viewer
+#if NETCOREAPP
+ pdfViewer.Load("../../../Data/HTTP Succinctly.pdf");
+#else
pdfViewer.Load("../../Data/HTTP Succinctly.pdf");
-
+#endif
//Gets the filename of loaded PDF document
string fileName = pdfViewer.DocumentInformation.FileName;
diff --git a/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/PdfDocInfoSample.csproj b/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/PdfDocInfoSample.csproj
index 99e0557..24bbf61 100644
--- a/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/PdfDocInfoSample.csproj
+++ b/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/PdfDocInfoSample.csproj
@@ -8,10 +8,11 @@
WinExe
PdfDocInfoSample
PdfDocInfoSample
- v4.6
+ v4.8
512
true
true
+
AnyCPU
@@ -33,21 +34,7 @@
4
-
- ..\packages\Syncfusion.Compression.Base.20.1.0.52\lib\net46\Syncfusion.Compression.Base.dll
-
-
- ..\packages\Syncfusion.Licensing.20.1.0.52\lib\net46\Syncfusion.Licensing.dll
-
-
- ..\packages\Syncfusion.Pdf.WinForms.20.1.0.52\lib\net46\Syncfusion.Pdf.Base.dll
-
-
- ..\packages\Syncfusion.PdfViewer.Windows.20.1.0.52\lib\net46\Syncfusion.PdfViewer.Windows.dll
-
-
- ..\packages\Syncfusion.Shared.Base.20.1.0.52\lib\net46\Syncfusion.Shared.Base.dll
-
+
@@ -80,6 +67,7 @@
True
Resources.resx
+ True
diff --git a/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/PdfDocInfoSample_NET.csproj b/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/PdfDocInfoSample_NET.csproj
new file mode 100644
index 0000000..d4c48af
--- /dev/null
+++ b/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/PdfDocInfoSample_NET.csproj
@@ -0,0 +1,16 @@
+
+
+
+ WinExe
+ net8.0-windows
+ enable
+ enable
+ False
+ True
+
+
+
+
+
+
+
diff --git a/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/PdfDocInfoSample_NET.csproj.user b/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/PdfDocInfoSample_NET.csproj.user
new file mode 100644
index 0000000..562025a
--- /dev/null
+++ b/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/PdfDocInfoSample_NET.csproj.user
@@ -0,0 +1,9 @@
+
+
+
+
+
+ Form
+
+
+
\ No newline at end of file
diff --git a/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/PdfDocInfoSample_NET.sln b/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/PdfDocInfoSample_NET.sln
new file mode 100644
index 0000000..4b3753f
--- /dev/null
+++ b/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/PdfDocInfoSample_NET.sln
@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.8.226.21692
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PdfDocInfoSample_NET", "PdfDocInfoSample_NET.csproj", "{E79D712B-0966-4E56-989F-B6A78BE3A022}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {E79D712B-0966-4E56-989F-B6A78BE3A022}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {E79D712B-0966-4E56-989F-B6A78BE3A022}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {E79D712B-0966-4E56-989F-B6A78BE3A022}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {E79D712B-0966-4E56-989F-B6A78BE3A022}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {66FBE309-FC8F-4FE0-A34F-85576BA23799}
+ EndGlobalSection
+EndGlobal
diff --git a/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/Properties/AssemblyInfo.cs b/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/Properties/AssemblyInfo.cs
index 8fac11c..1a2359f 100644
--- a/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/Properties/AssemblyInfo.cs
+++ b/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/Properties/AssemblyInfo.cs
@@ -5,11 +5,7 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
-[assembly: AssemblyTitle("PdfDocInfoSample")]
[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("PdfDocInfoSample")]
[assembly: AssemblyCopyright("Copyright © 2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -31,6 +27,3 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/Properties/Resources.Designer.cs b/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/Properties/Resources.Designer.cs
index a4413f6..b0635ba 100644
--- a/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/Properties/Resources.Designer.cs
+++ b/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/Properties/Resources.Designer.cs
@@ -8,9 +8,10 @@
//
//------------------------------------------------------------------------------
-
-namespace PdfDocInfoSample.Properties
-{
+namespace PdfDocInfoSample.Properties {
+ using System;
+
+
///
/// A strongly-typed resource class, for looking up localized strings, etc.
///
@@ -18,51 +19,43 @@ namespace PdfDocInfoSample.Properties
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources
- {
-
+ internal class Resources {
+
private static global::System.Resources.ResourceManager resourceMan;
-
+
private static global::System.Globalization.CultureInfo resourceCulture;
-
+
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources()
- {
+ internal Resources() {
}
-
+
///
/// Returns the cached ResourceManager instance used by this class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager
- {
- get
- {
- if ((resourceMan == null))
- {
+ internal static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PdfDocInfoSample.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
-
+
///
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture
- {
- get
- {
+ internal static global::System.Globalization.CultureInfo Culture {
+ get {
return resourceCulture;
}
- set
- {
+ set {
resourceCulture = value;
}
}
diff --git a/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/Properties/Settings.Designer.cs b/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/Properties/Settings.Designer.cs
index 4857d72..7e5e4bf 100644
--- a/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/Properties/Settings.Designer.cs
+++ b/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/Properties/Settings.Designer.cs
@@ -8,20 +8,17 @@
//
//------------------------------------------------------------------------------
-
-namespace PdfDocInfoSample.Properties
-{
+namespace PdfDocInfoSample.Properties {
+
+
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
- {
-
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.11.0.0")]
+ internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
+
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
- public static Settings Default
- {
- get
- {
+
+ public static Settings Default {
+ get {
return defaultInstance;
}
}
diff --git a/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/packages.config b/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/packages.config
index bae7a3e..decea46 100644
--- a/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/packages.config
+++ b/How-to/Get-Document-information/PdfDocInfoSample/PdfDocInfoSample/packages.config
@@ -1,8 +1,5 @@
-
-
-
-
-
+
+
\ No newline at end of file
diff --git a/How-to/Print-PDF-in-dotnet-core-3.1/C#/PDFPrintDemo.csproj b/How-to/Print-PDF-in-dotnet-core-3.1/C#/PDFPrintDemo.csproj
index d3b3182..5b445f7 100644
--- a/How-to/Print-PDF-in-dotnet-core-3.1/C#/PDFPrintDemo.csproj
+++ b/How-to/Print-PDF-in-dotnet-core-3.1/C#/PDFPrintDemo.csproj
@@ -9,7 +9,7 @@
-
+
diff --git a/Printing/PrintEventsDemo/Form1.cs b/Printing/PrintEventsDemo/Form1.cs
index 18a7931..112343a 100644
--- a/Printing/PrintEventsDemo/Form1.cs
+++ b/Printing/PrintEventsDemo/Form1.cs
@@ -1,34 +1,34 @@
-using System.Windows.Forms;
-using Syncfusion.Windows.Forms.PdfViewer;
-
-namespace PrintEventsDemo
-{
- public partial class Form1 : Form
- {
- #region Constructor
- public Form1()
- {
- InitializeComponent();
-
- //Wire the `BeginPrint` event,
- pdfViewerControl1.BeginPrint += PdfViewerControl1_BeginPrint;
-
- //Wire the `EndPrint` event,
+using System.Windows.Forms;
+using Syncfusion.Windows.Forms.PdfViewer;
+
+namespace PrintEventsDemo
+{
+ public partial class Form1 : Form
+ {
+ #region Constructor
+ public Form1()
+ {
+ InitializeComponent();
+
+ //Wire the `BeginPrint` event,
+ pdfViewerControl1.BeginPrint += PdfViewerControl1_BeginPrint;
+
+ //Wire the `EndPrint` event,
pdfViewerControl1.EndPrint += PdfViewerControl1_EndPrint;
//Wire the `PrintProgress` event,
pdfViewerControl1.PrintProgress += PdfViewerControl1_PrintProgress;
//Load the PDF file.
-#if NETCORE
- pdfViewerControl1.Load("../../../Data/HTTP Succinctly.pdf");
-#else
- pdfViewerControl1.Load("../../Data/HTTP Succinctly.pdf");
-#endif
- //Print the file silently to the default printer.
- pdfViewerControl1.Print(true);
+#if NETCORE
+ pdfViewerControl1.Load("../../../Data/HTTP Succinctly.pdf");
+#else
+ pdfViewerControl1.Load("../../Data/HTTP Succinctly.pdf");
+#endif
+ //Print the file silently to the default printer.
+ pdfViewerControl1.Print(true);
}
- #endregion
+ #endregion
#region Events
private void PdfViewerControl1_BeginPrint(object sender, BeginPrintEventArgs e)
@@ -50,7 +50,7 @@ private void PdfViewerControl1_PrintProgress(object sender, PrintProgressEventAr
private void PdfViewerControl1_EndPrint(object sender, EndPrintEventArgs e)
{
//Insert your code here
- }
- # endregion
- }
+ }
+ # endregion
+ }
}
\ No newline at end of file
diff --git a/Printing/PrintEventsDemo/PrintEventsDemo_2010.csproj b/Printing/PrintEventsDemo/PrintEventsDemo_2010.csproj
index 8d5dd9d..19c34d8 100644
--- a/Printing/PrintEventsDemo/PrintEventsDemo_2010.csproj
+++ b/Printing/PrintEventsDemo/PrintEventsDemo_2010.csproj
@@ -15,7 +15,7 @@
3.5
- v4.0
+ v4.8
true
@@ -35,18 +35,7 @@
4
-
- packages\Syncfusion.Compression.Base.17.3.0.14\lib\net40\Syncfusion.Compression.Base.dll
-
-
- packages\Syncfusion.Pdf.WinForms.17.3.0.14\lib\net40\Syncfusion.Pdf.Base.dll
-
-
- packages\Syncfusion.PdfViewer.Windows.17.3.0.14\lib\net40\Syncfusion.PdfViewer.Windows.dll
-
-
- packages\Syncfusion.Shared.Base.17.3.0.14\lib\net40\Syncfusion.Shared.Base.dll
-
+
@@ -89,9 +78,7 @@
-
- packages\Syncfusion.Licensing.17.3.0.14\lib\net40\Syncfusion.Licensing.dll
-
+
+ -->
\ No newline at end of file
diff --git a/Printing/PrintEventsDemo/PrintEventsDemo_2015.sln b/Printing/PrintEventsDemo/PrintEventsDemo_2017.sln
similarity index 52%
rename from Printing/PrintEventsDemo/PrintEventsDemo_2015.sln
rename to Printing/PrintEventsDemo/PrintEventsDemo_2017.sln
index 7616b83..357b7c1 100644
--- a/Printing/PrintEventsDemo/PrintEventsDemo_2015.sln
+++ b/Printing/PrintEventsDemo/PrintEventsDemo_2017.sln
@@ -1,9 +1,9 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.24720.0
+# Visual Studio Version 17
+VisualStudioVersion = 17.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrintEventsDemo_2015", "PrintEventsDemo_2015.csproj", "{A5A1E584-CEA6-4894-BE64-990F4C3CFE07}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrintEventsDemo_2017", "PrintEventsDemo_2017.csproj", "{36A0141C-5432-4960-B0AB-02FCDC1D2970}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -11,12 +11,15 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {A5A1E584-CEA6-4894-BE64-990F4C3CFE07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {A5A1E584-CEA6-4894-BE64-990F4C3CFE07}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {A5A1E584-CEA6-4894-BE64-990F4C3CFE07}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {A5A1E584-CEA6-4894-BE64-990F4C3CFE07}.Release|Any CPU.Build.0 = Release|Any CPU
+ {36A0141C-5432-4960-B0AB-02FCDC1D2970}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {36A0141C-5432-4960-B0AB-02FCDC1D2970}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {36A0141C-5432-4960-B0AB-02FCDC1D2970}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {36A0141C-5432-4960-B0AB-02FCDC1D2970}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {E1CF00A1-B5B9-4D35-B584-68CA5B761BB9}
+ EndGlobalSection
EndGlobal
diff --git a/Printing/PrintEventsDemo/PrintEventsDemo_NETCore.csproj b/Printing/PrintEventsDemo/PrintEventsDemo_NETCore.csproj
index ae440d3..3b4e777 100644
--- a/Printing/PrintEventsDemo/PrintEventsDemo_NETCore.csproj
+++ b/Printing/PrintEventsDemo/PrintEventsDemo_NETCore.csproj
@@ -1,7 +1,7 @@
WinExe
- netcoreapp3.0
+ net8.0-Windows
true
false
GettingStarted_2005
@@ -14,6 +14,6 @@
TRACE;NETCORE
-
+
\ No newline at end of file
diff --git a/Printing/PrintEventsDemo/PrintEventsDemo_NETCore.csproj.user b/Printing/PrintEventsDemo/PrintEventsDemo_NETCore.csproj.user
new file mode 100644
index 0000000..562025a
--- /dev/null
+++ b/Printing/PrintEventsDemo/PrintEventsDemo_NETCore.csproj.user
@@ -0,0 +1,9 @@
+
+
+
+
+
+ Form
+
+
+
\ No newline at end of file
diff --git a/Printing/PrintEventsDemo/PrintEventsDemo_NETCore.sln b/Printing/PrintEventsDemo/PrintEventsDemo_NETCore.sln
index fe6ecf0..633cc7c 100644
--- a/Printing/PrintEventsDemo/PrintEventsDemo_NETCore.sln
+++ b/Printing/PrintEventsDemo/PrintEventsDemo_NETCore.sln
@@ -1,6 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.29020.237
+# Visual Studio Version 17
+VisualStudioVersion = 17.8.226.21692
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrintEventsDemo_NETCore", "PrintEventsDemo_NETCore.csproj", "{A5A1E584-CEA6-4894-BE64-990F4C3CFE07}"
EndProject
diff --git a/Printing/PrintEventsDemo/packages.config b/Printing/PrintEventsDemo/packages.config
new file mode 100644
index 0000000..1f82aa8
--- /dev/null
+++ b/Printing/PrintEventsDemo/packages.config
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/Save/SaveEventsDemo/Form1.Designer.cs b/Save/SaveEventsDemo/Form1.Designer.cs
index a9e9c52..acd02e8 100644
--- a/Save/SaveEventsDemo/Form1.Designer.cs
+++ b/Save/SaveEventsDemo/Form1.Designer.cs
@@ -54,7 +54,7 @@ private void InitializeComponent()
this.Controls.Add(this.pdfViewerControl1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form1";
- this.Text = "Print Events Demo";
+ this.Text = "Save Events Demo";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.ResumeLayout(false);
this.PerformLayout();
diff --git a/Save/SaveEventsDemo/Form1.cs b/Save/SaveEventsDemo/Form1.cs
index 52b0ef2..22fd2bc 100644
--- a/Save/SaveEventsDemo/Form1.cs
+++ b/Save/SaveEventsDemo/Form1.cs
@@ -1,29 +1,29 @@
-using System.Windows.Forms;
-using Syncfusion.Windows.Forms.PdfViewer;
-
-namespace SaveEventsDemo
-{
- public partial class Form1 : Form
- {
- #region Constructor
- public Form1()
- {
- InitializeComponent();
-
- //Wire the `BeginSave` event.
- pdfViewerControl1.BeginSave += PdfViewerControl1_BeginSave;
-
- //Wire the `EndSave` event.
+using System.Windows.Forms;
+using Syncfusion.Windows.Forms.PdfViewer;
+
+namespace SaveEventsDemo
+{
+ public partial class Form1 : Form
+ {
+ #region Constructor
+ public Form1()
+ {
+ InitializeComponent();
+
+ //Wire the `BeginSave` event.
+ pdfViewerControl1.BeginSave += PdfViewerControl1_BeginSave;
+
+ //Wire the `EndSave` event.
pdfViewerControl1.EndSave += PdfViewerControl1_EndSave;
//Load the PDF file.
-#if NETCORE
- pdfViewerControl1.Load("../../../Data/HTTP Succinctly.pdf");
-#else
- pdfViewerControl1.Load("../../Data/HTTP Succinctly.pdf");
-#endif
+#if NETCORE
+ pdfViewerControl1.Load("../../../Data/HTTP Succinctly.pdf");
+#else
+ pdfViewerControl1.Load("../../Data/HTTP Succinctly.pdf");
+#endif
}
- #endregion
+ #endregion
#region Events
private void PdfViewerControl1_BeginSave(object sender, BeginSaveEventArgs e)
@@ -35,6 +35,6 @@ private void PdfViewerControl1_EndSave(object sender, EndSaveEventArgs e)
{
//Insert your code here
}
- # endregion
- }
+ # endregion
+ }
}
\ No newline at end of file
diff --git a/Save/SaveEventsDemo/Program.cs b/Save/SaveEventsDemo/Program.cs
index ca9c905..ad8d4df 100644
--- a/Save/SaveEventsDemo/Program.cs
+++ b/Save/SaveEventsDemo/Program.cs
@@ -1,26 +1,26 @@
-#region Copyright Syncfusion Inc. 2001 - 2019
-// Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-using System;
-using System.Windows.Forms;
-
-namespace SaveEventsDemo
-{
- static class Program
- {
- ///
- /// The main entry point for the application.
- ///
- [STAThread]
- static void Main()
- {
- Application.EnableVisualStyles();
- Application.SetCompatibleTextRenderingDefault(false);
- Application.Run(new Form1());
+#region Copyright Syncfusion Inc. 2001 - 2019
+// Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.
+// Use of this code is subject to the terms of our license.
+// A copy of the current license can be obtained at any time by e-mailing
+// licensing@syncfusion.com. Any infringement will be prosecuted under
+// applicable laws.
+#endregion
+using System;
+using System.Windows.Forms;
+
+namespace SaveEventsDemo
+{
+ static class Program
+ {
+ ///
+ /// The main entry point for the application.
+ ///
+ [STAThread]
+ static void Main()
+ {
+ Application.EnableVisualStyles();
+ Application.SetCompatibleTextRenderingDefault(false);
+ Application.Run(new Form1());
}
- }
+ }
}
\ No newline at end of file
diff --git a/Save/SaveEventsDemo/Properties/Resources.Designer.cs b/Save/SaveEventsDemo/Properties/Resources.Designer.cs
index e00bc32..ea63cfd 100644
--- a/Save/SaveEventsDemo/Properties/Resources.Designer.cs
+++ b/Save/SaveEventsDemo/Properties/Resources.Designer.cs
@@ -1,11 +1,4 @@
-#region Copyright Syncfusion Inc. 2001-2019.
-// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-//------------------------------------------------------------------------------
+//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
@@ -15,7 +8,7 @@
//
//------------------------------------------------------------------------------
-namespace SaveEventsDemo.Properties {
+namespace GettingStarted.Properties {
using System;
@@ -26,7 +19,7 @@ namespace SaveEventsDemo.Properties {
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
diff --git a/Save/SaveEventsDemo/Properties/Settings.Designer.cs b/Save/SaveEventsDemo/Properties/Settings.Designer.cs
index 58eb318..e74d7fc 100644
--- a/Save/SaveEventsDemo/Properties/Settings.Designer.cs
+++ b/Save/SaveEventsDemo/Properties/Settings.Designer.cs
@@ -1,11 +1,4 @@
-#region Copyright Syncfusion Inc. 2001-2019.
-// Copyright Syncfusion Inc. 2001-2019. All rights reserved.
-// Use of this code is subject to the terms of our license.
-// A copy of the current license can be obtained at any time by e-mailing
-// licensing@syncfusion.com. Any infringement will be prosecuted under
-// applicable laws.
-#endregion
-//------------------------------------------------------------------------------
+//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
@@ -15,11 +8,11 @@
//
//------------------------------------------------------------------------------
-namespace SaveEventsDemo.Properties {
+namespace GettingStarted.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.10.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
diff --git a/Save/SaveEventsDemo/SaveEventsDemo_2010.csproj b/Save/SaveEventsDemo/SaveEventsDemo_2010.csproj
index 8d5dd9d..5221157 100644
--- a/Save/SaveEventsDemo/SaveEventsDemo_2010.csproj
+++ b/Save/SaveEventsDemo/SaveEventsDemo_2010.csproj
@@ -1,5 +1,5 @@
-
-
+
+
Debug
AnyCPU
@@ -15,7 +15,8 @@
3.5
- v4.0
+ v4.8
+
true
@@ -25,6 +26,7 @@
DEBUG;TRACE
prompt
4
+ false
pdbonly
@@ -33,20 +35,10 @@
TRACE
prompt
4
+ false
-
- packages\Syncfusion.Compression.Base.17.3.0.14\lib\net40\Syncfusion.Compression.Base.dll
-
-
- packages\Syncfusion.Pdf.WinForms.17.3.0.14\lib\net40\Syncfusion.Pdf.Base.dll
-
-
- packages\Syncfusion.PdfViewer.Windows.17.3.0.14\lib\net40\Syncfusion.PdfViewer.Windows.dll
-
-
- packages\Syncfusion.Shared.Base.17.3.0.14\lib\net40\Syncfusion.Shared.Base.dll
-
+
@@ -77,6 +69,7 @@
Resources.resx
True
+
SettingsSingleFileGenerator
Settings.Designer.cs
diff --git a/Save/SaveEventsDemo/SaveEventsDemo_2012.csproj b/Save/SaveEventsDemo/SaveEventsDemo_2012.csproj
index 0551764..98e617d 100644
--- a/Save/SaveEventsDemo/SaveEventsDemo_2012.csproj
+++ b/Save/SaveEventsDemo/SaveEventsDemo_2012.csproj
@@ -35,18 +35,7 @@
4
-
- packages\Syncfusion.Compression.Base.17.3.0.14\lib\net45\Syncfusion.Compression.Base.dll
-
-
- packages\Syncfusion.Pdf.WinForms.17.3.0.14\lib\net45\Syncfusion.Pdf.Base.dll
-
-
- packages\Syncfusion.PdfViewer.Windows.17.3.0.14\lib\net45\Syncfusion.PdfViewer.Windows.dll
-
-
- packages\Syncfusion.Shared.Base.17.3.0.14\lib\net45\Syncfusion.Shared.Base.dll
-
+
@@ -89,9 +78,8 @@
-
- packages\Syncfusion.Licensing.17.3.0.14\lib\net45\Syncfusion.Licensing.dll
-
+
+
+ -->
\ No newline at end of file
diff --git a/Save/SaveEventsDemo/SaveEventsDemo_2015.sln b/Save/SaveEventsDemo/SaveEventsDemo_2017.sln
similarity index 52%
rename from Save/SaveEventsDemo/SaveEventsDemo_2015.sln
rename to Save/SaveEventsDemo/SaveEventsDemo_2017.sln
index efd7542..8f7af68 100644
--- a/Save/SaveEventsDemo/SaveEventsDemo_2015.sln
+++ b/Save/SaveEventsDemo/SaveEventsDemo_2017.sln
@@ -1,9 +1,9 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.24720.0
+# Visual Studio Version 17
+VisualStudioVersion = 17.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SaveEventsDemo_2015", "SaveEventsDemo_2015.csproj", "{A5A1E584-CEA6-4894-BE64-990F4C3CFE07}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SaveEventsDemo_2017", "SaveEventsDemo_2017.csproj", "{36A0141C-5432-4960-B0AB-02FCDC1D2970}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -11,12 +11,15 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {A5A1E584-CEA6-4894-BE64-990F4C3CFE07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {A5A1E584-CEA6-4894-BE64-990F4C3CFE07}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {A5A1E584-CEA6-4894-BE64-990F4C3CFE07}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {A5A1E584-CEA6-4894-BE64-990F4C3CFE07}.Release|Any CPU.Build.0 = Release|Any CPU
+ {36A0141C-5432-4960-B0AB-02FCDC1D2970}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {36A0141C-5432-4960-B0AB-02FCDC1D2970}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {36A0141C-5432-4960-B0AB-02FCDC1D2970}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {36A0141C-5432-4960-B0AB-02FCDC1D2970}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {E1CF00A1-B5B9-4D35-B584-68CA5B761BB9}
+ EndGlobalSection
EndGlobal
diff --git a/Save/SaveEventsDemo/SaveEventsDemo_NETCore.csproj b/Save/SaveEventsDemo/SaveEventsDemo_NETCore.csproj
index ae440d3..3b4e777 100644
--- a/Save/SaveEventsDemo/SaveEventsDemo_NETCore.csproj
+++ b/Save/SaveEventsDemo/SaveEventsDemo_NETCore.csproj
@@ -1,7 +1,7 @@
WinExe
- netcoreapp3.0
+ net8.0-Windows
true
false
GettingStarted_2005
@@ -14,6 +14,6 @@
TRACE;NETCORE
-
+
\ No newline at end of file
diff --git a/Save/SaveEventsDemo/SaveEventsDemo_NETCore.csproj.user b/Save/SaveEventsDemo/SaveEventsDemo_NETCore.csproj.user
new file mode 100644
index 0000000..562025a
--- /dev/null
+++ b/Save/SaveEventsDemo/SaveEventsDemo_NETCore.csproj.user
@@ -0,0 +1,9 @@
+
+
+
+
+
+ Form
+
+
+
\ No newline at end of file
diff --git a/Save/SaveEventsDemo/SaveEventsDemo_NETCore.sln b/Save/SaveEventsDemo/SaveEventsDemo_NETCore.sln
index 825c09f..326b4c7 100644
--- a/Save/SaveEventsDemo/SaveEventsDemo_NETCore.sln
+++ b/Save/SaveEventsDemo/SaveEventsDemo_NETCore.sln
@@ -1,6 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.29020.237
+# Visual Studio Version 17
+VisualStudioVersion = 17.8.226.21692
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SaveEventsDemo_NETCore", "SaveEventsDemo_NETCore.csproj", "{A5A1E584-CEA6-4894-BE64-990F4C3CFE07}"
EndProject
diff --git a/Save/SaveEventsDemo/app.config b/Save/SaveEventsDemo/app.config
new file mode 100644
index 0000000..3e0e37c
--- /dev/null
+++ b/Save/SaveEventsDemo/app.config
@@ -0,0 +1,3 @@
+
+
+
diff --git a/Save/SaveEventsDemo/packages.config b/Save/SaveEventsDemo/packages.config
new file mode 100644
index 0000000..1f82aa8
--- /dev/null
+++ b/Save/SaveEventsDemo/packages.config
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file