-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMediatR.Azure.EventGrid.sln
34 lines (34 loc) · 2.08 KB
/
MediatR.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MediatR.Azure.EventGrid", "src\MediatR.Azure.EventGrid\MediatR.Azure.EventGrid.csproj", "{2F5CFC48-5DEB-4BA6-B009-E964C96E28BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MediatR.Azure.EventGrid.Tests", "test\MediatR.Azure.EventGrid.Tests\MediatR.Azure.EventGrid.Tests.csproj", "{872B9D13-FACA-4C8D-BA50-B7E7555336D6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MediatR.Azure.EventGrid.Serialization", "src\MediatR.Azure.EventGrid.Serialization\MediatR.Azure.EventGrid.Serialization.csproj", "{C172C391-39F4-460C-93AD-195818F33D8E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F5CFC48-5DEB-4BA6-B009-E964C96E28BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F5CFC48-5DEB-4BA6-B009-E964C96E28BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F5CFC48-5DEB-4BA6-B009-E964C96E28BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F5CFC48-5DEB-4BA6-B009-E964C96E28BE}.Release|Any CPU.Build.0 = Release|Any CPU
{872B9D13-FACA-4C8D-BA50-B7E7555336D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{872B9D13-FACA-4C8D-BA50-B7E7555336D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{872B9D13-FACA-4C8D-BA50-B7E7555336D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{872B9D13-FACA-4C8D-BA50-B7E7555336D6}.Release|Any CPU.Build.0 = Release|Any CPU
{C172C391-39F4-460C-93AD-195818F33D8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C172C391-39F4-460C-93AD-195818F33D8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C172C391-39F4-460C-93AD-195818F33D8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C172C391-39F4-460C-93AD-195818F33D8E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal