forked from aspose-ocr/Aspose.OCR-for-.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAspose.OCR.Examples.CS.2005.sln
26 lines (26 loc) · 1.38 KB
/
Aspose.OCR.Examples.CS.2005.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ProgrammersGuide", "ProgrammersGuide", "{DF984366-BE7C-4D06-978F-A8BBBD410A2D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WorkingWithOCR", "WorkingWithOCR", "{B78CD24F-D9B9-4F5B-8BDE-3C428C67A47B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerformOCROnImage", "ProgrammersGuide\WorkingWithOCR\PerformOCROnImage\CSharp\PerformOCROnImage.csproj", "{F1E02859-D34A-4EE8-91BC-47A198153326}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1E02859-D34A-4EE8-91BC-47A198153326}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1E02859-D34A-4EE8-91BC-47A198153326}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1E02859-D34A-4EE8-91BC-47A198153326}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B78CD24F-D9B9-4F5B-8BDE-3C428C67A47B} = {DF984366-BE7C-4D06-978F-A8BBBD410A2D}
{F1E02859-D34A-4EE8-91BC-47A198153326} = {B78CD24F-D9B9-4F5B-8BDE-3C428C67A47B}
EndGlobalSection
EndGlobal