-
Notifications
You must be signed in to change notification settings - Fork 72
/
HtmlTags.sln
49 lines (49 loc) · 2.58 KB
/
HtmlTags.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
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29324.140
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3FCD9D5F-200F-4FDC-A1DC-CC6474D0CCFE}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
Build.ps1 = Build.ps1
.github\workflows\ci.yml = .github\workflows\ci.yml
Directory.Build.props = Directory.Build.props
Push.ps1 = Push.ps1
readme.md = readme.md
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HtmlTags", "src\HtmlTags\HtmlTags.csproj", "{7315F16E-1B02-4593-8A9D-F053A4429CB7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HtmlTags.Testing", "test\HtmlTags.Testing\HtmlTags.Testing.csproj", "{2576F9D6-A18B-484B-8FC3-FD2746FBB357}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HtmlTags.AspNetCore.TestSite", "src\HtmlTags.AspNetCore.TestSite\HtmlTags.AspNetCore.TestSite.csproj", "{B84942B7-D1E6-4511-8E3B-FBE1137EED09}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7315F16E-1B02-4593-8A9D-F053A4429CB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7315F16E-1B02-4593-8A9D-F053A4429CB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7315F16E-1B02-4593-8A9D-F053A4429CB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7315F16E-1B02-4593-8A9D-F053A4429CB7}.Release|Any CPU.Build.0 = Release|Any CPU
{2576F9D6-A18B-484B-8FC3-FD2746FBB357}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2576F9D6-A18B-484B-8FC3-FD2746FBB357}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2576F9D6-A18B-484B-8FC3-FD2746FBB357}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2576F9D6-A18B-484B-8FC3-FD2746FBB357}.Release|Any CPU.Build.0 = Release|Any CPU
{B84942B7-D1E6-4511-8E3B-FBE1137EED09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B84942B7-D1E6-4511-8E3B-FBE1137EED09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B84942B7-D1E6-4511-8E3B-FBE1137EED09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B84942B7-D1E6-4511-8E3B-FBE1137EED09}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B5373CC7-6315-4A8F-A934-564C942A1374}
EndGlobalSection
EndGlobal