-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDnsServer.sln
60 lines (60 loc) · 3.66 KB
/
DnsServer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29503.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "01. Core Layer", "01. Core Layer", "{F78A8B31-336A-4688-A854-5F74E5ACC14D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DnsServer", "src\DnsServer\DnsServer.csproj", "{DA5C6A98-52EB-48AA-B616-C4010C222D36}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "02. Startup Layer", "02. Startup Layer", "{99C091AE-BDDC-4099-B953-61CB77819816}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DnsServer.ConsoleClient", "src\DnsServer.ConsoleClient\DnsServer.ConsoleClient.csproj", "{B9EE88CB-79B0-4733-82A9-4F45306E3EF0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "03. Testing Layer", "03. Testing Layer", "{F0A96A7D-E821-43CD-B7EB-CB5BFFAA1F5A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DnsServer.Acceptance.Tests", "tests\DnsServer.Acceptance.Tests\DnsServer.Acceptance.Tests.csproj", "{66EF4897-6A24-45D8-A8FF-354526A658FD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{02E27E15-FF10-4EC2-88CF-9420DF63947F}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DnsServer.WpfClient", "src\DnsServer.WpfClient\DnsServer.WpfClient.csproj", "{C6F08D20-A313-44AE-AAE5-BFF43B86D8E3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DA5C6A98-52EB-48AA-B616-C4010C222D36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA5C6A98-52EB-48AA-B616-C4010C222D36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA5C6A98-52EB-48AA-B616-C4010C222D36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA5C6A98-52EB-48AA-B616-C4010C222D36}.Release|Any CPU.Build.0 = Release|Any CPU
{B9EE88CB-79B0-4733-82A9-4F45306E3EF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9EE88CB-79B0-4733-82A9-4F45306E3EF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9EE88CB-79B0-4733-82A9-4F45306E3EF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9EE88CB-79B0-4733-82A9-4F45306E3EF0}.Release|Any CPU.Build.0 = Release|Any CPU
{66EF4897-6A24-45D8-A8FF-354526A658FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66EF4897-6A24-45D8-A8FF-354526A658FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66EF4897-6A24-45D8-A8FF-354526A658FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66EF4897-6A24-45D8-A8FF-354526A658FD}.Release|Any CPU.Build.0 = Release|Any CPU
{C6F08D20-A313-44AE-AAE5-BFF43B86D8E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6F08D20-A313-44AE-AAE5-BFF43B86D8E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6F08D20-A313-44AE-AAE5-BFF43B86D8E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6F08D20-A313-44AE-AAE5-BFF43B86D8E3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DA5C6A98-52EB-48AA-B616-C4010C222D36} = {F78A8B31-336A-4688-A854-5F74E5ACC14D}
{B9EE88CB-79B0-4733-82A9-4F45306E3EF0} = {99C091AE-BDDC-4099-B953-61CB77819816}
{66EF4897-6A24-45D8-A8FF-354526A658FD} = {F0A96A7D-E821-43CD-B7EB-CB5BFFAA1F5A}
{C6F08D20-A313-44AE-AAE5-BFF43B86D8E3} = {99C091AE-BDDC-4099-B953-61CB77819816}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {98B39694-18F2-478E-8932-3B25448E485D}
EndGlobalSection
EndGlobal