This repository has been archived by the owner on Oct 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNFive.SessionManager.sln
35 lines (35 loc) · 1.83 KB
/
NFive.SessionManager.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", "{644CE3E2-EC42-40B6-BD8C-2339D1E24984}"
ProjectSection(SolutionItems) = preProject
nfive.yml = nfive.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SessionManager.Server", "SessionManager.Server\SessionManager.Server.csproj", "{AA855773-7A61-4190-91B9-20B608AD2DA4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SessionManager.Shared", "SessionManager.Shared\SessionManager.Shared.csproj", "{4A9818BF-B338-4EBA-9257-DADF300CD740}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AA855773-7A61-4190-91B9-20B608AD2DA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA855773-7A61-4190-91B9-20B608AD2DA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA855773-7A61-4190-91B9-20B608AD2DA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA855773-7A61-4190-91B9-20B608AD2DA4}.Release|Any CPU.Build.0 = Release|Any CPU
{4A9818BF-B338-4EBA-9257-DADF300CD740}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A9818BF-B338-4EBA-9257-DADF300CD740}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A9818BF-B338-4EBA-9257-DADF300CD740}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A9818BF-B338-4EBA-9257-DADF300CD740}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {299D58C1-E824-455C-987E-B02A348FE573}
EndGlobalSection
EndGlobal