-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNetWindowsFirewall.sln
More file actions
41 lines (41 loc) · 2.06 KB
/
NetWindowsFirewall.sln
File metadata and controls
41 lines (41 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
38
39
40
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Itens de Solução", "Itens de Solução", "{9A6FB7DD-3142-48D1-A7A3-F4B1F532EEFB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
autorelease.config.json = autorelease.config.json
.github\workflows\publish.yml = .github\workflows\publish.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetWindowsFirewall", "src\NetWindowsFirewall\NetWindowsFirewall.csproj", "{AF6C76AA-D9D7-47AB-95CC-9B9687B84D42}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetWindowsFirewall.Sample", "samples\NetWindowsFirewall.Sample\NetWindowsFirewall.Sample.csproj", "{FE9AD5C6-63BE-42B8-A9BB-953C37D07146}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AF6C76AA-D9D7-47AB-95CC-9B9687B84D42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF6C76AA-D9D7-47AB-95CC-9B9687B84D42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF6C76AA-D9D7-47AB-95CC-9B9687B84D42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF6C76AA-D9D7-47AB-95CC-9B9687B84D42}.Release|Any CPU.Build.0 = Release|Any CPU
{FE9AD5C6-63BE-42B8-A9BB-953C37D07146}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE9AD5C6-63BE-42B8-A9BB-953C37D07146}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE9AD5C6-63BE-42B8-A9BB-953C37D07146}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE9AD5C6-63BE-42B8-A9BB-953C37D07146}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6CD96350-F45C-4BBB-A268-763518948292}
EndGlobalSection
EndGlobal