-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DnsClientX.sln
46 lines (46 loc) · 2.71 KB
/
DnsClientX.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DnsClientX", "DnsClientX\DnsClientX.csproj", "{25B1457B-3F86-42C4-86C6-D749054E5B52}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DnsClientX.Tests", "DnsClientX.Tests\DnsClientX.Tests.csproj", "{5FCEF517-6F66-44F3-AF4F-9C399207A966}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DnsClientX.Examples", "DnsClientX.Examples\DnsClientX.Examples.csproj", "{7573BC93-FF47-495D-965B-449C40D8F416}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DnsClientX.PowerShell", "DnsClientX.PowerShell\DnsClientX.PowerShell.csproj", "{3D75D5DA-879F-43CB-91EB-96B770DE6251}"
ProjectSection(ProjectDependencies) = postProject
{25B1457B-3F86-42C4-86C6-D749054E5B52} = {25B1457B-3F86-42C4-86C6-D749054E5B52}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{25B1457B-3F86-42C4-86C6-D749054E5B52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25B1457B-3F86-42C4-86C6-D749054E5B52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25B1457B-3F86-42C4-86C6-D749054E5B52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25B1457B-3F86-42C4-86C6-D749054E5B52}.Release|Any CPU.Build.0 = Release|Any CPU
{5FCEF517-6F66-44F3-AF4F-9C399207A966}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FCEF517-6F66-44F3-AF4F-9C399207A966}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FCEF517-6F66-44F3-AF4F-9C399207A966}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FCEF517-6F66-44F3-AF4F-9C399207A966}.Release|Any CPU.Build.0 = Release|Any CPU
{7573BC93-FF47-495D-965B-449C40D8F416}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7573BC93-FF47-495D-965B-449C40D8F416}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7573BC93-FF47-495D-965B-449C40D8F416}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7573BC93-FF47-495D-965B-449C40D8F416}.Release|Any CPU.Build.0 = Release|Any CPU
{3D75D5DA-879F-43CB-91EB-96B770DE6251}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D75D5DA-879F-43CB-91EB-96B770DE6251}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D75D5DA-879F-43CB-91EB-96B770DE6251}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D75D5DA-879F-43CB-91EB-96B770DE6251}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BDE5E3B8-D31A-40DE-A694-2B1399AB69F0}
EndGlobalSection
EndGlobal