-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAggressiveTextRecognizer.sln
44 lines (44 loc) · 2.48 KB
/
AggressiveTextRecognizer.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestOnWeb", "TestOnWeb\TestOnWeb.csproj", "{63BE70B0-7CEB-49FD-B0DF-8555FEA0623A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AggressiveTextRecognizer", "AggressiveTextRecognizer\AggressiveTextRecognizer.csproj", "{EE835561-A451-4E1E-ADC1-93E68EB7FC53}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{13D14926-0B72-463A-941C-4052153B117E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataTrainer", "DataTrainer\DataTrainer.csproj", "{5410964E-4EB4-410D-B134-7FC6302A4D89}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{63BE70B0-7CEB-49FD-B0DF-8555FEA0623A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63BE70B0-7CEB-49FD-B0DF-8555FEA0623A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63BE70B0-7CEB-49FD-B0DF-8555FEA0623A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63BE70B0-7CEB-49FD-B0DF-8555FEA0623A}.Release|Any CPU.Build.0 = Release|Any CPU
{EE835561-A451-4E1E-ADC1-93E68EB7FC53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE835561-A451-4E1E-ADC1-93E68EB7FC53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE835561-A451-4E1E-ADC1-93E68EB7FC53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE835561-A451-4E1E-ADC1-93E68EB7FC53}.Release|Any CPU.Build.0 = Release|Any CPU
{5410964E-4EB4-410D-B134-7FC6302A4D89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5410964E-4EB4-410D-B134-7FC6302A4D89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5410964E-4EB4-410D-B134-7FC6302A4D89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5410964E-4EB4-410D-B134-7FC6302A4D89}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{63BE70B0-7CEB-49FD-B0DF-8555FEA0623A} = {13D14926-0B72-463A-941C-4052153B117E}
{EE835561-A451-4E1E-ADC1-93E68EB7FC53} = {13D14926-0B72-463A-941C-4052153B117E}
{5410964E-4EB4-410D-B134-7FC6302A4D89} = {13D14926-0B72-463A-941C-4052153B117E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AC7A6459-54F3-4534-AC5F-C20340F32EB6}
EndGlobalSection
EndGlobal