-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathUniversalScanner.sln
More file actions
37 lines (37 loc) · 2.1 KB
/
UniversalScanner.sln
File metadata and controls
37 lines (37 loc) · 2.1 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalScanner", "UniversalScanner\UniversalScanner.csproj", "{6A0EAAE3-897B-4472-A692-CA0B08E09CD1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "selftest2pcap", "selftest2pcap\selftest2pcap.csproj", "{6127A446-FAC5-4A53-8F0A-01C32F657DFF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "scannerTemplate", "scannerTemplate\scannerTemplate.csproj", "{32E255E4-8C44-470F-911A-E29729DCFA8E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6A0EAAE3-897B-4472-A692-CA0B08E09CD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A0EAAE3-897B-4472-A692-CA0B08E09CD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A0EAAE3-897B-4472-A692-CA0B08E09CD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A0EAAE3-897B-4472-A692-CA0B08E09CD1}.Release|Any CPU.Build.0 = Release|Any CPU
{6127A446-FAC5-4A53-8F0A-01C32F657DFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6127A446-FAC5-4A53-8F0A-01C32F657DFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6127A446-FAC5-4A53-8F0A-01C32F657DFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6127A446-FAC5-4A53-8F0A-01C32F657DFF}.Release|Any CPU.Build.0 = Release|Any CPU
{32E255E4-8C44-470F-911A-E29729DCFA8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32E255E4-8C44-470F-911A-E29729DCFA8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32E255E4-8C44-470F-911A-E29729DCFA8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32E255E4-8C44-470F-911A-E29729DCFA8E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C3441983-CE7B-40F0-AA7F-8C4F7D951E87}
EndGlobalSection
EndGlobal