-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSendGrid.Azure.EventGrid.sln
55 lines (55 loc) · 3.08 KB
/
SendGrid.Azure.EventGrid.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
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7E05961A-4349-4216-B5B5-7F9EAD3A866B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SendGrid.Azure.EventGrid", "src\SendGrid.Azure.EventGrid\SendGrid.Azure.EventGrid.csproj", "{220B3F91-7994-4931-B665-CDAABB58FD2F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{C0B8D7FA-70FA-4108-8A8D-0C14C73D80FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SendGrid.Azure.EventGrid.Tests", "tests\SendGrid.Azure.EventGrid.Tests\SendGrid.Azure.EventGrid.Tests.csproj", "{0C4D527B-62A5-43E8-9EBF-E9D36A78C99C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{1A931A01-71D9-4C30-9633-D01CF701D891}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleFunctionApp", "samples\SampleFunctionApp\SampleFunctionApp.csproj", "{D8965665-5DFB-4AD9-BCE8-5FB6975AE1F1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{22516B85-707D-4CB4-A586-B0FB4EFED22F}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
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
{220B3F91-7994-4931-B665-CDAABB58FD2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{220B3F91-7994-4931-B665-CDAABB58FD2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{220B3F91-7994-4931-B665-CDAABB58FD2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{220B3F91-7994-4931-B665-CDAABB58FD2F}.Release|Any CPU.Build.0 = Release|Any CPU
{0C4D527B-62A5-43E8-9EBF-E9D36A78C99C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C4D527B-62A5-43E8-9EBF-E9D36A78C99C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C4D527B-62A5-43E8-9EBF-E9D36A78C99C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C4D527B-62A5-43E8-9EBF-E9D36A78C99C}.Release|Any CPU.Build.0 = Release|Any CPU
{D8965665-5DFB-4AD9-BCE8-5FB6975AE1F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8965665-5DFB-4AD9-BCE8-5FB6975AE1F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8965665-5DFB-4AD9-BCE8-5FB6975AE1F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8965665-5DFB-4AD9-BCE8-5FB6975AE1F1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{220B3F91-7994-4931-B665-CDAABB58FD2F} = {7E05961A-4349-4216-B5B5-7F9EAD3A866B}
{0C4D527B-62A5-43E8-9EBF-E9D36A78C99C} = {C0B8D7FA-70FA-4108-8A8D-0C14C73D80FF}
{D8965665-5DFB-4AD9-BCE8-5FB6975AE1F1} = {1A931A01-71D9-4C30-9633-D01CF701D891}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {149DD7B4-91D6-4007-9DB9-68D9900AFAB7}
EndGlobalSection
EndGlobal