moved ean validator to other checksums

This commit is contained in:
2022-05-25 07:54:31 +02:00
parent 84450a009a
commit 87482452ce
3 changed files with 0 additions and 25 deletions

View File

@@ -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