forked from damienbod/AspNetCoreAngularSignalRSecurity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSecurityAspNetCoreSignalR.sln
49 lines (49 loc) · 2.85 KB
/
SecurityAspNetCoreSignalR.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
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SecurityAspNetCoreSignalR", "SecurityAspNetCoreSignalR\SecurityAspNetCoreSignalR.csproj", "{9D3FEC9C-6EAB-433C-AAAC-7D6444F9E8B8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7CA75068-1E6A-4563-A577-36967ABAC844}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApiServer", "ApiServer\ApiServer.csproj", "{61242CA8-FF15-4EC7-8DC4-80CD98054927}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DirectMessagesAngular", "DirectMessagesAngular\DirectMessagesAngular.csproj", "{1A23AF18-67B3-421B-BE24-E0585B5F9D99}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StsServer", "StsServer\StsServer.csproj", "{3DEC0D3A-CA79-46C1-99A9-8A68B34BE325}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D3FEC9C-6EAB-433C-AAAC-7D6444F9E8B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D3FEC9C-6EAB-433C-AAAC-7D6444F9E8B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D3FEC9C-6EAB-433C-AAAC-7D6444F9E8B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D3FEC9C-6EAB-433C-AAAC-7D6444F9E8B8}.Release|Any CPU.Build.0 = Release|Any CPU
{61242CA8-FF15-4EC7-8DC4-80CD98054927}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61242CA8-FF15-4EC7-8DC4-80CD98054927}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61242CA8-FF15-4EC7-8DC4-80CD98054927}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61242CA8-FF15-4EC7-8DC4-80CD98054927}.Release|Any CPU.Build.0 = Release|Any CPU
{1A23AF18-67B3-421B-BE24-E0585B5F9D99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A23AF18-67B3-421B-BE24-E0585B5F9D99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A23AF18-67B3-421B-BE24-E0585B5F9D99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A23AF18-67B3-421B-BE24-E0585B5F9D99}.Release|Any CPU.Build.0 = Release|Any CPU
{3DEC0D3A-CA79-46C1-99A9-8A68B34BE325}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DEC0D3A-CA79-46C1-99A9-8A68B34BE325}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DEC0D3A-CA79-46C1-99A9-8A68B34BE325}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DEC0D3A-CA79-46C1-99A9-8A68B34BE325}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {17722D88-F94A-431C-B281-86021C56FCB7}
EndGlobalSection
EndGlobal