-
-
Notifications
You must be signed in to change notification settings - Fork 55
/
HtmlKit.sln
43 lines (43 loc) · 2.48 KB
/
HtmlKit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HtmlKit", "HtmlKit\HtmlKit.csproj", "{EC9375DB-DB92-45C3-AB85-37B78EC4FD2E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeGenerator", "CodeGenerator\CodeGenerator.csproj", "{900EC5BC-32BB-4109-8268-5FE2B07B7616}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{983A05E3-0188-4642-8315-EAAF8C17690F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Benchmarks", "Benchmarks\Benchmarks.csproj", "{E4A2E65D-5E01-4390-9152-FA3101047D69}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC9375DB-DB92-45C3-AB85-37B78EC4FD2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC9375DB-DB92-45C3-AB85-37B78EC4FD2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC9375DB-DB92-45C3-AB85-37B78EC4FD2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC9375DB-DB92-45C3-AB85-37B78EC4FD2E}.Release|Any CPU.Build.0 = Release|Any CPU
{900EC5BC-32BB-4109-8268-5FE2B07B7616}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{900EC5BC-32BB-4109-8268-5FE2B07B7616}.Debug|Any CPU.Build.0 = Debug|Any CPU
{900EC5BC-32BB-4109-8268-5FE2B07B7616}.Release|Any CPU.ActiveCfg = Release|Any CPU
{900EC5BC-32BB-4109-8268-5FE2B07B7616}.Release|Any CPU.Build.0 = Release|Any CPU
{983A05E3-0188-4642-8315-EAAF8C17690F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{983A05E3-0188-4642-8315-EAAF8C17690F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{983A05E3-0188-4642-8315-EAAF8C17690F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{983A05E3-0188-4642-8315-EAAF8C17690F}.Release|Any CPU.Build.0 = Release|Any CPU
{E4A2E65D-5E01-4390-9152-FA3101047D69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4A2E65D-5E01-4390-9152-FA3101047D69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4A2E65D-5E01-4390-9152-FA3101047D69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4A2E65D-5E01-4390-9152-FA3101047D69}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {832DAFB6-4947-4F3A-9822-DC00FBA5BC5B}
EndGlobalSection
EndGlobal