-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DomainVerifier.sln
62 lines (62 loc) · 3.62 KB
/
DomainVerifier.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34321.82
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{1D83F857-092A-46AF-B5E7-10A0329D387B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{E00AFA71-EF05-4322-B381-6E35D5B68D07}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{092BE860-24B1-48D4-8459-78569F8BC6AE}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
nuget.config = nuget.config
README.md = README.md
global.json = global.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DomainVerifier", "src\DomainVerifier\DomainVerifier.csproj", "{18C04087-D0D0-4CDF-81B4-BA7962C2DEFD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DomainVerifier.Extensions", "src\DomainVerifier.Extensions\DomainVerifier.Extensions.csproj", "{73FAEB0A-0130-41DC-839D-3B24AED451A6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DomainVerifier.Tests", "tests\DomainVerifier.Tests\DomainVerifier.Tests.csproj", "{6526B563-1513-4D82-94E7-26801FF72179}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DomainVerifier.Extensions.Tests", "tests\DomainVerifier.Extensions.Tests\DomainVerifier.Extensions.Tests.csproj", "{412536A0-9E33-418D-927B-D234022B7DFA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18C04087-D0D0-4CDF-81B4-BA7962C2DEFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18C04087-D0D0-4CDF-81B4-BA7962C2DEFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18C04087-D0D0-4CDF-81B4-BA7962C2DEFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18C04087-D0D0-4CDF-81B4-BA7962C2DEFD}.Release|Any CPU.Build.0 = Release|Any CPU
{73FAEB0A-0130-41DC-839D-3B24AED451A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73FAEB0A-0130-41DC-839D-3B24AED451A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73FAEB0A-0130-41DC-839D-3B24AED451A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73FAEB0A-0130-41DC-839D-3B24AED451A6}.Release|Any CPU.Build.0 = Release|Any CPU
{6526B563-1513-4D82-94E7-26801FF72179}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6526B563-1513-4D82-94E7-26801FF72179}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6526B563-1513-4D82-94E7-26801FF72179}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6526B563-1513-4D82-94E7-26801FF72179}.Release|Any CPU.Build.0 = Release|Any CPU
{412536A0-9E33-418D-927B-D234022B7DFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{412536A0-9E33-418D-927B-D234022B7DFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{412536A0-9E33-418D-927B-D234022B7DFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{412536A0-9E33-418D-927B-D234022B7DFA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{18C04087-D0D0-4CDF-81B4-BA7962C2DEFD} = {1D83F857-092A-46AF-B5E7-10A0329D387B}
{73FAEB0A-0130-41DC-839D-3B24AED451A6} = {1D83F857-092A-46AF-B5E7-10A0329D387B}
{6526B563-1513-4D82-94E7-26801FF72179} = {E00AFA71-EF05-4322-B381-6E35D5B68D07}
{412536A0-9E33-418D-927B-D234022B7DFA} = {E00AFA71-EF05-4322-B381-6E35D5B68D07}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C2E09C02-EBB0-4763-9F6F-84D881EDC419}
EndGlobalSection
EndGlobal