diff --git a/.gitignore b/.gitignore index 25e7fb9..0cf6cb4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,4 @@ /.vs /pdfsign/bin /pdfsign/obj - +/.idea diff --git a/pdfsign.sln b/pdfsign.sln index 082832e..0696bcb 100644 --- a/pdfsign.sln +++ b/pdfsign.sln @@ -26,11 +26,13 @@ Global {1C38A646-67C2-471B-9951-51ECE43EADC9}.Debug|Mixed Platforms.Build.0 = Debug|x86 {1C38A646-67C2-471B-9951-51ECE43EADC9}.Debug|x86.ActiveCfg = Debug|x86 {1C38A646-67C2-471B-9951-51ECE43EADC9}.Debug|x86.Build.0 = Debug|x86 - {1C38A646-67C2-471B-9951-51ECE43EADC9}.Release|Any CPU.ActiveCfg = Release|x86 {1C38A646-67C2-471B-9951-51ECE43EADC9}.Release|Mixed Platforms.ActiveCfg = Release|x86 {1C38A646-67C2-471B-9951-51ECE43EADC9}.Release|Mixed Platforms.Build.0 = Release|x86 {1C38A646-67C2-471B-9951-51ECE43EADC9}.Release|x86.ActiveCfg = Release|x86 {1C38A646-67C2-471B-9951-51ECE43EADC9}.Release|x86.Build.0 = Release|x86 + {1C38A646-67C2-471B-9951-51ECE43EADC9}.Debug|Any CPU.Build.0 = Debug|x86 + {1C38A646-67C2-471B-9951-51ECE43EADC9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1C38A646-67C2-471B-9951-51ECE43EADC9}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/pdfsign/Properties/AssemblyInfo.cs b/pdfsign/Properties/AssemblyInfo.cs deleted file mode 100644 index c427562..0000000 --- a/pdfsign/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -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("pdfsign")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("icomedias GmbH")] -[assembly: AssemblyProduct("pdfsign")] -[assembly: AssemblyCopyright("Copyright © icomedias GmbH 2019")] -[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. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("e40957be-3b89-4869-b337-73e2ff0f24a7")] - -// 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.3.0.0")] -[assembly: AssemblyFileVersion("1.3.0.0")] diff --git a/pdfsign/packages.config b/pdfsign/packages.config deleted file mode 100644 index 688718c..0000000 --- a/pdfsign/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pdfsign/pdfsign.csproj b/pdfsign/pdfsign.csproj index aed27c5..a7300d2 100644 --- a/pdfsign/pdfsign.csproj +++ b/pdfsign/pdfsign.csproj @@ -1,120 +1,17 @@ - - - - Debug - x86 - 8.0.30703 - 2.0 - {1C38A646-67C2-471B-9951-51ECE43EADC9} - Exe - Properties - pdfsign - pdfsign - v4.0 - Client - 512 - SAK - SAK - SAK - SAK - false - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true - - - x86 - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - true - - - x86 - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\packages\iTextSharp.5.5.13\lib\itextsharp.dll - - - ..\packages\Mono.Options.5.3.0.1\lib\net4-client\Mono.Options.dll - - - - - - - - - - - - - Code - - - - - - False - Microsoft .NET Framework 4 Client Profile %28x86 and x64%29 - true - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - false - - - False - Windows Installer 3.1 - true - - - - - - - - rem bitte ilmerge von MS runterladen und installieren http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=17630 -"C:\Program Files (x86)\Microsoft\ILMerge\ILMerge.exe" /wildcards /out:"$(TargetDir)$(TargetName)_merged.exe" "$(TargetPath)" "$(TargetDir)*.dll" /v4 - - - - - - - - \ No newline at end of file + + + Exe + pdfsign + net48;net5.0 + pdfsign + icomedias GmbH + pdfsign + Copyright © icomedias GmbH 2019 + 1.3.0.0 + 1.3.0.0 + + + + + +