forked from wokhan/WFN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WindowsFirewallNotifier.sln
99 lines (99 loc) · 5.74 KB
/
WindowsFirewallNotifier.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Notifier", "Notifier\Notifier.csproj", "{B0777CD1-8F34-4370-8D9F-C4F896AD542B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RuleManager", "RuleManager\RuleManager.csproj", "{A963FA80-520F-4952-82C9-5FDF54FC35F6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Console", "Console\Console.csproj", "{95C82925-3B3C-4AD5-840E-55A2C4EA28A2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "Common\Common.csproj", "{94028C5E-9B0E-4D15-966A-9FA766A20821}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8868B2A5-29B2-4774-B32D-913A242232BC}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
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
{B0777CD1-8F34-4370-8D9F-C4F896AD542B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0777CD1-8F34-4370-8D9F-C4F896AD542B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0777CD1-8F34-4370-8D9F-C4F896AD542B}.Debug|x64.ActiveCfg = Debug|x64
{B0777CD1-8F34-4370-8D9F-C4F896AD542B}.Debug|x64.Build.0 = Debug|x64
{B0777CD1-8F34-4370-8D9F-C4F896AD542B}.Debug|x86.ActiveCfg = Debug|x86
{B0777CD1-8F34-4370-8D9F-C4F896AD542B}.Debug|x86.Build.0 = Debug|x86
{B0777CD1-8F34-4370-8D9F-C4F896AD542B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0777CD1-8F34-4370-8D9F-C4F896AD542B}.Release|Any CPU.Build.0 = Release|Any CPU
{B0777CD1-8F34-4370-8D9F-C4F896AD542B}.Release|x64.ActiveCfg = Release|x64
{B0777CD1-8F34-4370-8D9F-C4F896AD542B}.Release|x64.Build.0 = Release|x64
{B0777CD1-8F34-4370-8D9F-C4F896AD542B}.Release|x86.ActiveCfg = Release|x86
{B0777CD1-8F34-4370-8D9F-C4F896AD542B}.Release|x86.Build.0 = Release|x86
{A963FA80-520F-4952-82C9-5FDF54FC35F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A963FA80-520F-4952-82C9-5FDF54FC35F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A963FA80-520F-4952-82C9-5FDF54FC35F6}.Debug|x64.ActiveCfg = Debug|x64
{A963FA80-520F-4952-82C9-5FDF54FC35F6}.Debug|x64.Build.0 = Debug|x64
{A963FA80-520F-4952-82C9-5FDF54FC35F6}.Debug|x86.ActiveCfg = Debug|x86
{A963FA80-520F-4952-82C9-5FDF54FC35F6}.Debug|x86.Build.0 = Debug|x86
{A963FA80-520F-4952-82C9-5FDF54FC35F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A963FA80-520F-4952-82C9-5FDF54FC35F6}.Release|Any CPU.Build.0 = Release|Any CPU
{A963FA80-520F-4952-82C9-5FDF54FC35F6}.Release|x64.ActiveCfg = Release|x64
{A963FA80-520F-4952-82C9-5FDF54FC35F6}.Release|x64.Build.0 = Release|x64
{A963FA80-520F-4952-82C9-5FDF54FC35F6}.Release|x86.ActiveCfg = Release|x86
{A963FA80-520F-4952-82C9-5FDF54FC35F6}.Release|x86.Build.0 = Release|x86
{95C82925-3B3C-4AD5-840E-55A2C4EA28A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95C82925-3B3C-4AD5-840E-55A2C4EA28A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95C82925-3B3C-4AD5-840E-55A2C4EA28A2}.Debug|x64.ActiveCfg = Debug|x64
{95C82925-3B3C-4AD5-840E-55A2C4EA28A2}.Debug|x64.Build.0 = Debug|x64
{95C82925-3B3C-4AD5-840E-55A2C4EA28A2}.Debug|x86.ActiveCfg = Debug|x86
{95C82925-3B3C-4AD5-840E-55A2C4EA28A2}.Debug|x86.Build.0 = Debug|x86
{95C82925-3B3C-4AD5-840E-55A2C4EA28A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95C82925-3B3C-4AD5-840E-55A2C4EA28A2}.Release|Any CPU.Build.0 = Release|Any CPU
{95C82925-3B3C-4AD5-840E-55A2C4EA28A2}.Release|x64.ActiveCfg = Release|x64
{95C82925-3B3C-4AD5-840E-55A2C4EA28A2}.Release|x64.Build.0 = Release|x64
{95C82925-3B3C-4AD5-840E-55A2C4EA28A2}.Release|x86.ActiveCfg = Release|x86
{95C82925-3B3C-4AD5-840E-55A2C4EA28A2}.Release|x86.Build.0 = Release|x86
{94028C5E-9B0E-4D15-966A-9FA766A20821}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94028C5E-9B0E-4D15-966A-9FA766A20821}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94028C5E-9B0E-4D15-966A-9FA766A20821}.Debug|x64.ActiveCfg = Debug|x64
{94028C5E-9B0E-4D15-966A-9FA766A20821}.Debug|x64.Build.0 = Debug|x64
{94028C5E-9B0E-4D15-966A-9FA766A20821}.Debug|x86.ActiveCfg = Debug|x86
{94028C5E-9B0E-4D15-966A-9FA766A20821}.Debug|x86.Build.0 = Debug|x86
{94028C5E-9B0E-4D15-966A-9FA766A20821}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94028C5E-9B0E-4D15-966A-9FA766A20821}.Release|Any CPU.Build.0 = Release|Any CPU
{94028C5E-9B0E-4D15-966A-9FA766A20821}.Release|x64.ActiveCfg = Release|x64
{94028C5E-9B0E-4D15-966A-9FA766A20821}.Release|x64.Build.0 = Release|x64
{94028C5E-9B0E-4D15-966A-9FA766A20821}.Release|x86.ActiveCfg = Release|x86
{94028C5E-9B0E-4D15-966A-9FA766A20821}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 5
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfs.codeplex.com/tfs/tfs34
SccLocalPath0 = .
SccProjectUniqueName1 = Notifier\\Notifier.csproj
SccProjectName1 = Notifier
SccLocalPath1 = Notifier
SccProjectUniqueName2 = RuleManager\\RuleManager.csproj
SccProjectName2 = RuleManager
SccLocalPath2 = RuleManager
SccProjectUniqueName3 = Console\\Console.csproj
SccProjectName3 = Console
SccLocalPath3 = Console
SccProjectUniqueName4 = Common\\Common.csproj
SccProjectName4 = Common
SccLocalPath4 = Common
EndGlobalSection
EndGlobal