diff --git a/VAR.PdfTools.Workbench/Properties/AssemblyInfo.cs b/VAR.PdfTools.Workbench/Properties/AssemblyInfo.cs deleted file mode 100644 index 14df67c..0000000 --- a/VAR.PdfTools.Workbench/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("VAR.PdfTools.Workbench")] -[assembly: AssemblyDescription("PdfTools Workbench")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("VAR")] -[assembly: AssemblyProduct("VAR.PdfTools.Workbench")] -[assembly: AssemblyCopyright("Copyright © VAR 2016")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: ComVisible(false)] -[assembly: Guid("a5825d8e-9f81-49e0-b610-8ae5e46d02ea")] -[assembly: AssemblyVersion("1.6.0.*")] diff --git a/VAR.PdfTools.Workbench/Properties/PublishProfiles/FolderProfile.pubxml b/VAR.PdfTools.Workbench/Properties/PublishProfiles/FolderProfile.pubxml new file mode 100644 index 0000000..cca00f5 --- /dev/null +++ b/VAR.PdfTools.Workbench/Properties/PublishProfiles/FolderProfile.pubxml @@ -0,0 +1,19 @@ + + + + + Release + Any CPU + bin\Release\net5.0-windows\publish\ + FileSystem + net5.0-windows + win-x64 + true + True + False + True + True + + \ No newline at end of file diff --git a/VAR.PdfTools.Workbench/VAR.PdfTools.Workbench.csproj b/VAR.PdfTools.Workbench/VAR.PdfTools.Workbench.csproj index 642888a..4306f83 100644 --- a/VAR.PdfTools.Workbench/VAR.PdfTools.Workbench.csproj +++ b/VAR.PdfTools.Workbench/VAR.PdfTools.Workbench.csproj @@ -1,80 +1,26 @@ - - - + - Debug - AnyCPU - {A5825D8E-9F81-49E0-B610-8AE5E46D02EA} + net5.0-windows WinExe - Properties - VAR.PdfTools.Workbench - VAR.PdfTools.Workbench - v4.6.1 - 512 - true - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - 6 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + true - + VAR.PdfTools.Workbench + VAR.PdfTools.Workbench + 1.6.1 + PdfTools Workbench + VAR + VAR + Copyright © VAR 2016-2019 + false + LICENSE.txt + https://github.com/Kableado/VAR.PdfTools + PDF;PDF Tool - - - - - - - - + - - - Form - - - FrmPdfInfo.cs - - - + - - - {eb7e003a-6a95-4002-809f-926c7c8a11e9} - VAR.PdfTools - - - - - FrmPdfInfo.cs - - - - \ No newline at end of file diff --git a/VAR.PdfTools.sln b/VAR.PdfTools.sln index 21657a5..ca6e75b 100644 --- a/VAR.PdfTools.sln +++ b/VAR.PdfTools.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31402.337 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VAR.PdfTools", "VAR.PdfTools\VAR.PdfTools.csproj", "{EB7E003A-6A95-4002-809F-926C7C8A11E9}" EndProject @@ -19,10 +19,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {EB7E003A-6A95-4002-809F-926C7C8A11E9}.Debug|Any CPU.ActiveCfg = Debug .Net 4.6.1|Any CPU - {EB7E003A-6A95-4002-809F-926C7C8A11E9}.Debug|Any CPU.Build.0 = Debug .Net 4.6.1|Any CPU - {EB7E003A-6A95-4002-809F-926C7C8A11E9}.Release|Any CPU.ActiveCfg = Release .Net 4.6.1|Any CPU - {EB7E003A-6A95-4002-809F-926C7C8A11E9}.Release|Any CPU.Build.0 = Release .Net 4.6.1|Any CPU + {EB7E003A-6A95-4002-809F-926C7C8A11E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EB7E003A-6A95-4002-809F-926C7C8A11E9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EB7E003A-6A95-4002-809F-926C7C8A11E9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EB7E003A-6A95-4002-809F-926C7C8A11E9}.Release|Any CPU.Build.0 = Release|Any CPU {A5825D8E-9F81-49E0-B610-8AE5E46D02EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {A5825D8E-9F81-49E0-B610-8AE5E46D02EA}.Debug|Any CPU.Build.0 = Debug|Any CPU {A5825D8E-9F81-49E0-B610-8AE5E46D02EA}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -31,4 +31,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {7E5F981A-8918-4C9E-AC9C-A798E2F3DA69} + EndGlobalSection EndGlobal diff --git a/VAR.PdfTools/Build.NuGet.cmd b/VAR.PdfTools/Build.NuGet.cmd deleted file mode 100644 index 8f73b61..0000000 --- a/VAR.PdfTools/Build.NuGet.cmd +++ /dev/null @@ -1,29 +0,0 @@ -@echo off - -:: MSBuild and tools path -if exist "%windir%\Microsoft.Net\Framework\v4.0.30319" set MsBuildPath=%windir%\Microsoft.NET\Framework\v4.0.30319 -if exist "%windir%\Microsoft.Net\Framework64\v4.0.30319" set MsBuildPath=%windir%\Microsoft.NET\Framework64\v4.0.30319 -if exist "C:\Program Files (x86)\MSBuild\14.0\Bin" set MsBuildPath=C:\Program Files (x86)\MSBuild\14.0\Bin -if exist "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin" set MsBuildPath=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin -set PATH=%MsBuildPath%;%PATH% - -echo %MsBuildPath% - -:: NuGet -set nuget="nuget" -if exist "%~dp0..\packages\NuGet.CommandLine.3.4.3\tools\NuGet.exe" set nuget="%~dp0\..\packages\NuGet.CommandLine.3.4.3\tools\NuGet.exe" - -:: Release .Net 3.5 -Title Building Release .Net 3.5 -msbuild VAR.PdfTools.csproj /t:Build /p:Configuration="Release .Net 3.5" /p:Platform="AnyCPU" - -:: Release .Net 4.6.1 -Title Building Release .Net 4.6.1 -msbuild VAR.PdfTools.csproj /t:Build /p:Configuration="Release .Net 4.6.1" /p:Platform="AnyCPU" - -:: Packing Nuget -Title Packing Nuget -%nuget% pack VAR.PdfTools.csproj -Verbosity detailed -OutputDir "NuGet" -Properties Configuration="Release .Net 4.6.1" -Prop Platform=AnyCPU - -title Finished -pause diff --git a/VAR.PdfTools/Properties/AssemblyInfo.cs b/VAR.PdfTools/Properties/AssemblyInfo.cs deleted file mode 100644 index e69d3c2..0000000 --- a/VAR.PdfTools/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("VAR.PdfTools")] -[assembly: AssemblyDescription("PdfTools Library")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("VAR")] -[assembly: AssemblyProduct("VAR.PdfTools")] -[assembly: AssemblyCopyright("Copyright © VAR 2016-2019")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: ComVisible(false)] -[assembly: Guid("eb7e003a-6a95-4002-809f-926c7c8a11e9")] -[assembly: AssemblyVersion("1.6.0.*")] diff --git a/VAR.PdfTools/VAR.PdfTools.csproj b/VAR.PdfTools/VAR.PdfTools.csproj index ca0fd9d..a6174fe 100644 --- a/VAR.PdfTools/VAR.PdfTools.csproj +++ b/VAR.PdfTools/VAR.PdfTools.csproj @@ -1,110 +1,30 @@ - - - + - Debug - AnyCPU - {EB7E003A-6A95-4002-809F-926C7C8A11E9} + netstandard2.0 Library - Properties - VAR.PdfTools - VAR.PdfTools - v4.6.1 - 512 - + true + true - - true - full - false - bin\Debug\net461 - DEBUG;TRACE - prompt - 4 - v4.6.1 - 6 - - - pdbonly - true - bin\Release\net461 - TRACE - prompt - 4 - v4.6.1 - - - true - full - false - bin\Debug\net35 - DEBUG;TRACE - prompt - 4 - v3.5 - - - pdbonly - true - bin\Release\net35 - TRACE - prompt - 4 - v3.5 + + VAR.PdfTools + VAR.PdfTools + 1.6.1 + PdfTools Library + VAR + VAR + Copyright © VAR 2016-2019 + false + LICENSE.txt + https://github.com/Kableado/VAR.PdfTools + PDF;PDF Library - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - \ No newline at end of file diff --git a/VAR.PdfTools/VAR.PdfTools.nuspec b/VAR.PdfTools/VAR.PdfTools.nuspec deleted file mode 100644 index 6de6ea8..0000000 --- a/VAR.PdfTools/VAR.PdfTools.nuspec +++ /dev/null @@ -1,22 +0,0 @@ - - - - $id$ - $version$ - $title$ - $author$ - $author$ - https://github.com/Kableado/VAR.PdfTools/blob/master/LICENSE.txt - https://github.com/Kableado/VAR.PdfTools - false - $description$ - Copyright VAR 2016-2017 - PDF Library - - - - - - - - \ No newline at end of file diff --git a/VAR.PdfTools/packages.config b/VAR.PdfTools/packages.config deleted file mode 100644 index d8529dd..0000000 --- a/VAR.PdfTools/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file