-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNetTunnel.sln
More file actions
52 lines (52 loc) · 3.04 KB
/
NetTunnel.sln
File metadata and controls
52 lines (52 loc) · 3.04 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
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.3.11520.95 d18.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetTunnel.Library", "NetTunnel.Library\NetTunnel.Library.csproj", "{7927C59E-4F47-48A0-A4BF-434C4FC6265F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetTunnel.UI", "NetTunnel.UI\NetTunnel.UI.csproj", "{0FB6DD7B-3303-4FDC-BD1C-D17719C51C73}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetTunnel.Service", "NetTunnel.Service\NetTunnel.Service.csproj", "{1D602D6B-348B-41FE-ABC8-9A98FD6CD247}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Installers", "Installers", "{F927DF22-97CB-409B-9B79-1B2C77DE1952}"
ProjectSection(SolutionItems) = preProject
@Installers\Release.Build.bat = @Installers\Release.Build.bat
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "InnoScripts", "InnoScripts", "{DCCA7CD4-EF4D-4FCC-A070-738F12D858D4}"
ProjectSection(SolutionItems) = preProject
@Installers\InnoScripts\NetTunnel.Full.Windows.x64.Iss = @Installers\InnoScripts\NetTunnel.Full.Windows.x64.Iss
@Installers\InnoScripts\NetTunnel.Service.Windows.x64.Iss = @Installers\InnoScripts\NetTunnel.Service.Windows.x64.Iss
@Installers\InnoScripts\NetTunnel.UI.Windows.x64.Iss = @Installers\InnoScripts\NetTunnel.UI.Windows.x64.Iss
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7927C59E-4F47-48A0-A4BF-434C4FC6265F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7927C59E-4F47-48A0-A4BF-434C4FC6265F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7927C59E-4F47-48A0-A4BF-434C4FC6265F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7927C59E-4F47-48A0-A4BF-434C4FC6265F}.Release|Any CPU.Build.0 = Release|Any CPU
{0FB6DD7B-3303-4FDC-BD1C-D17719C51C73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FB6DD7B-3303-4FDC-BD1C-D17719C51C73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FB6DD7B-3303-4FDC-BD1C-D17719C51C73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FB6DD7B-3303-4FDC-BD1C-D17719C51C73}.Release|Any CPU.Build.0 = Release|Any CPU
{1D602D6B-348B-41FE-ABC8-9A98FD6CD247}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D602D6B-348B-41FE-ABC8-9A98FD6CD247}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D602D6B-348B-41FE-ABC8-9A98FD6CD247}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D602D6B-348B-41FE-ABC8-9A98FD6CD247}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DCCA7CD4-EF4D-4FCC-A070-738F12D858D4} = {F927DF22-97CB-409B-9B79-1B2C77DE1952}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D4DAFC1B-082B-4FBB-ACDF-7AB29BBA4265}
EndGlobalSection
EndGlobal