-
Notifications
You must be signed in to change notification settings - Fork 0
/
HtmlUtilities.sln
48 lines (48 loc) · 2.6 KB
/
HtmlUtilities.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
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32505.426
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{1E5C35E9-1A94-4241-954D-BC954CACE9F6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AspNetPageEmitter", "Examples\AspNetPageEmitter\AspNetPageEmitter.csproj", "{34CAE7EB-F2A5-45AE-AC5C-5329DB56CC6A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HtmlUtilities", "HtmlUtilities\HtmlUtilities.csproj", "{7DAC8EA8-F916-48C3-AB11-4ED3E957A9DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HtmlUtilities.Tests", "HtmlUtilities.Tests\HtmlUtilities.Tests.csproj", "{C634AA7C-EA32-4DC0-BE4D-C1454777CD72}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{38CD7614-D4E0-4B4C-BE93-82D2C8B1C5A4}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{34CAE7EB-F2A5-45AE-AC5C-5329DB56CC6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34CAE7EB-F2A5-45AE-AC5C-5329DB56CC6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34CAE7EB-F2A5-45AE-AC5C-5329DB56CC6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34CAE7EB-F2A5-45AE-AC5C-5329DB56CC6A}.Release|Any CPU.Build.0 = Release|Any CPU
{7DAC8EA8-F916-48C3-AB11-4ED3E957A9DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DAC8EA8-F916-48C3-AB11-4ED3E957A9DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DAC8EA8-F916-48C3-AB11-4ED3E957A9DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DAC8EA8-F916-48C3-AB11-4ED3E957A9DF}.Release|Any CPU.Build.0 = Release|Any CPU
{C634AA7C-EA32-4DC0-BE4D-C1454777CD72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C634AA7C-EA32-4DC0-BE4D-C1454777CD72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C634AA7C-EA32-4DC0-BE4D-C1454777CD72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C634AA7C-EA32-4DC0-BE4D-C1454777CD72}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{34CAE7EB-F2A5-45AE-AC5C-5329DB56CC6A} = {1E5C35E9-1A94-4241-954D-BC954CACE9F6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {93F4B281-A9B0-454B-911D-1A84AEC14398}
EndGlobalSection
EndGlobal