-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAzureFunctions.Extensions.CognitiveServices.sln
54 lines (54 loc) · 3.26 KB
/
AzureFunctions.Extensions.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
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{71539E00-8C5F-4B45-AA0D-B83CAC58FCA4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{862626B4-433B-4FA4-96DC-815850960814}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AzureFunctions.Extensions.CognitiveServics.Samples", "samples\AzureFunctions.Extensions.CognitiveServics.Samples\AzureFunctions.Extensions.CognitiveServics.Samples.csproj", "{78916DA5-CFEC-40B5-84A6-B0190B076700}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9936F693-95E7-48C4-ADC3-3FFCBC654587}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AzureFunctions.Extensions.CognitiveServices", "src\AzureFunctions.Extensions.CognitiveServices\AzureFunctions.Extensions.CognitiveServices.csproj", "{90EED71C-45C7-4952-818B-3643A3E906B9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3F518617-3B7F-44DD-B6C3-51A55FA76D5C}"
ProjectSection(SolutionItems) = preProject
logo.png = logo.png
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AzureFunctions.Extensions.CognitiveServices.Tests", "tests\AzureFunctions.Extensions.CognitiveServices.Tests\AzureFunctions.Extensions.CognitiveServices.Tests.csproj", "{50FAB084-7357-4943-9186-0C3F81CC9F3E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{78916DA5-CFEC-40B5-84A6-B0190B076700}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78916DA5-CFEC-40B5-84A6-B0190B076700}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78916DA5-CFEC-40B5-84A6-B0190B076700}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78916DA5-CFEC-40B5-84A6-B0190B076700}.Release|Any CPU.Build.0 = Release|Any CPU
{90EED71C-45C7-4952-818B-3643A3E906B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90EED71C-45C7-4952-818B-3643A3E906B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90EED71C-45C7-4952-818B-3643A3E906B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90EED71C-45C7-4952-818B-3643A3E906B9}.Release|Any CPU.Build.0 = Release|Any CPU
{50FAB084-7357-4943-9186-0C3F81CC9F3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50FAB084-7357-4943-9186-0C3F81CC9F3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50FAB084-7357-4943-9186-0C3F81CC9F3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50FAB084-7357-4943-9186-0C3F81CC9F3E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{78916DA5-CFEC-40B5-84A6-B0190B076700} = {862626B4-433B-4FA4-96DC-815850960814}
{90EED71C-45C7-4952-818B-3643A3E906B9} = {9936F693-95E7-48C4-ADC3-3FFCBC654587}
{50FAB084-7357-4943-9186-0C3F81CC9F3E} = {71539E00-8C5F-4B45-AA0D-B83CAC58FCA4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {49F1B715-24A3-4580-BA87-34ED114ED2B8}
EndGlobalSection
EndGlobal