diff --git a/.gitignore b/.gitignore index fd5204b..00d63e1 100644 --- a/.gitignore +++ b/.gitignore @@ -181,3 +181,4 @@ UpgradeLog*.htm # Microsoft Fakes FakesAssemblies/ +/src/.vs/ImageDiff/v16/Server/sqlite3 diff --git a/src/ImageDiff/ImageDiff.csproj b/src/ImageDiff/ImageDiff.csproj index c984cd3..1eccefc 100644 --- a/src/ImageDiff/ImageDiff.csproj +++ b/src/ImageDiff/ImageDiff.csproj @@ -1,17 +1,28 @@ - - - + - Debug - AnyCPU {8C9C4ABC-4D3A-4DCD-AEE1-95E07E4FAE9F} - Library - Properties ImageDiff ImageDiff - v4.5 - 512 + netstandard2.0;net45 + true + true + ImageDiff-NetStandard + Richard Clement + + This is the .Net Standard port of https://github.com/richclement/ImageDiff . Sadly I did not get in contact with him so I'm publishing this. + LICENSE + https://github.com/richclement/ImageDiff + https://github.com/richclement/ImageDiff + git + image diff difference visual regression + Only a port to .Net Standard 2.0 of https://github.com/richclement/ImageDiff +No other changes at all + 1.1.0.0 + 1.1.0.0 + 1.1.0 + Richard Clement + true full @@ -29,40 +40,18 @@ prompt 4 + + + 4.5.1 + + - - - + - - - - - - - - - - - - - - - - - - - - - + + True + + - - \ No newline at end of file diff --git a/src/ImageDiff/Properties/AssemblyInfo.cs b/src/ImageDiff/Properties/AssemblyInfo.cs index 00330a8..ed6fc09 100644 --- a/src/ImageDiff/Properties/AssemblyInfo.cs +++ b/src/ImageDiff/Properties/AssemblyInfo.cs @@ -1,19 +1,6 @@ -using System.Reflection; -using System.Runtime.CompilerServices; +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("ImageDiff")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ImageDiff")] -[assembly: AssemblyCopyright("")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - [assembly: InternalsVisibleTo("ImageDiffTests")] // Setting ComVisible to false makes the types in this assembly not visible @@ -22,17 +9,4 @@ [assembly: ComVisible(false)] // The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("4e462185-6889-4657-a2a9-b3540463fa51")] - -// 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.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: Guid("4e462185-6889-4657-a2a9-b3540463fa51")] \ No newline at end of file diff --git a/src/ImageDiffTests/ImageDiffTests.csproj b/src/ImageDiffTests/ImageDiffTests.csproj index e65fc18..09a3e01 100644 --- a/src/ImageDiffTests/ImageDiffTests.csproj +++ b/src/ImageDiffTests/ImageDiffTests.csproj @@ -53,12 +53,6 @@ - - - {8c9c4abc-4d3a-4dcd-aee1-95e07e4fae9f} - ImageDiff - - Always @@ -67,6 +61,12 @@ Always + + + {8c9c4abc-4d3a-4dcd-aee1-95e07e4fae9f} + ImageDiff + +