-
Notifications
You must be signed in to change notification settings - Fork 2
/
TcPnScanner.sln
70 lines (70 loc) · 3.88 KB
/
TcPnScanner.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{086C93B3-6F94-4839-AFD4-4A5579447426}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{18B78A1B-80DD-4FD2-A252-8E5AFD76147B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dsian.TcPnScanner.CLI", "src\dsian.TcPnScanner.CLI\dsian.TcPnScanner.CLI.csproj", "{71BEFA21-3DBF-4A14-8E98-7667475634DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dsian.TcPnScanner.Tests", "tests\dsian.TcPnScanner.Tests\dsian.TcPnScanner.Tests.csproj", "{EA37315A-204C-4135-8839-3EFA0B6E208B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{18F48300-676E-436B-A1D4-406B794888B0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{FF079AF3-4AA3-45E3-A4C4-DB1E9FFCF979}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{EFDF194C-7BDE-4EAA-86B3-825F6B81DC03}"
ProjectSection(SolutionItems) = preProject
.github\workflows\cicd.yml = .github\workflows\cicd.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{9FA1B861-4FF2-42D3-8DDD-EB6DD3B6ADCF}"
ProjectSection(SolutionItems) = preProject
samples\sample-capture.pcap = samples\sample-capture.pcap
samples\sample-controller.xti = samples\sample-controller.xti
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dsian.TcPnScanner.IntegrationTests", "tests\dsian.TcPnScanner.IntegrationTests\dsian.TcPnScanner.IntegrationTests.csproj", "{1C40BF2D-E839-478D-B524-A54196AE2F90}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{71BEFA21-3DBF-4A14-8E98-7667475634DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71BEFA21-3DBF-4A14-8E98-7667475634DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71BEFA21-3DBF-4A14-8E98-7667475634DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71BEFA21-3DBF-4A14-8E98-7667475634DD}.Release|Any CPU.Build.0 = Release|Any CPU
{EA37315A-204C-4135-8839-3EFA0B6E208B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA37315A-204C-4135-8839-3EFA0B6E208B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA37315A-204C-4135-8839-3EFA0B6E208B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA37315A-204C-4135-8839-3EFA0B6E208B}.Release|Any CPU.Build.0 = Release|Any CPU
{1C40BF2D-E839-478D-B524-A54196AE2F90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C40BF2D-E839-478D-B524-A54196AE2F90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C40BF2D-E839-478D-B524-A54196AE2F90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C40BF2D-E839-478D-B524-A54196AE2F90}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{71BEFA21-3DBF-4A14-8E98-7667475634DD} = {086C93B3-6F94-4839-AFD4-4A5579447426}
{EA37315A-204C-4135-8839-3EFA0B6E208B} = {18B78A1B-80DD-4FD2-A252-8E5AFD76147B}
{EFDF194C-7BDE-4EAA-86B3-825F6B81DC03} = {FF079AF3-4AA3-45E3-A4C4-DB1E9FFCF979}
{9FA1B861-4FF2-42D3-8DDD-EB6DD3B6ADCF} = {18F48300-676E-436B-A1D4-406B794888B0}
{1C40BF2D-E839-478D-B524-A54196AE2F90} = {18B78A1B-80DD-4FD2-A252-8E5AFD76147B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B375C655-CEF9-4B3A-AFBA-0402F67B1D52}
EndGlobalSection
EndGlobal