-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathHtmlAgilityPack.sln
41 lines (41 loc) · 2.36 KB
/
HtmlAgilityPack.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4BE5A72E-FC2D-4030-B502-320BDDA076DB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HtmlAgilityPack", "src\HtmlAgilityPack\HtmlAgilityPack.csproj", "{952A87CE-F172-43FB-A0BA-1D9E8B71B0F5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HtmlAgilityPack.Tests", "src\HtmlAgilityPack.Tests\HtmlAgilityPack.Tests.csproj", "{A28B5F47-F5B8-4060-9816-5A0652DD8C9D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NETCoreHtml", "src\NETCoreHtml\NETCoreHtml.csproj", "{AED1C75A-3147-4A1F-A685-C875F1DBA20B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{952A87CE-F172-43FB-A0BA-1D9E8B71B0F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{952A87CE-F172-43FB-A0BA-1D9E8B71B0F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{952A87CE-F172-43FB-A0BA-1D9E8B71B0F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{952A87CE-F172-43FB-A0BA-1D9E8B71B0F5}.Release|Any CPU.Build.0 = Release|Any CPU
{A28B5F47-F5B8-4060-9816-5A0652DD8C9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A28B5F47-F5B8-4060-9816-5A0652DD8C9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A28B5F47-F5B8-4060-9816-5A0652DD8C9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A28B5F47-F5B8-4060-9816-5A0652DD8C9D}.Release|Any CPU.Build.0 = Release|Any CPU
{AED1C75A-3147-4A1F-A685-C875F1DBA20B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AED1C75A-3147-4A1F-A685-C875F1DBA20B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AED1C75A-3147-4A1F-A685-C875F1DBA20B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AED1C75A-3147-4A1F-A685-C875F1DBA20B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{952A87CE-F172-43FB-A0BA-1D9E8B71B0F5} = {4BE5A72E-FC2D-4030-B502-320BDDA076DB}
{A28B5F47-F5B8-4060-9816-5A0652DD8C9D} = {4BE5A72E-FC2D-4030-B502-320BDDA076DB}
{AED1C75A-3147-4A1F-A685-C875F1DBA20B} = {4BE5A72E-FC2D-4030-B502-320BDDA076DB}
EndGlobalSection
EndGlobal