-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathIPSearcher.sln
89 lines (89 loc) · 5.69 KB
/
IPSearcher.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
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.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B6943BF7-A71F-4628-8583-9E54737E90FB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{CCFD6BCA-588A-4BFA-82D0-5F94BED404AD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IPSearcher", "src\IPSearcher\IPSearcher.csproj", "{9DDF81BD-AE4B-4E2A-9111-53A5DFBAE3B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IPSearcherTest", "test\IPSearcherTest\IPSearcherTest.csproj", "{4C1AD9B0-2399-4B19-A4FA-1740E799FC29}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerformanceTest", "test\PerformanceTest\PerformanceTest.csproj", "{A7E7CF37-E59F-4788-A61C-4A1D86D12BA1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IPSearcher.Data", "src\IPSearcher.Data\IPSearcher.Data.csproj", "{901BEFBC-5C5B-4DDA-9F2F-86585512A3B2}"
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
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9DDF81BD-AE4B-4E2A-9111-53A5DFBAE3B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DDF81BD-AE4B-4E2A-9111-53A5DFBAE3B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DDF81BD-AE4B-4E2A-9111-53A5DFBAE3B8}.Debug|x64.ActiveCfg = Debug|Any CPU
{9DDF81BD-AE4B-4E2A-9111-53A5DFBAE3B8}.Debug|x64.Build.0 = Debug|Any CPU
{9DDF81BD-AE4B-4E2A-9111-53A5DFBAE3B8}.Debug|x86.ActiveCfg = Debug|Any CPU
{9DDF81BD-AE4B-4E2A-9111-53A5DFBAE3B8}.Debug|x86.Build.0 = Debug|Any CPU
{9DDF81BD-AE4B-4E2A-9111-53A5DFBAE3B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DDF81BD-AE4B-4E2A-9111-53A5DFBAE3B8}.Release|Any CPU.Build.0 = Release|Any CPU
{9DDF81BD-AE4B-4E2A-9111-53A5DFBAE3B8}.Release|x64.ActiveCfg = Release|Any CPU
{9DDF81BD-AE4B-4E2A-9111-53A5DFBAE3B8}.Release|x64.Build.0 = Release|Any CPU
{9DDF81BD-AE4B-4E2A-9111-53A5DFBAE3B8}.Release|x86.ActiveCfg = Release|Any CPU
{9DDF81BD-AE4B-4E2A-9111-53A5DFBAE3B8}.Release|x86.Build.0 = Release|Any CPU
{4C1AD9B0-2399-4B19-A4FA-1740E799FC29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C1AD9B0-2399-4B19-A4FA-1740E799FC29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C1AD9B0-2399-4B19-A4FA-1740E799FC29}.Debug|x64.ActiveCfg = Debug|Any CPU
{4C1AD9B0-2399-4B19-A4FA-1740E799FC29}.Debug|x64.Build.0 = Debug|Any CPU
{4C1AD9B0-2399-4B19-A4FA-1740E799FC29}.Debug|x86.ActiveCfg = Debug|Any CPU
{4C1AD9B0-2399-4B19-A4FA-1740E799FC29}.Debug|x86.Build.0 = Debug|Any CPU
{4C1AD9B0-2399-4B19-A4FA-1740E799FC29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C1AD9B0-2399-4B19-A4FA-1740E799FC29}.Release|Any CPU.Build.0 = Release|Any CPU
{4C1AD9B0-2399-4B19-A4FA-1740E799FC29}.Release|x64.ActiveCfg = Release|Any CPU
{4C1AD9B0-2399-4B19-A4FA-1740E799FC29}.Release|x64.Build.0 = Release|Any CPU
{4C1AD9B0-2399-4B19-A4FA-1740E799FC29}.Release|x86.ActiveCfg = Release|Any CPU
{4C1AD9B0-2399-4B19-A4FA-1740E799FC29}.Release|x86.Build.0 = Release|Any CPU
{A7E7CF37-E59F-4788-A61C-4A1D86D12BA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7E7CF37-E59F-4788-A61C-4A1D86D12BA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7E7CF37-E59F-4788-A61C-4A1D86D12BA1}.Debug|x64.ActiveCfg = Debug|Any CPU
{A7E7CF37-E59F-4788-A61C-4A1D86D12BA1}.Debug|x64.Build.0 = Debug|Any CPU
{A7E7CF37-E59F-4788-A61C-4A1D86D12BA1}.Debug|x86.ActiveCfg = Debug|Any CPU
{A7E7CF37-E59F-4788-A61C-4A1D86D12BA1}.Debug|x86.Build.0 = Debug|Any CPU
{A7E7CF37-E59F-4788-A61C-4A1D86D12BA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7E7CF37-E59F-4788-A61C-4A1D86D12BA1}.Release|Any CPU.Build.0 = Release|Any CPU
{A7E7CF37-E59F-4788-A61C-4A1D86D12BA1}.Release|x64.ActiveCfg = Release|Any CPU
{A7E7CF37-E59F-4788-A61C-4A1D86D12BA1}.Release|x64.Build.0 = Release|Any CPU
{A7E7CF37-E59F-4788-A61C-4A1D86D12BA1}.Release|x86.ActiveCfg = Release|Any CPU
{A7E7CF37-E59F-4788-A61C-4A1D86D12BA1}.Release|x86.Build.0 = Release|Any CPU
{901BEFBC-5C5B-4DDA-9F2F-86585512A3B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{901BEFBC-5C5B-4DDA-9F2F-86585512A3B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{901BEFBC-5C5B-4DDA-9F2F-86585512A3B2}.Debug|x64.ActiveCfg = Debug|Any CPU
{901BEFBC-5C5B-4DDA-9F2F-86585512A3B2}.Debug|x64.Build.0 = Debug|Any CPU
{901BEFBC-5C5B-4DDA-9F2F-86585512A3B2}.Debug|x86.ActiveCfg = Debug|Any CPU
{901BEFBC-5C5B-4DDA-9F2F-86585512A3B2}.Debug|x86.Build.0 = Debug|Any CPU
{901BEFBC-5C5B-4DDA-9F2F-86585512A3B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{901BEFBC-5C5B-4DDA-9F2F-86585512A3B2}.Release|Any CPU.Build.0 = Release|Any CPU
{901BEFBC-5C5B-4DDA-9F2F-86585512A3B2}.Release|x64.ActiveCfg = Release|Any CPU
{901BEFBC-5C5B-4DDA-9F2F-86585512A3B2}.Release|x64.Build.0 = Release|Any CPU
{901BEFBC-5C5B-4DDA-9F2F-86585512A3B2}.Release|x86.ActiveCfg = Release|Any CPU
{901BEFBC-5C5B-4DDA-9F2F-86585512A3B2}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9DDF81BD-AE4B-4E2A-9111-53A5DFBAE3B8} = {B6943BF7-A71F-4628-8583-9E54737E90FB}
{4C1AD9B0-2399-4B19-A4FA-1740E799FC29} = {CCFD6BCA-588A-4BFA-82D0-5F94BED404AD}
{A7E7CF37-E59F-4788-A61C-4A1D86D12BA1} = {CCFD6BCA-588A-4BFA-82D0-5F94BED404AD}
{901BEFBC-5C5B-4DDA-9F2F-86585512A3B2} = {B6943BF7-A71F-4628-8583-9E54737E90FB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9BFC7748-C93A-4974-A34F-98BCA9A69A1E}
EndGlobalSection
EndGlobal