-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathFastGateway.sln
More file actions
49 lines (49 loc) · 2.74 KB
/
FastGateway.sln
File metadata and controls
49 lines (49 loc) · 2.74 KB
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 Version 17
VisualStudioVersion = 17.14.36401.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E6D6D101-A6DE-421E-AD34-131020A67A29}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastGateway", "src\FastGateway\FastGateway.csproj", "{E5E66176-C630-41D1-B9D2-BCFDF7CB594E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "src\Core\Core.csproj", "{FCAB92E4-1181-4A15-91E8-F43794CEE00F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B1D815BF-870B-4342-8AB8-6B057DBFF3E7}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
docker-compose.yml = docker-compose.yml
.github\workflows\docker-image.yml = .github\workflows\docker-image.yml
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TunnelClient", "src\TunnelClient\TunnelClient.csproj", "{960263FE-32B9-448B-AF82-81C44D25090C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E5E66176-C630-41D1-B9D2-BCFDF7CB594E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5E66176-C630-41D1-B9D2-BCFDF7CB594E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5E66176-C630-41D1-B9D2-BCFDF7CB594E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5E66176-C630-41D1-B9D2-BCFDF7CB594E}.Release|Any CPU.Build.0 = Release|Any CPU
{FCAB92E4-1181-4A15-91E8-F43794CEE00F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCAB92E4-1181-4A15-91E8-F43794CEE00F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCAB92E4-1181-4A15-91E8-F43794CEE00F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCAB92E4-1181-4A15-91E8-F43794CEE00F}.Release|Any CPU.Build.0 = Release|Any CPU
{960263FE-32B9-448B-AF82-81C44D25090C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{960263FE-32B9-448B-AF82-81C44D25090C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{960263FE-32B9-448B-AF82-81C44D25090C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{960263FE-32B9-448B-AF82-81C44D25090C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E5E66176-C630-41D1-B9D2-BCFDF7CB594E} = {E6D6D101-A6DE-421E-AD34-131020A67A29}
{FCAB92E4-1181-4A15-91E8-F43794CEE00F} = {E6D6D101-A6DE-421E-AD34-131020A67A29}
{960263FE-32B9-448B-AF82-81C44D25090C} = {E6D6D101-A6DE-421E-AD34-131020A67A29}
EndGlobalSection
EndGlobal