forked from Azure-Samples/azure-event-grid-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAzureEventGridViewer.sln
48 lines (48 loc) · 2.77 KB
/
AzureEventGridViewer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35514.174
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Viewer.Function", "src\Viewer.Function\Viewer.Function.csproj", "{CE8E4DED-77E3-4A95-8EA8-323BACDA82C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Viewer.Core", "src\Viewer.Core\Viewer.Core.csproj", "{E6983D11-FDA0-4A72-B5F6-3EB9EFC47E7B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Viewer.Web", "src\Viewer.Web\Viewer.Web.csproj", "{88780F03-C4F8-4522-882C-89D2CC6000BD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{690C4C4D-9C5F-47B2-873E-5C868FA3A78B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Viewer.AspNetCore", "src\Viewer.AspNetCore\Viewer.AspNetCore.csproj", "{309DEEF0-A649-460F-8CC0-4C39AB401E4C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CE8E4DED-77E3-4A95-8EA8-323BACDA82C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE8E4DED-77E3-4A95-8EA8-323BACDA82C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE8E4DED-77E3-4A95-8EA8-323BACDA82C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE8E4DED-77E3-4A95-8EA8-323BACDA82C3}.Release|Any CPU.Build.0 = Release|Any CPU
{E6983D11-FDA0-4A72-B5F6-3EB9EFC47E7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6983D11-FDA0-4A72-B5F6-3EB9EFC47E7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6983D11-FDA0-4A72-B5F6-3EB9EFC47E7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6983D11-FDA0-4A72-B5F6-3EB9EFC47E7B}.Release|Any CPU.Build.0 = Release|Any CPU
{88780F03-C4F8-4522-882C-89D2CC6000BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88780F03-C4F8-4522-882C-89D2CC6000BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88780F03-C4F8-4522-882C-89D2CC6000BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88780F03-C4F8-4522-882C-89D2CC6000BD}.Release|Any CPU.Build.0 = Release|Any CPU
{309DEEF0-A649-460F-8CC0-4C39AB401E4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{309DEEF0-A649-460F-8CC0-4C39AB401E4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{309DEEF0-A649-460F-8CC0-4C39AB401E4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{309DEEF0-A649-460F-8CC0-4C39AB401E4C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A9E98DBE-C8B1-4612-A197-DD257FEF3709}
EndGlobalSection
EndGlobal