-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPortForwardingManager.sln
More file actions
37 lines (37 loc) · 2.06 KB
/
PortForwardingManager.sln
File metadata and controls
37 lines (37 loc) · 2.06 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.3.11520.95
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PortForwardingService", "PortForwardingService\PortForwardingService.csproj", "{BC93B5EA-E5FF-465D-9829-D24C7B05EF1B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Abstractions", "Abstractions\Abstractions.csproj", "{28F1CF3C-C8E7-4E8F-AE1B-679AE15E62DA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SamplePlugin", "SamplePlugin\SamplePlugin.csproj", "{96055CA2-19DA-4B09-AFC8-76F8B8BE821E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BC93B5EA-E5FF-465D-9829-D24C7B05EF1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC93B5EA-E5FF-465D-9829-D24C7B05EF1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC93B5EA-E5FF-465D-9829-D24C7B05EF1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC93B5EA-E5FF-465D-9829-D24C7B05EF1B}.Release|Any CPU.Build.0 = Release|Any CPU
{28F1CF3C-C8E7-4E8F-AE1B-679AE15E62DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28F1CF3C-C8E7-4E8F-AE1B-679AE15E62DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28F1CF3C-C8E7-4E8F-AE1B-679AE15E62DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28F1CF3C-C8E7-4E8F-AE1B-679AE15E62DA}.Release|Any CPU.Build.0 = Release|Any CPU
{96055CA2-19DA-4B09-AFC8-76F8B8BE821E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96055CA2-19DA-4B09-AFC8-76F8B8BE821E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96055CA2-19DA-4B09-AFC8-76F8B8BE821E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96055CA2-19DA-4B09-AFC8-76F8B8BE821E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE05ACAC-0F63-4F55-BD53-17510EC5953C}
EndGlobalSection
EndGlobal