-
Notifications
You must be signed in to change notification settings - Fork 13
/
DnsZone.sln
36 lines (36 loc) · 1.74 KB
/
DnsZone.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DnsZone", "DnsZone\DnsZone.csproj", "{2D554513-18E3-417F-92B8-1B9C27518AC0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DnsZone.Tests", "DnsZone.Tests\DnsZone.Tests.csproj", "{738A4AA0-355E-4577-A5CA-FD981B2D7625}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{0F8FF165-2781-4263-A4AA-94C32A37C955}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
docs\RFC 1034.html = docs\RFC 1034.html
docs\RFC 1035.html = docs\RFC 1035.html
docs\RFC 2782.html = docs\RFC 2782.html
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D554513-18E3-417F-92B8-1B9C27518AC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D554513-18E3-417F-92B8-1B9C27518AC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D554513-18E3-417F-92B8-1B9C27518AC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D554513-18E3-417F-92B8-1B9C27518AC0}.Release|Any CPU.Build.0 = Release|Any CPU
{738A4AA0-355E-4577-A5CA-FD981B2D7625}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{738A4AA0-355E-4577-A5CA-FD981B2D7625}.Debug|Any CPU.Build.0 = Debug|Any CPU
{738A4AA0-355E-4577-A5CA-FD981B2D7625}.Release|Any CPU.ActiveCfg = Release|Any CPU
{738A4AA0-355E-4577-A5CA-FD981B2D7625}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal