-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwhois-resolver.sln
43 lines (43 loc) · 2.45 KB
/
whois-resolver.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WhoIs", "src\WhoIs\WhoIs.csproj", "{47F4F9D5-7419-481D-851B-2611D304D345}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7DA6B497-53C1-4DB5-B46C-2BF931403554}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{226CC13D-83DE-427E-A74B-9A7D40E9B6A5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WhoIs.Tests", "tests\WhoIs.Tests\WhoIs.Tests.csproj", "{BC9D9D8F-D410-46B7-AF01-FDBFE2DCE567}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WhoIs.Console.Test", "tests\WhoIs.Console.Test\WhoIs.Console.Test.csproj", "{A6385F7C-6C3E-4965-AE06-0F9000640F34}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47F4F9D5-7419-481D-851B-2611D304D345}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47F4F9D5-7419-481D-851B-2611D304D345}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47F4F9D5-7419-481D-851B-2611D304D345}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47F4F9D5-7419-481D-851B-2611D304D345}.Release|Any CPU.Build.0 = Release|Any CPU
{BC9D9D8F-D410-46B7-AF01-FDBFE2DCE567}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC9D9D8F-D410-46B7-AF01-FDBFE2DCE567}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC9D9D8F-D410-46B7-AF01-FDBFE2DCE567}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC9D9D8F-D410-46B7-AF01-FDBFE2DCE567}.Release|Any CPU.Build.0 = Release|Any CPU
{A6385F7C-6C3E-4965-AE06-0F9000640F34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6385F7C-6C3E-4965-AE06-0F9000640F34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6385F7C-6C3E-4965-AE06-0F9000640F34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6385F7C-6C3E-4965-AE06-0F9000640F34}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{47F4F9D5-7419-481D-851B-2611D304D345} = {7DA6B497-53C1-4DB5-B46C-2BF931403554}
{BC9D9D8F-D410-46B7-AF01-FDBFE2DCE567} = {226CC13D-83DE-427E-A74B-9A7D40E9B6A5}
{A6385F7C-6C3E-4965-AE06-0F9000640F34} = {226CC13D-83DE-427E-A74B-9A7D40E9B6A5}
EndGlobalSection
EndGlobal