From 87482452cefd2ebdf56c9921d930fdcfa7ff8f8c Mon Sep 17 00:00:00 2001 From: Fionn Date: Wed, 25 May 2022 07:54:31 +0200 Subject: [PATCH] moved ean validator to other checksums --- .../EANValidator/EANValidator.csproj | 0 .../EANValidator/Program.cs | 0 EANValidator/EANValidator.sln | 25 ------------------- 3 files changed, 25 deletions(-) rename {EANValidator => Checksums}/EANValidator/EANValidator.csproj (100%) rename {EANValidator => Checksums}/EANValidator/Program.cs (100%) delete mode 100644 EANValidator/EANValidator.sln diff --git a/EANValidator/EANValidator/EANValidator.csproj b/Checksums/EANValidator/EANValidator.csproj similarity index 100% rename from EANValidator/EANValidator/EANValidator.csproj rename to Checksums/EANValidator/EANValidator.csproj diff --git a/EANValidator/EANValidator/Program.cs b/Checksums/EANValidator/Program.cs similarity index 100% rename from EANValidator/EANValidator/Program.cs rename to Checksums/EANValidator/Program.cs diff --git a/EANValidator/EANValidator.sln b/EANValidator/EANValidator.sln deleted file mode 100644 index d713e14..0000000 --- a/EANValidator/EANValidator.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.0.32112.339 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EANValidator", "EANValidator\EANValidator.csproj", "{6FB2C33C-C18F-425A-BE4C-9176F622EA7C}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {6FB2C33C-C18F-425A-BE4C-9176F622EA7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {6FB2C33C-C18F-425A-BE4C-9176F622EA7C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {6FB2C33C-C18F-425A-BE4C-9176F622EA7C}.Release|Any CPU.ActiveCfg = Release|Any CPU - {6FB2C33C-C18F-425A-BE4C-9176F622EA7C}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {05DCC730-96C0-43C6-A882-F091287D481B} - EndGlobalSection -EndGlobal