-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathEventGrid.sln
42 lines (42 loc) · 2.27 KB
/
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33103.201
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FunctionApp", "src\FunctionApp\FunctionApp.csproj", "{31A734EB-A1A8-4303-9C6E-8FA70C1DF2D9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EventGrid", "src\EventGrid\EventGrid.csproj", "{FBF0C13C-2825-4C4A-9C30-2377FA20FB36}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EventGrid.Tests", "src\EventGrid.Tests\EventGrid.Tests.csproj", "{F352E494-E69A-4E1A-80AF-47A19A7C8223}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E707D4E1-03D3-4931-BE28-8D69A4454D74}"
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
{31A734EB-A1A8-4303-9C6E-8FA70C1DF2D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31A734EB-A1A8-4303-9C6E-8FA70C1DF2D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31A734EB-A1A8-4303-9C6E-8FA70C1DF2D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31A734EB-A1A8-4303-9C6E-8FA70C1DF2D9}.Release|Any CPU.Build.0 = Release|Any CPU
{FBF0C13C-2825-4C4A-9C30-2377FA20FB36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBF0C13C-2825-4C4A-9C30-2377FA20FB36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBF0C13C-2825-4C4A-9C30-2377FA20FB36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBF0C13C-2825-4C4A-9C30-2377FA20FB36}.Release|Any CPU.Build.0 = Release|Any CPU
{F352E494-E69A-4E1A-80AF-47A19A7C8223}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F352E494-E69A-4E1A-80AF-47A19A7C8223}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F352E494-E69A-4E1A-80AF-47A19A7C8223}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F352E494-E69A-4E1A-80AF-47A19A7C8223}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0D439335-66E3-4CB9-B967-E6AB28680085}
EndGlobalSection
EndGlobal