-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChatPractice.sln
More file actions
49 lines (49 loc) · 3.05 KB
/
ChatPractice.sln
File metadata and controls
49 lines (49 loc) · 3.05 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.9.34902.65
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChatPractice.DAL", "ChatPractice.DAL\ChatPractice.DAL.csproj", "{B8B1CB36-D3B5-4F97-9081-4F443D404906}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChatPractice.BLL", "ChatPractice.BLL\ChatPractice.BLL.csproj", "{F77B40AF-590F-4BF7-B77A-B8799376EFD0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChatPractice.API", "ChatPractice.API\ChatPractice.API.csproj", "{1C2A885D-43DA-4E90-BD6C-14650CB0DF74}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChatPractice.Blazor", "ChatPractice.Blazor\ChatPractice.Blazor.csproj", "{D751973B-72BF-4B03-9716-CC572F9B6483}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatPractice.DTO", "ChatPractice.DTO\ChatPractice.DTO.csproj", "{0BC158C7-8A84-486D-A889-6AE04AFDEC80}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B8B1CB36-D3B5-4F97-9081-4F443D404906}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8B1CB36-D3B5-4F97-9081-4F443D404906}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8B1CB36-D3B5-4F97-9081-4F443D404906}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8B1CB36-D3B5-4F97-9081-4F443D404906}.Release|Any CPU.Build.0 = Release|Any CPU
{F77B40AF-590F-4BF7-B77A-B8799376EFD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F77B40AF-590F-4BF7-B77A-B8799376EFD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F77B40AF-590F-4BF7-B77A-B8799376EFD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F77B40AF-590F-4BF7-B77A-B8799376EFD0}.Release|Any CPU.Build.0 = Release|Any CPU
{1C2A885D-43DA-4E90-BD6C-14650CB0DF74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C2A885D-43DA-4E90-BD6C-14650CB0DF74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C2A885D-43DA-4E90-BD6C-14650CB0DF74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C2A885D-43DA-4E90-BD6C-14650CB0DF74}.Release|Any CPU.Build.0 = Release|Any CPU
{D751973B-72BF-4B03-9716-CC572F9B6483}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D751973B-72BF-4B03-9716-CC572F9B6483}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D751973B-72BF-4B03-9716-CC572F9B6483}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D751973B-72BF-4B03-9716-CC572F9B6483}.Release|Any CPU.Build.0 = Release|Any CPU
{0BC158C7-8A84-486D-A889-6AE04AFDEC80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BC158C7-8A84-486D-A889-6AE04AFDEC80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BC158C7-8A84-486D-A889-6AE04AFDEC80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BC158C7-8A84-486D-A889-6AE04AFDEC80}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E77B2A2E-7A5D-48FA-81B7-5175A6EF7C17}
EndGlobalSection
EndGlobal