-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMediatRPostHandlerAudit.sln
More file actions
49 lines (49 loc) · 2.75 KB
/
MediatRPostHandlerAudit.sln
File metadata and controls
49 lines (49 loc) · 2.75 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "src\WebApi\WebApi.csproj", "{68582D83-9F14-4844-B64E-2E2C89F3C54C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D1BF4E0B-5A8C-488B-A174-DC72B4513499}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "src\Domain\Domain.csproj", "{45DEE5F7-E109-48F5-AF48-56DD0DB7B017}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application", "src\Application\Application.csproj", "{833E04CB-5F24-45B7-A6B4-B781B948DA22}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure", "src\Infrastructure\Infrastructure.csproj", "{00852FAB-1BBD-47CC-A910-8A5DE64ACD0C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68582D83-9F14-4844-B64E-2E2C89F3C54C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68582D83-9F14-4844-B64E-2E2C89F3C54C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68582D83-9F14-4844-B64E-2E2C89F3C54C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68582D83-9F14-4844-B64E-2E2C89F3C54C}.Release|Any CPU.Build.0 = Release|Any CPU
{45DEE5F7-E109-48F5-AF48-56DD0DB7B017}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45DEE5F7-E109-48F5-AF48-56DD0DB7B017}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45DEE5F7-E109-48F5-AF48-56DD0DB7B017}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45DEE5F7-E109-48F5-AF48-56DD0DB7B017}.Release|Any CPU.Build.0 = Release|Any CPU
{833E04CB-5F24-45B7-A6B4-B781B948DA22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{833E04CB-5F24-45B7-A6B4-B781B948DA22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{833E04CB-5F24-45B7-A6B4-B781B948DA22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{833E04CB-5F24-45B7-A6B4-B781B948DA22}.Release|Any CPU.Build.0 = Release|Any CPU
{00852FAB-1BBD-47CC-A910-8A5DE64ACD0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00852FAB-1BBD-47CC-A910-8A5DE64ACD0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00852FAB-1BBD-47CC-A910-8A5DE64ACD0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00852FAB-1BBD-47CC-A910-8A5DE64ACD0C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0F9C22FF-04B9-48B7-A77E-C87CBA512DF1}
EndGlobalSection
EndGlobal