forked from Azure/azure-functions-sql-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWebJobs.Extensions.Sql.sln
53 lines (53 loc) · 3.05 KB
/
WebJobs.Extensions.Sql.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlExtensionSamples", "samples\Microsoft.Azure.WebJobs.Extensions.Sql.Samples.csproj", "{B2E0EFB9-BEDB-48F7-BD5A-0E1010333475}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.WebJobs.Extensions.Sql", "src\Microsoft.Azure.WebJobs.Extensions.Sql.csproj", "{4453B407-2CA3-4011-BDE5-247FCE5C1974}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.WebJobs.Extensions.Sql.Tests", "test\Microsoft.Azure.WebJobs.Extensions.Sql.Tests.csproj", "{A5B55530-71C8-4A9A-92AD-1D33A5E80FC1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{21CDC01C-247B-46B0-A8F5-9D35686C628B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{F7E99EB5-47D3-4B50-A6AA-D8D5508A121A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{3691FB44-971D-43FD-9B2F-916B8CE689DB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CB5E23C3-00FF-4890-B55D-A2E99E583493}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B2E0EFB9-BEDB-48F7-BD5A-0E1010333475}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2E0EFB9-BEDB-48F7-BD5A-0E1010333475}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2E0EFB9-BEDB-48F7-BD5A-0E1010333475}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2E0EFB9-BEDB-48F7-BD5A-0E1010333475}.Release|Any CPU.Build.0 = Release|Any CPU
{4453B407-2CA3-4011-BDE5-247FCE5C1974}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4453B407-2CA3-4011-BDE5-247FCE5C1974}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4453B407-2CA3-4011-BDE5-247FCE5C1974}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4453B407-2CA3-4011-BDE5-247FCE5C1974}.Release|Any CPU.Build.0 = Release|Any CPU
{A5B55530-71C8-4A9A-92AD-1D33A5E80FC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5B55530-71C8-4A9A-92AD-1D33A5E80FC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5B55530-71C8-4A9A-92AD-1D33A5E80FC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5B55530-71C8-4A9A-92AD-1D33A5E80FC1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B2E0EFB9-BEDB-48F7-BD5A-0E1010333475} = {3691FB44-971D-43FD-9B2F-916B8CE689DB}
{4453B407-2CA3-4011-BDE5-247FCE5C1974} = {21CDC01C-247B-46B0-A8F5-9D35686C628B}
{A5B55530-71C8-4A9A-92AD-1D33A5E80FC1} = {F7E99EB5-47D3-4B50-A6AA-D8D5508A121A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {49902AA5-150F-4567-B562-4AA8549B2CF4}
EndGlobalSection
EndGlobal