-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathWindowsFirewallDashboard.sln
152 lines (152 loc) · 10.8 KB
/
WindowsFirewallDashboard.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
Microsoft Visual Studio Solution File, Format Version 12.00
# Blend for Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsFirewallDashboard", "WindowsFirewallDashboard\WindowsFirewallDashboard.csproj", "{9F7454DF-4E63-46EE-9B4C-39D0AF7C866E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsAdvancedFirewallApi", "WindowsAdvancedFirewallApi\WindowsAdvancedFirewallApi.csproj", "{A600B42F-23A8-4FBF-A4D1-4FD264C9ED43}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{517CEC21-A90A-4AAE-A485-4A5F9A0A36B2}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.reference.yml = appveyor.reference.yml
appveyor.yml = appveyor.yml
LICENSE = LICENSE
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHubUpdateManger.NET", "GitHubUpdateManger.NET\GitHubUpdateManger.NET.csproj", "{555F5A60-1AAD-47B5-B51F-9803DA91C5F5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsFirewallCore", "WindowsFirewallCore\WindowsFirewallCore.csproj", "{329D8EC7-9D9D-46CF-B93C-849A912D7C66}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsFirewallShellExtension", "WindowsFirewallShellExtension\WindowsFirewallShellExtension.csproj", "{46F23EE1-5F6A-4E56-88F7-DC9F1CC88FFB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{88928D28-F442-4176-90AE-D48F720A6B4A}"
ProjectSection(SolutionItems) = preProject
Documentation\First_impressions.md = Documentation\First_impressions.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Screenshots", "Screenshots", "{847E0DC2-E03A-4159-B305-0E2435364D54}"
ProjectSection(SolutionItems) = preProject
Documentation\Screenshots\Events.png = Documentation\Screenshots\Events.png
Documentation\Screenshots\Overview.png = Documentation\Screenshots\Overview.png
Documentation\Screenshots\Rules.png = Documentation\Screenshots\Rules.png
Documentation\Screenshots\Settings.png = Documentation\Screenshots\Settings.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug as different User|Any CPU = Debug as different User|Any CPU
Debug as different User|x64 = Debug as different User|x64
Debug as different User|x86 = Debug as different User|x86
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F7454DF-4E63-46EE-9B4C-39D0AF7C866E}.Debug as different User|Any CPU.ActiveCfg = Debug as different User|Any CPU
{9F7454DF-4E63-46EE-9B4C-39D0AF7C866E}.Debug as different User|Any CPU.Build.0 = Debug as different User|Any CPU
{9F7454DF-4E63-46EE-9B4C-39D0AF7C866E}.Debug as different User|x64.ActiveCfg = Debug as different User|x64
{9F7454DF-4E63-46EE-9B4C-39D0AF7C866E}.Debug as different User|x64.Build.0 = Debug as different User|x64
{9F7454DF-4E63-46EE-9B4C-39D0AF7C866E}.Debug as different User|x86.ActiveCfg = Debug as different User|x86
{9F7454DF-4E63-46EE-9B4C-39D0AF7C866E}.Debug as different User|x86.Build.0 = Debug as different User|x86
{9F7454DF-4E63-46EE-9B4C-39D0AF7C866E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F7454DF-4E63-46EE-9B4C-39D0AF7C866E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F7454DF-4E63-46EE-9B4C-39D0AF7C866E}.Debug|x64.ActiveCfg = Debug|x64
{9F7454DF-4E63-46EE-9B4C-39D0AF7C866E}.Debug|x64.Build.0 = Debug|x64
{9F7454DF-4E63-46EE-9B4C-39D0AF7C866E}.Debug|x86.ActiveCfg = Debug|x86
{9F7454DF-4E63-46EE-9B4C-39D0AF7C866E}.Debug|x86.Build.0 = Debug|x86
{9F7454DF-4E63-46EE-9B4C-39D0AF7C866E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F7454DF-4E63-46EE-9B4C-39D0AF7C866E}.Release|Any CPU.Build.0 = Release|Any CPU
{9F7454DF-4E63-46EE-9B4C-39D0AF7C866E}.Release|x64.ActiveCfg = Release|x64
{9F7454DF-4E63-46EE-9B4C-39D0AF7C866E}.Release|x64.Build.0 = Release|x64
{9F7454DF-4E63-46EE-9B4C-39D0AF7C866E}.Release|x86.ActiveCfg = Release|x86
{9F7454DF-4E63-46EE-9B4C-39D0AF7C866E}.Release|x86.Build.0 = Release|x86
{A600B42F-23A8-4FBF-A4D1-4FD264C9ED43}.Debug as different User|Any CPU.ActiveCfg = Debug as different User|Any CPU
{A600B42F-23A8-4FBF-A4D1-4FD264C9ED43}.Debug as different User|Any CPU.Build.0 = Debug as different User|Any CPU
{A600B42F-23A8-4FBF-A4D1-4FD264C9ED43}.Debug as different User|x64.ActiveCfg = Debug as different User|x64
{A600B42F-23A8-4FBF-A4D1-4FD264C9ED43}.Debug as different User|x64.Build.0 = Debug as different User|x64
{A600B42F-23A8-4FBF-A4D1-4FD264C9ED43}.Debug as different User|x86.ActiveCfg = Debug as different User|x86
{A600B42F-23A8-4FBF-A4D1-4FD264C9ED43}.Debug as different User|x86.Build.0 = Debug as different User|x86
{A600B42F-23A8-4FBF-A4D1-4FD264C9ED43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A600B42F-23A8-4FBF-A4D1-4FD264C9ED43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A600B42F-23A8-4FBF-A4D1-4FD264C9ED43}.Debug|x64.ActiveCfg = Debug|x64
{A600B42F-23A8-4FBF-A4D1-4FD264C9ED43}.Debug|x64.Build.0 = Debug|x64
{A600B42F-23A8-4FBF-A4D1-4FD264C9ED43}.Debug|x86.ActiveCfg = Debug|x86
{A600B42F-23A8-4FBF-A4D1-4FD264C9ED43}.Debug|x86.Build.0 = Debug|x86
{A600B42F-23A8-4FBF-A4D1-4FD264C9ED43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A600B42F-23A8-4FBF-A4D1-4FD264C9ED43}.Release|Any CPU.Build.0 = Release|Any CPU
{A600B42F-23A8-4FBF-A4D1-4FD264C9ED43}.Release|x64.ActiveCfg = Release|x64
{A600B42F-23A8-4FBF-A4D1-4FD264C9ED43}.Release|x64.Build.0 = Release|x64
{A600B42F-23A8-4FBF-A4D1-4FD264C9ED43}.Release|x86.ActiveCfg = Release|x86
{A600B42F-23A8-4FBF-A4D1-4FD264C9ED43}.Release|x86.Build.0 = Release|x86
{555F5A60-1AAD-47B5-B51F-9803DA91C5F5}.Debug as different User|Any CPU.ActiveCfg = Debug|Any CPU
{555F5A60-1AAD-47B5-B51F-9803DA91C5F5}.Debug as different User|Any CPU.Build.0 = Debug|Any CPU
{555F5A60-1AAD-47B5-B51F-9803DA91C5F5}.Debug as different User|x64.ActiveCfg = Debug|Any CPU
{555F5A60-1AAD-47B5-B51F-9803DA91C5F5}.Debug as different User|x64.Build.0 = Debug|Any CPU
{555F5A60-1AAD-47B5-B51F-9803DA91C5F5}.Debug as different User|x86.ActiveCfg = Debug|Any CPU
{555F5A60-1AAD-47B5-B51F-9803DA91C5F5}.Debug as different User|x86.Build.0 = Debug|Any CPU
{555F5A60-1AAD-47B5-B51F-9803DA91C5F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{555F5A60-1AAD-47B5-B51F-9803DA91C5F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{555F5A60-1AAD-47B5-B51F-9803DA91C5F5}.Debug|x64.ActiveCfg = Debug|Any CPU
{555F5A60-1AAD-47B5-B51F-9803DA91C5F5}.Debug|x64.Build.0 = Debug|Any CPU
{555F5A60-1AAD-47B5-B51F-9803DA91C5F5}.Debug|x86.ActiveCfg = Debug|Any CPU
{555F5A60-1AAD-47B5-B51F-9803DA91C5F5}.Debug|x86.Build.0 = Debug|Any CPU
{555F5A60-1AAD-47B5-B51F-9803DA91C5F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{555F5A60-1AAD-47B5-B51F-9803DA91C5F5}.Release|Any CPU.Build.0 = Release|Any CPU
{555F5A60-1AAD-47B5-B51F-9803DA91C5F5}.Release|x64.ActiveCfg = Release|Any CPU
{555F5A60-1AAD-47B5-B51F-9803DA91C5F5}.Release|x64.Build.0 = Release|Any CPU
{555F5A60-1AAD-47B5-B51F-9803DA91C5F5}.Release|x86.ActiveCfg = Release|Any CPU
{555F5A60-1AAD-47B5-B51F-9803DA91C5F5}.Release|x86.Build.0 = Release|Any CPU
{329D8EC7-9D9D-46CF-B93C-849A912D7C66}.Debug as different User|Any CPU.ActiveCfg = Debug as different User|Any CPU
{329D8EC7-9D9D-46CF-B93C-849A912D7C66}.Debug as different User|Any CPU.Build.0 = Debug as different User|Any CPU
{329D8EC7-9D9D-46CF-B93C-849A912D7C66}.Debug as different User|x64.ActiveCfg = Debug as different User|x64
{329D8EC7-9D9D-46CF-B93C-849A912D7C66}.Debug as different User|x64.Build.0 = Debug as different User|x64
{329D8EC7-9D9D-46CF-B93C-849A912D7C66}.Debug as different User|x86.ActiveCfg = Debug as different User|x86
{329D8EC7-9D9D-46CF-B93C-849A912D7C66}.Debug as different User|x86.Build.0 = Debug as different User|x86
{329D8EC7-9D9D-46CF-B93C-849A912D7C66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{329D8EC7-9D9D-46CF-B93C-849A912D7C66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{329D8EC7-9D9D-46CF-B93C-849A912D7C66}.Debug|x64.ActiveCfg = Debug|x64
{329D8EC7-9D9D-46CF-B93C-849A912D7C66}.Debug|x64.Build.0 = Debug|x64
{329D8EC7-9D9D-46CF-B93C-849A912D7C66}.Debug|x86.ActiveCfg = Debug|x86
{329D8EC7-9D9D-46CF-B93C-849A912D7C66}.Debug|x86.Build.0 = Debug|x86
{329D8EC7-9D9D-46CF-B93C-849A912D7C66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{329D8EC7-9D9D-46CF-B93C-849A912D7C66}.Release|Any CPU.Build.0 = Release|Any CPU
{329D8EC7-9D9D-46CF-B93C-849A912D7C66}.Release|x64.ActiveCfg = Release|x64
{329D8EC7-9D9D-46CF-B93C-849A912D7C66}.Release|x64.Build.0 = Release|x64
{329D8EC7-9D9D-46CF-B93C-849A912D7C66}.Release|x86.ActiveCfg = Release|x86
{329D8EC7-9D9D-46CF-B93C-849A912D7C66}.Release|x86.Build.0 = Release|x86
{46F23EE1-5F6A-4E56-88F7-DC9F1CC88FFB}.Debug as different User|Any CPU.ActiveCfg = Debug|Any CPU
{46F23EE1-5F6A-4E56-88F7-DC9F1CC88FFB}.Debug as different User|Any CPU.Build.0 = Debug|Any CPU
{46F23EE1-5F6A-4E56-88F7-DC9F1CC88FFB}.Debug as different User|x64.ActiveCfg = Debug|Any CPU
{46F23EE1-5F6A-4E56-88F7-DC9F1CC88FFB}.Debug as different User|x64.Build.0 = Debug|Any CPU
{46F23EE1-5F6A-4E56-88F7-DC9F1CC88FFB}.Debug as different User|x86.ActiveCfg = Debug|Any CPU
{46F23EE1-5F6A-4E56-88F7-DC9F1CC88FFB}.Debug as different User|x86.Build.0 = Debug|Any CPU
{46F23EE1-5F6A-4E56-88F7-DC9F1CC88FFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46F23EE1-5F6A-4E56-88F7-DC9F1CC88FFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46F23EE1-5F6A-4E56-88F7-DC9F1CC88FFB}.Debug|x64.ActiveCfg = Debug|Any CPU
{46F23EE1-5F6A-4E56-88F7-DC9F1CC88FFB}.Debug|x64.Build.0 = Debug|Any CPU
{46F23EE1-5F6A-4E56-88F7-DC9F1CC88FFB}.Debug|x86.ActiveCfg = Debug|Any CPU
{46F23EE1-5F6A-4E56-88F7-DC9F1CC88FFB}.Debug|x86.Build.0 = Debug|Any CPU
{46F23EE1-5F6A-4E56-88F7-DC9F1CC88FFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46F23EE1-5F6A-4E56-88F7-DC9F1CC88FFB}.Release|Any CPU.Build.0 = Release|Any CPU
{46F23EE1-5F6A-4E56-88F7-DC9F1CC88FFB}.Release|x64.ActiveCfg = Release|Any CPU
{46F23EE1-5F6A-4E56-88F7-DC9F1CC88FFB}.Release|x64.Build.0 = Release|Any CPU
{46F23EE1-5F6A-4E56-88F7-DC9F1CC88FFB}.Release|x86.ActiveCfg = Release|Any CPU
{46F23EE1-5F6A-4E56-88F7-DC9F1CC88FFB}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{88928D28-F442-4176-90AE-D48F720A6B4A} = {517CEC21-A90A-4AAE-A485-4A5F9A0A36B2}
{847E0DC2-E03A-4159-B305-0E2435364D54} = {88928D28-F442-4176-90AE-D48F720A6B4A}
EndGlobalSection
EndGlobal