-
Notifications
You must be signed in to change notification settings - Fork 0
/
FirewallBlocker.sln
48 lines (48 loc) · 2.76 KB
/
FirewallBlocker.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.32804.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FirewallBlocker", "FirewallBlocker\FirewallBlocker.csproj", "{FD2633E9-8B61-4E0C-AB83-E092A5490B05}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Messaging", "Messaging\Messaging.csproj", "{C42E33EA-903F-4B2E-AE8C-32991379701D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B131FE54-EB08-4082-8C15-BF81B2AF731E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FirewallBlocker.Tests", "FirewallBlocker.Tests\FirewallBlocker.Tests.csproj", "{C246E55F-1455-4350-8AD7-6A77EB85771D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkerApp", "WorkerApp\WorkerApp.csproj", "{A9AD9076-3329-4A8F-9342-6BDD8F57FD77}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FD2633E9-8B61-4E0C-AB83-E092A5490B05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD2633E9-8B61-4E0C-AB83-E092A5490B05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD2633E9-8B61-4E0C-AB83-E092A5490B05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD2633E9-8B61-4E0C-AB83-E092A5490B05}.Release|Any CPU.Build.0 = Release|Any CPU
{C42E33EA-903F-4B2E-AE8C-32991379701D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C42E33EA-903F-4B2E-AE8C-32991379701D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C42E33EA-903F-4B2E-AE8C-32991379701D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C42E33EA-903F-4B2E-AE8C-32991379701D}.Release|Any CPU.Build.0 = Release|Any CPU
{C246E55F-1455-4350-8AD7-6A77EB85771D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C246E55F-1455-4350-8AD7-6A77EB85771D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C246E55F-1455-4350-8AD7-6A77EB85771D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C246E55F-1455-4350-8AD7-6A77EB85771D}.Release|Any CPU.Build.0 = Release|Any CPU
{A9AD9076-3329-4A8F-9342-6BDD8F57FD77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9AD9076-3329-4A8F-9342-6BDD8F57FD77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9AD9076-3329-4A8F-9342-6BDD8F57FD77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9AD9076-3329-4A8F-9342-6BDD8F57FD77}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {674477BB-07DF-4A88-8B72-E7E7CE8C3CA0}
EndGlobalSection
EndGlobal