-
Notifications
You must be signed in to change notification settings - Fork 0
/
JanLenoch.CognitiveServices.sln
45 lines (45 loc) · 2.83 KB
/
JanLenoch.CognitiveServices.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JanLenoch.CognitiveServices.Http", "JanLenoch.CognitiveServices.Http\JanLenoch.CognitiveServices.Http.csproj", "{3F0F3EF0-32AD-4AA2-B735-2901F804B524}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JanLenoch.CognitiveServices.Ocr", "JanLenoch.CognitiveServices.Ocr\JanLenoch.CognitiveServices.Ocr.csproj", "{3C4BF76A-4D59-4D20-9555-C75895B2BCA3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JanLenoch.CognitiveServices.Tests", "JanLenoch.CognitiveServices.Tests\JanLenoch.CognitiveServices.Tests.csproj", "{D5ECD574-086E-431E-B64C-36E81FE936CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JanLenoch.CognitiveServices.Utils", "JanLenoch.CognitiveServices.Utils\JanLenoch.CognitiveServices.Utils.csproj", "{0B0D78BD-8C9A-4A88-B4DA-F3D3CDD48B54}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9DBD22BD-D53C-48CD-A474-B51F97E2D4AF}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F0F3EF0-32AD-4AA2-B735-2901F804B524}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F0F3EF0-32AD-4AA2-B735-2901F804B524}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F0F3EF0-32AD-4AA2-B735-2901F804B524}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F0F3EF0-32AD-4AA2-B735-2901F804B524}.Release|Any CPU.Build.0 = Release|Any CPU
{3C4BF76A-4D59-4D20-9555-C75895B2BCA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C4BF76A-4D59-4D20-9555-C75895B2BCA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C4BF76A-4D59-4D20-9555-C75895B2BCA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C4BF76A-4D59-4D20-9555-C75895B2BCA3}.Release|Any CPU.Build.0 = Release|Any CPU
{D5ECD574-086E-431E-B64C-36E81FE936CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5ECD574-086E-431E-B64C-36E81FE936CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5ECD574-086E-431E-B64C-36E81FE936CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5ECD574-086E-431E-B64C-36E81FE936CB}.Release|Any CPU.Build.0 = Release|Any CPU
{0B0D78BD-8C9A-4A88-B4DA-F3D3CDD48B54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B0D78BD-8C9A-4A88-B4DA-F3D3CDD48B54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B0D78BD-8C9A-4A88-B4DA-F3D3CDD48B54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B0D78BD-8C9A-4A88-B4DA-F3D3CDD48B54}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal