forked from johnt84/BlazorServerImageRecognitionApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BlazorServerImageRecognitionApp.sln
49 lines (49 loc) · 3.3 KB
/
BlazorServerImageRecognitionApp.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
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorServerImageRecognitionApp", "BlazorServerImageRecognitionApp\BlazorServerImageRecognitionApp.csproj", "{FAE87198-67B2-4A91-BD7F-6EF99F66BB5A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImagePrintedTextRecognitionEngine", "ImagePrintedTextRecognitionEngine\ImagePrintedTextRecognitionEngine.csproj", "{2D171596-2932-468D-A11D-E06F99F0F047}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImagePrintedTextRecognitionShared", "ImagePrintedTextRecognitionShared\ImagePrintedTextRecognitionShared.csproj", "{C127E812-A711-403A-8B73-812B3568AE6C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImagePrintedTextRecognitionTesterApp", "ImagePrintedTextRecognitionTesterApp\ImagePrintedTextRecognitionTesterApp.csproj", "{32CF61D6-CD8B-4558-B9EE-C3A157ED3C2D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImagePrintedTextRecognitionUnitTests", "ImagePrintedTextRecognitionUnitTests\ImagePrintedTextRecognitionUnitTests.csproj", "{A8A84874-7320-4A37-A976-2945E9B52645}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FAE87198-67B2-4A91-BD7F-6EF99F66BB5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAE87198-67B2-4A91-BD7F-6EF99F66BB5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAE87198-67B2-4A91-BD7F-6EF99F66BB5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAE87198-67B2-4A91-BD7F-6EF99F66BB5A}.Release|Any CPU.Build.0 = Release|Any CPU
{2D171596-2932-468D-A11D-E06F99F0F047}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D171596-2932-468D-A11D-E06F99F0F047}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D171596-2932-468D-A11D-E06F99F0F047}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D171596-2932-468D-A11D-E06F99F0F047}.Release|Any CPU.Build.0 = Release|Any CPU
{C127E812-A711-403A-8B73-812B3568AE6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C127E812-A711-403A-8B73-812B3568AE6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C127E812-A711-403A-8B73-812B3568AE6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C127E812-A711-403A-8B73-812B3568AE6C}.Release|Any CPU.Build.0 = Release|Any CPU
{32CF61D6-CD8B-4558-B9EE-C3A157ED3C2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32CF61D6-CD8B-4558-B9EE-C3A157ED3C2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32CF61D6-CD8B-4558-B9EE-C3A157ED3C2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32CF61D6-CD8B-4558-B9EE-C3A157ED3C2D}.Release|Any CPU.Build.0 = Release|Any CPU
{A8A84874-7320-4A37-A976-2945E9B52645}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8A84874-7320-4A37-A976-2945E9B52645}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8A84874-7320-4A37-A976-2945E9B52645}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8A84874-7320-4A37-A976-2945E9B52645}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7AB1C18C-2524-4ADB-86B1-E5FC1E1F0DBB}
EndGlobalSection
EndGlobal