forked from angelobreuer/localtunnel.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Localtunnel.sln
43 lines (43 loc) · 2.57 KB
/
Localtunnel.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.1.32120.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Localtunnel", "src\Localtunnel\Localtunnel.csproj", "{D984F5C3-5B69-411F-ACE0-D16CD23B9C9F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Localtunnel.Cli", "src\Localtunnel.Cli\Localtunnel.Cli.csproj", "{E716CBBB-541D-4ABA-8397-8A898E2BD7AD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Localtunnel.Server", "src\Localtunnel.Server\Localtunnel.Server.csproj", "{78147033-745D-4896-8D3B-8969F6D52BDB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Localtunnel.Sample", "src\Localtunnel.Sample\Localtunnel.Sample.csproj", "{3EF8E5C3-8512-4752-B121-38D6A267FD52}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D984F5C3-5B69-411F-ACE0-D16CD23B9C9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D984F5C3-5B69-411F-ACE0-D16CD23B9C9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D984F5C3-5B69-411F-ACE0-D16CD23B9C9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D984F5C3-5B69-411F-ACE0-D16CD23B9C9F}.Release|Any CPU.Build.0 = Release|Any CPU
{E716CBBB-541D-4ABA-8397-8A898E2BD7AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E716CBBB-541D-4ABA-8397-8A898E2BD7AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E716CBBB-541D-4ABA-8397-8A898E2BD7AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E716CBBB-541D-4ABA-8397-8A898E2BD7AD}.Release|Any CPU.Build.0 = Release|Any CPU
{78147033-745D-4896-8D3B-8969F6D52BDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78147033-745D-4896-8D3B-8969F6D52BDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78147033-745D-4896-8D3B-8969F6D52BDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78147033-745D-4896-8D3B-8969F6D52BDB}.Release|Any CPU.Build.0 = Release|Any CPU
{3EF8E5C3-8512-4752-B121-38D6A267FD52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EF8E5C3-8512-4752-B121-38D6A267FD52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EF8E5C3-8512-4752-B121-38D6A267FD52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EF8E5C3-8512-4752-B121-38D6A267FD52}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {037E0B0E-C0E4-4587-ACE1-B3CF0C95305B}
EndGlobalSection
EndGlobal