-
-
Notifications
You must be signed in to change notification settings - Fork 137
/
DnsClientDotNet.sln
117 lines (117 loc) · 7.07 KB
/
DnsClientDotNet.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3D3BE1AD-F551-420A-A81D-4CB88286C8CD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B5380A3E-7532-46C4-A510-694D2612B71F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.runsettings = .runsettings
azure-pipelines-ci.yml = azure-pipelines-ci.yml
directory.build.props = directory.build.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{A1BE93CF-0106-495B-9720-008046657391}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{34E43CED-3DF4-49CE-8556-69225ABD84E6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniDig", "samples\MiniDig\MiniDig.csproj", "{CEC9D7AD-8000-4FC6-8EB3-AC1417B9808A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DnsClient.Tests", "test\DnsClient.Tests\DnsClient.Tests.csproj", "{01902674-53A3-4E81-B08F-CFAA7CA62F56}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DnsClient", "src\DnsClient\DnsClient.csproj", "{493E6161-7F71-4A59-AB28-B4A5E45A5E27}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmarks", "test-other\Benchmarks\Benchmarks.csproj", "{7461E2C7-008E-4E61-ABC3-AF85DE37084B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{5352F4A6-D88E-43E8-B0D1-E90CBB162613}"
ProjectSection(SolutionItems) = preProject
Documentation\build.cmd = Documentation\build.cmd
Documentation\docfx.json = Documentation\docfx.json
Documentation\GetMsdn.cmd = Documentation\GetMsdn.cmd
Documentation\index.md = Documentation\index.md
Documentation\toc.yml = Documentation\toc.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DnsClient.TestsCommon", "test-other\DnsClient.TestsCommon\DnsClient.TestsCommon.csproj", "{8422A76D-CC40-4B4B-AA03-C17C3D86A073}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DnsClient.PerfTestHost", "test-other\DnsClient.PerfTestHost\DnsClient.PerfTestHost.csproj", "{58173158-2B2D-4C26-A666-495641477066}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test-other", "test-other", "{28CFF2BF-88D0-481F-829E-43B51DE7FB1F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OldReference", "test-other\OldReference\OldReference.csproj", "{8A0A1464-246A-444F-B2DC-1F5E2B850AC5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DnsClient.ThirdParty.Tests", "test\DnsClient.ThirdParty.Tests\DnsClient.ThirdParty.Tests.csproj", "{FBE30B1A-F2E6-47E3-B930-838578818883}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CEC9D7AD-8000-4FC6-8EB3-AC1417B9808A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEC9D7AD-8000-4FC6-8EB3-AC1417B9808A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEC9D7AD-8000-4FC6-8EB3-AC1417B9808A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEC9D7AD-8000-4FC6-8EB3-AC1417B9808A}.Release|Any CPU.Build.0 = Release|Any CPU
{01902674-53A3-4E81-B08F-CFAA7CA62F56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01902674-53A3-4E81-B08F-CFAA7CA62F56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01902674-53A3-4E81-B08F-CFAA7CA62F56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01902674-53A3-4E81-B08F-CFAA7CA62F56}.Release|Any CPU.Build.0 = Release|Any CPU
{493E6161-7F71-4A59-AB28-B4A5E45A5E27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{493E6161-7F71-4A59-AB28-B4A5E45A5E27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{493E6161-7F71-4A59-AB28-B4A5E45A5E27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{493E6161-7F71-4A59-AB28-B4A5E45A5E27}.Release|Any CPU.Build.0 = Release|Any CPU
{7461E2C7-008E-4E61-ABC3-AF85DE37084B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7461E2C7-008E-4E61-ABC3-AF85DE37084B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7461E2C7-008E-4E61-ABC3-AF85DE37084B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7461E2C7-008E-4E61-ABC3-AF85DE37084B}.Release|Any CPU.Build.0 = Release|Any CPU
{8422A76D-CC40-4B4B-AA03-C17C3D86A073}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8422A76D-CC40-4B4B-AA03-C17C3D86A073}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8422A76D-CC40-4B4B-AA03-C17C3D86A073}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8422A76D-CC40-4B4B-AA03-C17C3D86A073}.Release|Any CPU.Build.0 = Release|Any CPU
{58173158-2B2D-4C26-A666-495641477066}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58173158-2B2D-4C26-A666-495641477066}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58173158-2B2D-4C26-A666-495641477066}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58173158-2B2D-4C26-A666-495641477066}.Release|Any CPU.Build.0 = Release|Any CPU
{8A0A1464-246A-444F-B2DC-1F5E2B850AC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A0A1464-246A-444F-B2DC-1F5E2B850AC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A0A1464-246A-444F-B2DC-1F5E2B850AC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A0A1464-246A-444F-B2DC-1F5E2B850AC5}.Release|Any CPU.Build.0 = Release|Any CPU
{FBE30B1A-F2E6-47E3-B930-838578818883}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBE30B1A-F2E6-47E3-B930-838578818883}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBE30B1A-F2E6-47E3-B930-838578818883}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBE30B1A-F2E6-47E3-B930-838578818883}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CEC9D7AD-8000-4FC6-8EB3-AC1417B9808A} = {A1BE93CF-0106-495B-9720-008046657391}
{01902674-53A3-4E81-B08F-CFAA7CA62F56} = {34E43CED-3DF4-49CE-8556-69225ABD84E6}
{493E6161-7F71-4A59-AB28-B4A5E45A5E27} = {3D3BE1AD-F551-420A-A81D-4CB88286C8CD}
{7461E2C7-008E-4E61-ABC3-AF85DE37084B} = {28CFF2BF-88D0-481F-829E-43B51DE7FB1F}
{8422A76D-CC40-4B4B-AA03-C17C3D86A073} = {28CFF2BF-88D0-481F-829E-43B51DE7FB1F}
{58173158-2B2D-4C26-A666-495641477066} = {28CFF2BF-88D0-481F-829E-43B51DE7FB1F}
{8A0A1464-246A-444F-B2DC-1F5E2B850AC5} = {28CFF2BF-88D0-481F-829E-43B51DE7FB1F}
{FBE30B1A-F2E6-47E3-B930-838578818883} = {34E43CED-3DF4-49CE-8556-69225ABD84E6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E26DC1C5-A82B-4984-88DB-107C9D66271F}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal