-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMyIdentityChatApp.sln
40 lines (40 loc) · 2.62 KB
/
MyIdentityChatApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35521.163
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyIdentityChatApp.EntityLayer", "MyIdentityChatApp.EntityLayer\MyIdentityChatApp.EntityLayer.csproj", "{8BB67E49-3DDC-45B4-9537-92109B29FD16}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyIdentityChatApp.BusinessLayer", "MyIdentityChatApp.BusinessLayer\MyIdentityChatApp.BusinessLayer.csproj", "{0B363BB2-261C-46DC-8991-A4717CA49F7F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyIdentityChatApp.DataAccessLayer", "MyIdentityChatApp.DataAccessLayer\MyIdentityChatApp.DataAccessLayer.csproj", "{9C88E0FA-ABAA-40B9-8374-6F34F1C1A0FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyIdentityChatApp.PresentationLayer", "MyIdentityChatApp.PresentationLayer\MyIdentityChatApp.PresentationLayer.csproj", "{4263A459-3A5B-4880-8F9B-37D04213C947}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8BB67E49-3DDC-45B4-9537-92109B29FD16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BB67E49-3DDC-45B4-9537-92109B29FD16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BB67E49-3DDC-45B4-9537-92109B29FD16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BB67E49-3DDC-45B4-9537-92109B29FD16}.Release|Any CPU.Build.0 = Release|Any CPU
{0B363BB2-261C-46DC-8991-A4717CA49F7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B363BB2-261C-46DC-8991-A4717CA49F7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B363BB2-261C-46DC-8991-A4717CA49F7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B363BB2-261C-46DC-8991-A4717CA49F7F}.Release|Any CPU.Build.0 = Release|Any CPU
{9C88E0FA-ABAA-40B9-8374-6F34F1C1A0FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C88E0FA-ABAA-40B9-8374-6F34F1C1A0FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C88E0FA-ABAA-40B9-8374-6F34F1C1A0FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C88E0FA-ABAA-40B9-8374-6F34F1C1A0FA}.Release|Any CPU.Build.0 = Release|Any CPU
{4263A459-3A5B-4880-8F9B-37D04213C947}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4263A459-3A5B-4880-8F9B-37D04213C947}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4263A459-3A5B-4880-8F9B-37D04213C947}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4263A459-3A5B-4880-8F9B-37D04213C947}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal