-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChat.sln
37 lines (37 loc) · 2.04 KB
/
Chat.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Chat.Ui", "src\Chat.Ui\Chat.Ui.csproj", "{A461E279-10F4-4CEA-8338-7B281225ED58}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chat.Repositories", "src\Chat.Repositories\Chat.Repositories.csproj", "{A305B5BA-F231-4F10-8AD6-B89C3DF88368}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chat.Models", "src\Chat.Models\Chat.Models.csproj", "{07B28AA5-D733-49A0-AF1B-D9B97A2BED45}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A461E279-10F4-4CEA-8338-7B281225ED58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A461E279-10F4-4CEA-8338-7B281225ED58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A461E279-10F4-4CEA-8338-7B281225ED58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A461E279-10F4-4CEA-8338-7B281225ED58}.Release|Any CPU.Build.0 = Release|Any CPU
{A305B5BA-F231-4F10-8AD6-B89C3DF88368}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A305B5BA-F231-4F10-8AD6-B89C3DF88368}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A305B5BA-F231-4F10-8AD6-B89C3DF88368}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A305B5BA-F231-4F10-8AD6-B89C3DF88368}.Release|Any CPU.Build.0 = Release|Any CPU
{07B28AA5-D733-49A0-AF1B-D9B97A2BED45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07B28AA5-D733-49A0-AF1B-D9B97A2BED45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07B28AA5-D733-49A0-AF1B-D9B97A2BED45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07B28AA5-D733-49A0-AF1B-D9B97A2BED45}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {08EF8363-5CFE-4966-B2A0-556B7DAEB904}
EndGlobalSection
EndGlobal