-
Notifications
You must be signed in to change notification settings - Fork 0
/
MediatRSample.sln
39 lines (39 loc) · 1.82 KB
/
MediatRSample.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31129.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C24CB35E-C79F-46FF-8CF2-9B3467E1C21D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{5C65FD04-2F69-494E-BB3F-398868B830F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blog.API", "src\Services\Blog.API\Blog.API.csproj", "{591E5969-4731-490B-A4F8-1E80F15C0D2B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2C20C64E-3C2E-4F0A-9619-479E9733EE55}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
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
{591E5969-4731-490B-A4F8-1E80F15C0D2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{591E5969-4731-490B-A4F8-1E80F15C0D2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{591E5969-4731-490B-A4F8-1E80F15C0D2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{591E5969-4731-490B-A4F8-1E80F15C0D2B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5C65FD04-2F69-494E-BB3F-398868B830F0} = {C24CB35E-C79F-46FF-8CF2-9B3467E1C21D}
{591E5969-4731-490B-A4F8-1E80F15C0D2B} = {5C65FD04-2F69-494E-BB3F-398868B830F0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {516326F4-60BA-437C-A7D1-C8DEB0B7F76E}
EndGlobalSection
EndGlobal