From d19141f80a00c9e2821b868a7d0f1aec1855750e Mon Sep 17 00:00:00 2001 From: Damiaan Peeters Date: Wed, 7 Nov 2018 18:40:37 +0100 Subject: [PATCH] convert to new VS project style + add multiple targetFrameworks --- ImageProcessor.Plugins.Pdf.csproj | 116 +++++++----------------------- ImageProcessor.Plugins.Pdf.nuspec | 25 ------- ImageProcessor.Plugins.Pdf.sln | 14 ++-- Properties/AssemblyInfo.cs | 27 +------ packages.config | 5 -- 5 files changed, 32 insertions(+), 155 deletions(-) delete mode 100644 ImageProcessor.Plugins.Pdf.nuspec delete mode 100644 packages.config diff --git a/ImageProcessor.Plugins.Pdf.csproj b/ImageProcessor.Plugins.Pdf.csproj index 4256ae0..9517783 100644 --- a/ImageProcessor.Plugins.Pdf.csproj +++ b/ImageProcessor.Plugins.Pdf.csproj @@ -1,104 +1,36 @@ - - - + - Debug - AnyCPU - {1CFB1BC1-86B3-415A-9D26-973C5F84FA07} - Library - Properties - ImageProcessor.Plugins.Pdf - ImageProcessor.Plugins.Pdf - v4.5.2 - 512 - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - true - - - pdbonly - true - TRACE - prompt - 4 - bin\Release\net45\ - v4.5 - bin\Release\net45\ImageProcessor.Plugins.Pdf.xml - - - TRACE - true - pdbonly - AnyCPU - prompt - MinimumRecommendedRules.ruleset - bin\Release\net461\ - v4.6.1 - bin\Release\net461\ImageProcessor.Plugins.Pdf.xml + net45;net46;net47 + ImageProcessor.Plugins.Pdf + ImageProcessor.Plugins.Pdf + A plugin for ImageProcessor adding PDF as a recognized input format. This allows you to easily show thumbnails from PDF's. + Copyright 2017 + 1.3.0 + Damiaan Peeters, Tom van Enckevort + ImageProcessor.Plugins.PDF + https://github.com/dampee/ImageProcessor.Plugins.Pdf/blob/master/LICENSE + https://github.com/dampee/ImageProcessor.Plugins.Pdf + Pdfs are rendered as image, when a PDF has multiple pages, only the first is shown. + ImageProcessor Plugin PDF Fileformat convert GhostScript thumbnail PDFs + true + + https://github.com/dampee/ImageProcessor.Plugins.Pdf + GitHub - - packages\Ghostscript.NET.1.2.1\lib\net40\Ghostscript.NET.dll - True - - - packages\ImageProcessor.2.5.0\lib\net45\ImageProcessor.dll - True - - - - - + + + + - - - - - + - - Designer - - - + + - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/ImageProcessor.Plugins.Pdf.nuspec b/ImageProcessor.Plugins.Pdf.nuspec deleted file mode 100644 index 9499a22..0000000 --- a/ImageProcessor.Plugins.Pdf.nuspec +++ /dev/null @@ -1,25 +0,0 @@ - - - - ImageProcessor.Plugins.PDF - $version$ - $title$ - Damiaan Peeters, Tom van Enckevort - $author$ - https://github.com/dampee/ImageProcessor.Plugins.Pdf/blob/master/LICENSE - https://github.com/dampee/ImageProcessor.Plugins.Pdf - - false - A plugin for ImageProcessor adding PDF as a recognized input format. This allows you to easily show thumbnails from PDF's. - Pdfs are rendered as image, when a PDF has multiple pages, only the first is shown. - Copyright 2017 - ImageProcessor Plugin PDF Fileformat convert GhostScript thumbnail PDFs - - - - - - - - - \ No newline at end of file diff --git a/ImageProcessor.Plugins.Pdf.sln b/ImageProcessor.Plugins.Pdf.sln index d532177..c4b6203 100644 --- a/ImageProcessor.Plugins.Pdf.sln +++ b/ImageProcessor.Plugins.Pdf.sln @@ -3,23 +3,23 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.26403.3 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageProcessor.Plugins.Pdf", "ImageProcessor.Plugins.Pdf.csproj", "{1CFB1BC1-86B3-415A-9D26-973C5F84FA07}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageProcessor.Plugins.Pdf", "ImageProcessor.Plugins.Pdf.csproj", "{1CFB1BC1-86B3-415A-9D26-973C5F84FA07}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU - Release45|Any CPU = Release45|Any CPU - Release461|Any CPU = Release461|Any CPU + Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {1CFB1BC1-86B3-415A-9D26-973C5F84FA07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {1CFB1BC1-86B3-415A-9D26-973C5F84FA07}.Debug|Any CPU.Build.0 = Debug|Any CPU - {1CFB1BC1-86B3-415A-9D26-973C5F84FA07}.Release45|Any CPU.ActiveCfg = Release45|Any CPU - {1CFB1BC1-86B3-415A-9D26-973C5F84FA07}.Release45|Any CPU.Build.0 = Release45|Any CPU - {1CFB1BC1-86B3-415A-9D26-973C5F84FA07}.Release461|Any CPU.ActiveCfg = Release461|Any CPU - {1CFB1BC1-86B3-415A-9D26-973C5F84FA07}.Release461|Any CPU.Build.0 = Release461|Any CPU + {1CFB1BC1-86B3-415A-9D26-973C5F84FA07}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1CFB1BC1-86B3-415A-9D26-973C5F84FA07}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {D43ABF6A-2450-4CD7-9FCA-0E5A228929FC} + EndGlobalSection EndGlobal diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 5ac1c38..3eb2a0d 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -1,19 +1,7 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// 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("ImageProcessor.Plugins.Pdf")] -[assembly: AssemblyDescription("A plugin for ImageProcessor adding PDF as a recognized fileformat")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ImageProcessor.Plugins.Pdf")] -[assembly: AssemblyCopyright("Copyright © Damiaan Peeters 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. @@ -21,16 +9,3 @@ // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("ecb0f4b0-0e24-4ca5-8bdf-a6de25f59171")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// 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.2.1")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/packages.config b/packages.config deleted file mode 100644 index 712c99f..0000000 --- a/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file