-
Notifications
You must be signed in to change notification settings - Fork 0
/
winpfilter-samples.sln
54 lines (54 loc) · 3.04 KB
/
winpfilter-samples.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ipv4-dns-redirect", "ipv4-dns-redirect\ipv4-dns-redirect.vcxproj", "{C4DDDC78-498A-4206-B31E-5BE2421FE3DE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5BC658C7-F1A6-4203-B81C-C4C378D154CE}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "block-outbound-tcp-port-443-with-tcp-flag-psh", "block-outbound-tcp-port-443-with-tcp-flag-psh\block-outbound-tcp-port-443-with-tcp-flag-psh.vcxproj", "{16D25E06-4656-412B-B58E-D49DD2181E09}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4DDDC78-498A-4206-B31E-5BE2421FE3DE}.Debug|ARM64.ActiveCfg = Debug|x64
{C4DDDC78-498A-4206-B31E-5BE2421FE3DE}.Debug|ARM64.Build.0 = Debug|x64
{C4DDDC78-498A-4206-B31E-5BE2421FE3DE}.Debug|ARM64.Deploy.0 = Debug|x64
{C4DDDC78-498A-4206-B31E-5BE2421FE3DE}.Debug|x64.ActiveCfg = Debug|x64
{C4DDDC78-498A-4206-B31E-5BE2421FE3DE}.Debug|x64.Build.0 = Debug|x64
{C4DDDC78-498A-4206-B31E-5BE2421FE3DE}.Debug|x64.Deploy.0 = Debug|x64
{C4DDDC78-498A-4206-B31E-5BE2421FE3DE}.Release|ARM64.ActiveCfg = Debug|x64
{C4DDDC78-498A-4206-B31E-5BE2421FE3DE}.Release|ARM64.Build.0 = Debug|x64
{C4DDDC78-498A-4206-B31E-5BE2421FE3DE}.Release|ARM64.Deploy.0 = Debug|x64
{C4DDDC78-498A-4206-B31E-5BE2421FE3DE}.Release|x64.ActiveCfg = Debug|x64
{C4DDDC78-498A-4206-B31E-5BE2421FE3DE}.Release|x64.Build.0 = Debug|x64
{C4DDDC78-498A-4206-B31E-5BE2421FE3DE}.Release|x64.Deploy.0 = Debug|x64
{16D25E06-4656-412B-B58E-D49DD2181E09}.Debug|ARM64.ActiveCfg = Debug|x64
{16D25E06-4656-412B-B58E-D49DD2181E09}.Debug|ARM64.Build.0 = Debug|x64
{16D25E06-4656-412B-B58E-D49DD2181E09}.Debug|ARM64.Deploy.0 = Debug|x64
{16D25E06-4656-412B-B58E-D49DD2181E09}.Debug|x64.ActiveCfg = Debug|x64
{16D25E06-4656-412B-B58E-D49DD2181E09}.Debug|x64.Build.0 = Debug|x64
{16D25E06-4656-412B-B58E-D49DD2181E09}.Debug|x64.Deploy.0 = Debug|x64
{16D25E06-4656-412B-B58E-D49DD2181E09}.Release|ARM64.ActiveCfg = Debug|x64
{16D25E06-4656-412B-B58E-D49DD2181E09}.Release|ARM64.Build.0 = Debug|x64
{16D25E06-4656-412B-B58E-D49DD2181E09}.Release|ARM64.Deploy.0 = Debug|x64
{16D25E06-4656-412B-B58E-D49DD2181E09}.Release|x64.ActiveCfg = Debug|x64
{16D25E06-4656-412B-B58E-D49DD2181E09}.Release|x64.Build.0 = Debug|x64
{16D25E06-4656-412B-B58E-D49DD2181E09}.Release|x64.Deploy.0 = Debug|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F19C7799-20E8-44D9-A482-17546C7ABE22}
EndGlobalSection
EndGlobal