-
Notifications
You must be signed in to change notification settings - Fork 19
/
DomainParser.All.sln
46 lines (46 loc) · 2.52 KB
/
DomainParser.All.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C99DFDEB-85B5-45A6-AA22-1A8CBF6D7A15}"
ProjectSection(SolutionItems) = preProject
DomainName.All.vsmdi = DomainName.All.vsmdi
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DomainParser.Library", "DomainParser.Library\DomainParser.Library.csproj", "{30F13E9B-61E5-4A67-BE8B-659660B76C31}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DomainParser.Tests", "DomainParser.Tests\DomainParser.Tests.csproj", "{19E3EC6D-B245-4005-AB2E-5C88E8738CC3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DomainParser.TestConsole", "DomainParser.TestConsole\DomainParser.TestConsole.csproj", "{56E9C94F-2C20-42E4-8974-B80B4B3F8604}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{30F13E9B-61E5-4A67-BE8B-659660B76C31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30F13E9B-61E5-4A67-BE8B-659660B76C31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30F13E9B-61E5-4A67-BE8B-659660B76C31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30F13E9B-61E5-4A67-BE8B-659660B76C31}.Release|Any CPU.Build.0 = Release|Any CPU
{19E3EC6D-B245-4005-AB2E-5C88E8738CC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19E3EC6D-B245-4005-AB2E-5C88E8738CC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19E3EC6D-B245-4005-AB2E-5C88E8738CC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19E3EC6D-B245-4005-AB2E-5C88E8738CC3}.Release|Any CPU.Build.0 = Release|Any CPU
{56E9C94F-2C20-42E4-8974-B80B4B3F8604}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56E9C94F-2C20-42E4-8974-B80B4B3F8604}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56E9C94F-2C20-42E4-8974-B80B4B3F8604}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56E9C94F-2C20-42E4-8974-B80B4B3F8604}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {65144BE1-65FD-4F6E-B7C1-6FDD7F6A053A}
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = DomainName.All.vsmdi
EndGlobalSection
EndGlobal