-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSignalRGatewayTunnel.sln
43 lines (43 loc) · 2.23 KB
/
SignalRGatewayTunnel.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Frontend", "Frontend\Frontend.csproj", "{395BE023-BB5B-4A5B-8C90-E3F9644B9CC7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Backend", "Backend\Backend.csproj", "{A4C05D83-AEF1-425E-A413-116563296A6E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4AA749AF-5FD9-40A0-A3D5-7CEEAE4EC7B8}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Model", "Model\Model.csproj", "{30991CA8-1085-461D-A053-D2696AB01C11}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{395BE023-BB5B-4A5B-8C90-E3F9644B9CC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{395BE023-BB5B-4A5B-8C90-E3F9644B9CC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{395BE023-BB5B-4A5B-8C90-E3F9644B9CC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{395BE023-BB5B-4A5B-8C90-E3F9644B9CC7}.Release|Any CPU.Build.0 = Release|Any CPU
{A4C05D83-AEF1-425E-A413-116563296A6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4C05D83-AEF1-425E-A413-116563296A6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4C05D83-AEF1-425E-A413-116563296A6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4C05D83-AEF1-425E-A413-116563296A6E}.Release|Any CPU.Build.0 = Release|Any CPU
{30991CA8-1085-461D-A053-D2696AB01C11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30991CA8-1085-461D-A053-D2696AB01C11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30991CA8-1085-461D-A053-D2696AB01C11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30991CA8-1085-461D-A053-D2696AB01C11}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0FC54E82-F069-49BA-B1FA-00CE002ECB60}
EndGlobalSection
EndGlobal