-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEventManagement.sln
43 lines (43 loc) · 2.65 KB
/
EventManagement.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventManagement.Api", "EventManagement.Api\EventManagement.Api.csproj", "{A968B27D-5270-45A9-B14F-1A98E7543163}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventManagement.Application", "EventManagement.Application\EventManagement.Application.csproj", "{2699DAF2-7514-4157-B9E0-0F2814B61E23}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventManagement.Domain", "EventManagement.Domain\EventManagement.Domain.csproj", "{7394F6BE-6EA9-4B18-AF02-60B0AD59606C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventManagement.Infrastructure", "EventManagement.Infrastructure\EventManagement.Infrastructure.csproj", "{E1D8666A-036D-420B-B42E-809A407C580F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A968B27D-5270-45A9-B14F-1A98E7543163}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A968B27D-5270-45A9-B14F-1A98E7543163}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A968B27D-5270-45A9-B14F-1A98E7543163}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A968B27D-5270-45A9-B14F-1A98E7543163}.Release|Any CPU.Build.0 = Release|Any CPU
{2699DAF2-7514-4157-B9E0-0F2814B61E23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2699DAF2-7514-4157-B9E0-0F2814B61E23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2699DAF2-7514-4157-B9E0-0F2814B61E23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2699DAF2-7514-4157-B9E0-0F2814B61E23}.Release|Any CPU.Build.0 = Release|Any CPU
{7394F6BE-6EA9-4B18-AF02-60B0AD59606C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7394F6BE-6EA9-4B18-AF02-60B0AD59606C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7394F6BE-6EA9-4B18-AF02-60B0AD59606C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7394F6BE-6EA9-4B18-AF02-60B0AD59606C}.Release|Any CPU.Build.0 = Release|Any CPU
{E1D8666A-036D-420B-B42E-809A407C580F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1D8666A-036D-420B-B42E-809A407C580F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1D8666A-036D-420B-B42E-809A407C580F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1D8666A-036D-420B-B42E-809A407C580F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5561A2AF-1FB5-41C0-A527-16281A417DA6}
EndGlobalSection
EndGlobal