-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNFive.Chat.sln
35 lines (35 loc) · 2.02 KB
/
NFive.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7C1E4BF7-FE5B-4D06-B8CB-8A212C28B23C}"
ProjectSection(SolutionItems) = preProject
nfive.yml = nfive.yml
EndProjectSection
EndProject
Project("{355C96D9-FC1C-44E5-A731-55C7A8DD577A}") = "Chat.Client", "Chat.Client\Chat.Client.csproj", "{3F8DEBAF-7CCD-4CC7-9748-3FAB5F3308DF}"
EndProject
Project("{355C96D9-FC1C-44E5-A731-55C7A8DD577A}") = "Chat.Server", "Chat.Server\Chat.Server.csproj", "{7BFC7077-2B51-459A-A60B-766F95BDF703}"
EndProject
Project("{355C96D9-FC1C-44E5-A731-55C7A8DD577A}") = "Chat.Shared", "Chat.Shared\Chat.Shared.csproj", "{0E148392-B217-45C0-BF68-4B0AA96F00A5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F8DEBAF-7CCD-4CC7-9748-3FAB5F3308DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F8DEBAF-7CCD-4CC7-9748-3FAB5F3308DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F8DEBAF-7CCD-4CC7-9748-3FAB5F3308DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F8DEBAF-7CCD-4CC7-9748-3FAB5F3308DF}.Release|Any CPU.Build.0 = Release|Any CPU
{7BFC7077-2B51-459A-A60B-766F95BDF703}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BFC7077-2B51-459A-A60B-766F95BDF703}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BFC7077-2B51-459A-A60B-766F95BDF703}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BFC7077-2B51-459A-A60B-766F95BDF703}.Release|Any CPU.Build.0 = Release|Any CPU
{0E148392-B217-45C0-BF68-4B0AA96F00A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E148392-B217-45C0-BF68-4B0AA96F00A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E148392-B217-45C0-BF68-4B0AA96F00A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E148392-B217-45C0-BF68-4B0AA96F00A5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal