-
Notifications
You must be signed in to change notification settings - Fork 0
/
ConferenceMicroservice.sln
43 lines (43 loc) · 2.72 KB
/
ConferenceMicroservice.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.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConferenceMicroservice.API", "ConferenceMicroservice.API\ConferenceMicroservice.API.csproj", "{337839D8-3086-4066-9CAE-0C924C50D5EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConferenceMicroservice.Core", "ConferenceMicroservice.Core\ConferenceMicroservice.Core.csproj", "{474D2765-E06D-4D43-B4B1-F85625B092B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConferenceMicroservice.Application", "ConferenceMicroservice.Application\ConferenceMicroservice.Application.csproj", "{76E74E19-B32F-4DEB-B220-6ABD21A96D6D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConferenceMicroservice.Persistence", "ConferenceMicroservice.Persistence\ConferenceMicroservice.Persistence.csproj", "{26859EF5-23EB-44F7-BA08-C2A38DA89DC9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{337839D8-3086-4066-9CAE-0C924C50D5EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{337839D8-3086-4066-9CAE-0C924C50D5EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{337839D8-3086-4066-9CAE-0C924C50D5EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{337839D8-3086-4066-9CAE-0C924C50D5EB}.Release|Any CPU.Build.0 = Release|Any CPU
{474D2765-E06D-4D43-B4B1-F85625B092B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{474D2765-E06D-4D43-B4B1-F85625B092B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{474D2765-E06D-4D43-B4B1-F85625B092B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{474D2765-E06D-4D43-B4B1-F85625B092B1}.Release|Any CPU.Build.0 = Release|Any CPU
{76E74E19-B32F-4DEB-B220-6ABD21A96D6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76E74E19-B32F-4DEB-B220-6ABD21A96D6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76E74E19-B32F-4DEB-B220-6ABD21A96D6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76E74E19-B32F-4DEB-B220-6ABD21A96D6D}.Release|Any CPU.Build.0 = Release|Any CPU
{26859EF5-23EB-44F7-BA08-C2A38DA89DC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26859EF5-23EB-44F7-BA08-C2A38DA89DC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26859EF5-23EB-44F7-BA08-C2A38DA89DC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26859EF5-23EB-44F7-BA08-C2A38DA89DC9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {447ED0A1-9635-4023-A99F-3349DE87EBED}
EndGlobalSection
EndGlobal