-
Notifications
You must be signed in to change notification settings - Fork 0
/
Chat.sln
42 lines (42 loc) · 2.25 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
38
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Chat.Models", "Chat.Models\Chat.Models.csproj", "{5970C041-3D38-4F2C-B912-A3F92D37F6A9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Chat.Server", "Chat.Server\Chat.Server.csproj", "{923F53BE-F5F2-452E-8DF2-93EC57A8950E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Chat.Services", "Chat.Services\Chat.Services.csproj", "{6BA98E44-6D63-400C-8AB3-5D5F13635BA2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Proto", "Proto", "{23C4525B-2577-47EA-A517-F0AB42A8D8A7}"
ProjectSection(SolutionItems) = preProject
Proto\Chat.proto = Proto\Chat.proto
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5970C041-3D38-4F2C-B912-A3F92D37F6A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5970C041-3D38-4F2C-B912-A3F92D37F6A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5970C041-3D38-4F2C-B912-A3F92D37F6A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5970C041-3D38-4F2C-B912-A3F92D37F6A9}.Release|Any CPU.Build.0 = Release|Any CPU
{923F53BE-F5F2-452E-8DF2-93EC57A8950E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{923F53BE-F5F2-452E-8DF2-93EC57A8950E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{923F53BE-F5F2-452E-8DF2-93EC57A8950E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{923F53BE-F5F2-452E-8DF2-93EC57A8950E}.Release|Any CPU.Build.0 = Release|Any CPU
{6BA98E44-6D63-400C-8AB3-5D5F13635BA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BA98E44-6D63-400C-8AB3-5D5F13635BA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BA98E44-6D63-400C-8AB3-5D5F13635BA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BA98E44-6D63-400C-8AB3-5D5F13635BA2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CB566293-1D20-4EAC-8F4E-646F3ECC8035}
EndGlobalSection
EndGlobal