-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWhoisNET.sln
More file actions
50 lines (50 loc) · 2.83 KB
/
WhoisNET.sln
File metadata and controls
50 lines (50 loc) · 2.83 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5746ADD2-1F0E-47CF-A0B6-AA1275C97A28}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
license.md = license.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WhoisNET", "src\WhoisNET\WhoisNET.csproj", "{BAE930BA-9F6E-45EF-8E5C-602C0A2DF975}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WhoisNET.Tests", "src\WhoisNET.Tests\WhoisNET.Tests.csproj", "{E9F41911-71D0-4B8F-AB46-B16A697A216B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WhoisNET.Client", "src\WhoisNET.Client\WhoisNET.Client.csproj", "{B0BA9C71-E29A-4764-B3ED-575614B37716}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WhoisNET.Client.Tests", "src\WhoisNET.Client.Tests\WhoisNET.Client.Tests.csproj", "{4A859A56-0912-4823-8833-365521028A7C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BAE930BA-9F6E-45EF-8E5C-602C0A2DF975}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAE930BA-9F6E-45EF-8E5C-602C0A2DF975}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAE930BA-9F6E-45EF-8E5C-602C0A2DF975}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAE930BA-9F6E-45EF-8E5C-602C0A2DF975}.Release|Any CPU.Build.0 = Release|Any CPU
{E9F41911-71D0-4B8F-AB46-B16A697A216B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9F41911-71D0-4B8F-AB46-B16A697A216B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9F41911-71D0-4B8F-AB46-B16A697A216B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9F41911-71D0-4B8F-AB46-B16A697A216B}.Release|Any CPU.Build.0 = Release|Any CPU
{B0BA9C71-E29A-4764-B3ED-575614B37716}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0BA9C71-E29A-4764-B3ED-575614B37716}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0BA9C71-E29A-4764-B3ED-575614B37716}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0BA9C71-E29A-4764-B3ED-575614B37716}.Release|Any CPU.Build.0 = Release|Any CPU
{4A859A56-0912-4823-8833-365521028A7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A859A56-0912-4823-8833-365521028A7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A859A56-0912-4823-8833-365521028A7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A859A56-0912-4823-8833-365521028A7C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E997D22B-5949-412D-98B9-61A408D7393C}
EndGlobalSection
EndGlobal