-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathWhois.sln
More file actions
49 lines (49 loc) · 2.77 KB
/
Whois.sln
File metadata and controls
49 lines (49 loc) · 2.77 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Whois.Console", "Whois.Console\Whois.Console.csproj", "{611C1679-3605-49A6-902F-DEBFBBC9E0A4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Whois.Tests", "Whois.Tests\Whois.Tests.csproj", "{4A7B8356-8CF9-44A7-A1C1-F8A71E566AA7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Whois", "Whois\Whois.csproj", "{EC562E36-605B-46D5-92D2-BAD0C6C6E863}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Whois.Tests.Integration", "Whois.Tests.Integration\Whois.Tests.Integration.csproj", "{F5785B93-CBA2-45AD-A635-3C7A7E956369}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2C0D742E-EB77-4FFB-85C5-EFEE3A50DDEE}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{611C1679-3605-49A6-902F-DEBFBBC9E0A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{611C1679-3605-49A6-902F-DEBFBBC9E0A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{611C1679-3605-49A6-902F-DEBFBBC9E0A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{611C1679-3605-49A6-902F-DEBFBBC9E0A4}.Release|Any CPU.Build.0 = Release|Any CPU
{4A7B8356-8CF9-44A7-A1C1-F8A71E566AA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A7B8356-8CF9-44A7-A1C1-F8A71E566AA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A7B8356-8CF9-44A7-A1C1-F8A71E566AA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A7B8356-8CF9-44A7-A1C1-F8A71E566AA7}.Release|Any CPU.Build.0 = Release|Any CPU
{EC562E36-605B-46D5-92D2-BAD0C6C6E863}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC562E36-605B-46D5-92D2-BAD0C6C6E863}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC562E36-605B-46D5-92D2-BAD0C6C6E863}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC562E36-605B-46D5-92D2-BAD0C6C6E863}.Release|Any CPU.Build.0 = Release|Any CPU
{F5785B93-CBA2-45AD-A635-3C7A7E956369}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5785B93-CBA2-45AD-A635-3C7A7E956369}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5785B93-CBA2-45AD-A635-3C7A7E956369}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5785B93-CBA2-45AD-A635-3C7A7E956369}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BC321754-E388-4858-BC43-6F390F4BE54E}
EndGlobalSection
EndGlobal