complete config for reading excel data

This commit is contained in:
2025-12-24 13:45:37 +08:00
parent b460906b45
commit 6308aee750
21 changed files with 937 additions and 310 deletions

View File

@@ -13,6 +13,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibReadTetraExcel", "LibRea
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibDataBase", "LibDataBase\LibDataBase.csproj", "{D03A85CC-A53B-4434-A560-7A89563292E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestPackOCR", "TestPackOCR\TestPackOCR.csproj", "{717BA61B-8C31-473F-8A02-626337A90A5E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -53,6 +55,14 @@ Global
{D03A85CC-A53B-4434-A560-7A89563292E8}.Release|Any CPU.Build.0 = Release|Any CPU
{D03A85CC-A53B-4434-A560-7A89563292E8}.Release|x64.ActiveCfg = Release|Any CPU
{D03A85CC-A53B-4434-A560-7A89563292E8}.Release|x64.Build.0 = Release|Any CPU
{717BA61B-8C31-473F-8A02-626337A90A5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{717BA61B-8C31-473F-8A02-626337A90A5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{717BA61B-8C31-473F-8A02-626337A90A5E}.Debug|x64.ActiveCfg = Debug|x64
{717BA61B-8C31-473F-8A02-626337A90A5E}.Debug|x64.Build.0 = Debug|x64
{717BA61B-8C31-473F-8A02-626337A90A5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{717BA61B-8C31-473F-8A02-626337A90A5E}.Release|Any CPU.Build.0 = Release|Any CPU
{717BA61B-8C31-473F-8A02-626337A90A5E}.Release|x64.ActiveCfg = Release|Any CPU
{717BA61B-8C31-473F-8A02-626337A90A5E}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE