-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPacketScanner.sln
More file actions
89 lines (89 loc) · 5.75 KB
/
PacketScanner.sln
File metadata and controls
89 lines (89 loc) · 5.75 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
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PacketScanner", "PacketScanner\PacketScanner.csproj", "{5798D308-FE60-4A3F-A9D7-47F18D902549}"
ProjectSection(ProjectDependencies) = postProject
{5208A14E-EFBC-4057-BAC8-EF8AA24D6B76} = {5208A14E-EFBC-4057-BAC8-EF8AA24D6B76}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestingApp", "TestingApp\TestingApp.csproj", "{173CB267-9B70-493B-842A-F73CECC5A157}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PacketScannerLib", "PacketScannerLib\PacketScannerLib.csproj", "{5208A14E-EFBC-4057-BAC8-EF8AA24D6B76}"
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
ReleaseDebug|Any CPU = ReleaseDebug|Any CPU
ReleaseDebug|x64 = ReleaseDebug|x64
ReleaseDebug|x86 = ReleaseDebug|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5798D308-FE60-4A3F-A9D7-47F18D902549}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5798D308-FE60-4A3F-A9D7-47F18D902549}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5798D308-FE60-4A3F-A9D7-47F18D902549}.Debug|x64.ActiveCfg = Debug|Any CPU
{5798D308-FE60-4A3F-A9D7-47F18D902549}.Debug|x64.Build.0 = Debug|Any CPU
{5798D308-FE60-4A3F-A9D7-47F18D902549}.Debug|x86.ActiveCfg = Debug|Any CPU
{5798D308-FE60-4A3F-A9D7-47F18D902549}.Debug|x86.Build.0 = Debug|Any CPU
{5798D308-FE60-4A3F-A9D7-47F18D902549}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5798D308-FE60-4A3F-A9D7-47F18D902549}.Release|Any CPU.Build.0 = Release|Any CPU
{5798D308-FE60-4A3F-A9D7-47F18D902549}.Release|x64.ActiveCfg = Release|Any CPU
{5798D308-FE60-4A3F-A9D7-47F18D902549}.Release|x64.Build.0 = Release|Any CPU
{5798D308-FE60-4A3F-A9D7-47F18D902549}.Release|x86.ActiveCfg = Release|Any CPU
{5798D308-FE60-4A3F-A9D7-47F18D902549}.Release|x86.Build.0 = Release|Any CPU
{5798D308-FE60-4A3F-A9D7-47F18D902549}.ReleaseDebug|Any CPU.ActiveCfg = Release|Any CPU
{5798D308-FE60-4A3F-A9D7-47F18D902549}.ReleaseDebug|Any CPU.Build.0 = Release|Any CPU
{5798D308-FE60-4A3F-A9D7-47F18D902549}.ReleaseDebug|x64.ActiveCfg = Release|Any CPU
{5798D308-FE60-4A3F-A9D7-47F18D902549}.ReleaseDebug|x64.Build.0 = Release|Any CPU
{5798D308-FE60-4A3F-A9D7-47F18D902549}.ReleaseDebug|x86.ActiveCfg = Release|Any CPU
{5798D308-FE60-4A3F-A9D7-47F18D902549}.ReleaseDebug|x86.Build.0 = Release|Any CPU
{173CB267-9B70-493B-842A-F73CECC5A157}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{173CB267-9B70-493B-842A-F73CECC5A157}.Debug|Any CPU.Build.0 = Debug|Any CPU
{173CB267-9B70-493B-842A-F73CECC5A157}.Debug|x64.ActiveCfg = Debug|Any CPU
{173CB267-9B70-493B-842A-F73CECC5A157}.Debug|x64.Build.0 = Debug|Any CPU
{173CB267-9B70-493B-842A-F73CECC5A157}.Debug|x86.ActiveCfg = Debug|Any CPU
{173CB267-9B70-493B-842A-F73CECC5A157}.Debug|x86.Build.0 = Debug|Any CPU
{173CB267-9B70-493B-842A-F73CECC5A157}.Release|Any CPU.ActiveCfg = Release|Any CPU
{173CB267-9B70-493B-842A-F73CECC5A157}.Release|Any CPU.Build.0 = Release|Any CPU
{173CB267-9B70-493B-842A-F73CECC5A157}.Release|x64.ActiveCfg = Release|Any CPU
{173CB267-9B70-493B-842A-F73CECC5A157}.Release|x64.Build.0 = Release|Any CPU
{173CB267-9B70-493B-842A-F73CECC5A157}.Release|x86.ActiveCfg = Release|Any CPU
{173CB267-9B70-493B-842A-F73CECC5A157}.Release|x86.Build.0 = Release|Any CPU
{173CB267-9B70-493B-842A-F73CECC5A157}.ReleaseDebug|Any CPU.ActiveCfg = Release|Any CPU
{173CB267-9B70-493B-842A-F73CECC5A157}.ReleaseDebug|Any CPU.Build.0 = Release|Any CPU
{173CB267-9B70-493B-842A-F73CECC5A157}.ReleaseDebug|x64.ActiveCfg = Release|Any CPU
{173CB267-9B70-493B-842A-F73CECC5A157}.ReleaseDebug|x64.Build.0 = Release|Any CPU
{173CB267-9B70-493B-842A-F73CECC5A157}.ReleaseDebug|x86.ActiveCfg = Release|Any CPU
{173CB267-9B70-493B-842A-F73CECC5A157}.ReleaseDebug|x86.Build.0 = Release|Any CPU
{5208A14E-EFBC-4057-BAC8-EF8AA24D6B76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5208A14E-EFBC-4057-BAC8-EF8AA24D6B76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5208A14E-EFBC-4057-BAC8-EF8AA24D6B76}.Debug|x64.ActiveCfg = Debug|Any CPU
{5208A14E-EFBC-4057-BAC8-EF8AA24D6B76}.Debug|x64.Build.0 = Debug|Any CPU
{5208A14E-EFBC-4057-BAC8-EF8AA24D6B76}.Debug|x86.ActiveCfg = Debug|Any CPU
{5208A14E-EFBC-4057-BAC8-EF8AA24D6B76}.Debug|x86.Build.0 = Debug|Any CPU
{5208A14E-EFBC-4057-BAC8-EF8AA24D6B76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5208A14E-EFBC-4057-BAC8-EF8AA24D6B76}.Release|Any CPU.Build.0 = Release|Any CPU
{5208A14E-EFBC-4057-BAC8-EF8AA24D6B76}.Release|x64.ActiveCfg = Release|Any CPU
{5208A14E-EFBC-4057-BAC8-EF8AA24D6B76}.Release|x64.Build.0 = Release|Any CPU
{5208A14E-EFBC-4057-BAC8-EF8AA24D6B76}.Release|x86.ActiveCfg = Release|Any CPU
{5208A14E-EFBC-4057-BAC8-EF8AA24D6B76}.Release|x86.Build.0 = Release|Any CPU
{5208A14E-EFBC-4057-BAC8-EF8AA24D6B76}.ReleaseDebug|Any CPU.ActiveCfg = Release|Any CPU
{5208A14E-EFBC-4057-BAC8-EF8AA24D6B76}.ReleaseDebug|Any CPU.Build.0 = Release|Any CPU
{5208A14E-EFBC-4057-BAC8-EF8AA24D6B76}.ReleaseDebug|x64.ActiveCfg = Release|Any CPU
{5208A14E-EFBC-4057-BAC8-EF8AA24D6B76}.ReleaseDebug|x64.Build.0 = Release|Any CPU
{5208A14E-EFBC-4057-BAC8-EF8AA24D6B76}.ReleaseDebug|x86.ActiveCfg = Release|Any CPU
{5208A14E-EFBC-4057-BAC8-EF8AA24D6B76}.ReleaseDebug|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {77C559B9-0DB7-4D74-8D57-FADD1B081A2F}
EndGlobalSection
EndGlobal