From af37b38583b77b3d36c9e45f3a46f0cc3fc7e0f2 Mon Sep 17 00:00:00 2001 From: rackover Date: Wed, 28 Jul 2021 14:46:14 +0200 Subject: [PATCH] Updated packages format & use a version of fody that actually works --- ImgFormatHelper/ImgFormatHelper.csproj | 172 +++---------------------- ImgFormatHelper/packages.config | 53 -------- 2 files changed, 16 insertions(+), 209 deletions(-) delete mode 100644 ImgFormatHelper/packages.config diff --git a/ImgFormatHelper/ImgFormatHelper.csproj b/ImgFormatHelper/ImgFormatHelper.csproj index a5cfc1b..1b5d10a 100644 --- a/ImgFormatHelper/ImgFormatHelper.csproj +++ b/ImgFormatHelper/ImgFormatHelper.csproj @@ -1,6 +1,5 @@  - Debug @@ -60,150 +59,15 @@ prompt true + + IWImgViewer.Program + - - ..\packages\Costura.Fody.5.3.0\lib\netstandard1.0\Costura.dll - - - ..\packages\ManagedSquish.2.0.0.0\lib\net40\ManagedSquish.dll - - - ..\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll - True - True - - - ..\packages\ManagedSquish.2.0.0.0\lib\net40\NativeSquish_x64.dll - - - ..\packages\ManagedSquish.2.0.0.0\lib\net40\NativeSquish_x86.dll - - - ..\packages\System.AppContext.4.3.0\lib\net463\System.AppContext.dll - True - True - - - ..\packages\System.Console.4.3.0\lib\net46\System.Console.dll - True - True - - - ..\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll - - - ..\packages\System.Diagnostics.Tracing.4.3.0\lib\net462\System.Diagnostics.Tracing.dll - True - True - - - ..\packages\System.Drawing.Common.5.0.2\lib\net461\System.Drawing.Common.dll - - - ..\packages\System.Globalization.Calendars.4.3.0\lib\net46\System.Globalization.Calendars.dll - True - True - - - ..\packages\System.IO.4.3.0\lib\net462\System.IO.dll - True - True - - - ..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll - True - True - - - ..\packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll - True - True - - - ..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll - True - True - - - ..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll - True - True - - - ..\packages\System.Linq.4.3.0\lib\net463\System.Linq.dll - True - True - - - ..\packages\System.Linq.Expressions.4.3.0\lib\net463\System.Linq.Expressions.dll - True - True - - - ..\packages\System.Net.Http.4.3.0\lib\net46\System.Net.Http.dll - True - True - - - ..\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll - True - True - - - ..\packages\System.Reflection.4.3.0\lib\net462\System.Reflection.dll - True - True - - - ..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll - True - True - - - ..\packages\System.Runtime.Extensions.4.3.0\lib\net462\System.Runtime.Extensions.dll - True - True - - - ..\packages\System.Runtime.InteropServices.4.3.0\lib\net463\System.Runtime.InteropServices.dll - True - True - - - ..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll - True - True - - - ..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net463\System.Security.Cryptography.Algorithms.dll - True - True - - - ..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll - True - True - - - ..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll - True - True - - - ..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll - True - True - - - ..\packages\System.Text.RegularExpressions.4.3.0\lib\net463\System.Text.RegularExpressions.dll - True - True - @@ -212,11 +76,6 @@ - - ..\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll - True - True - @@ -264,7 +123,6 @@ Viewport.cs - SettingsSingleFileGenerator Settings.Designer.cs @@ -283,16 +141,18 @@ - + + + 3.1.4 + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + 2.0.0 + + + 5.0.2 + + - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - - \ No newline at end of file diff --git a/ImgFormatHelper/packages.config b/ImgFormatHelper/packages.config deleted file mode 100644 index b45b644..0000000 --- a/ImgFormatHelper/packages.config +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file