-
Notifications
You must be signed in to change notification settings - Fork 2
/
Codeuctivity.HtmlRenderer.sln
52 lines (52 loc) · 3.12 KB
/
Codeuctivity.HtmlRenderer.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
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FC3F4498-FA14-48A8-AA41-8D9095A0844F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.github\dependabot.yml = .github\dependabot.yml
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
.github\ISSUE_TEMPLATE.md = .github\ISSUE_TEMPLATE.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Codeuctivity.HtmlRenderer", "Codeuctivity.HtmlRenderer\Codeuctivity.HtmlRenderer.csproj", "{C20AC8BC-9115-4D91-B7CE-E97FD094BD6B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Codeuctivity.HtmlRendererCliTests", "Codeuctivity.HtmlRendererCliTests\Codeuctivity.HtmlRendererCliTests.csproj", "{A6A5860C-2FFE-4874-9BE6-CB7AC70E0AE2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Codeuctivity.HtmlRendererCli", "Codeuctivity.HtmlRendererCli\Codeuctivity.HtmlRendererCli.csproj", "{FA8CC69A-5FAD-41CC-A47E-DE467DBCD1E4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Codeuctivity.HtmlRendererTests", "Codeuctivity.HtmlRendererTests\Codeuctivity.HtmlRendererTests.csproj", "{CBB8673C-8BC4-4FC9-86A2-72A83EFBF354}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C20AC8BC-9115-4D91-B7CE-E97FD094BD6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C20AC8BC-9115-4D91-B7CE-E97FD094BD6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C20AC8BC-9115-4D91-B7CE-E97FD094BD6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C20AC8BC-9115-4D91-B7CE-E97FD094BD6B}.Release|Any CPU.Build.0 = Release|Any CPU
{A6A5860C-2FFE-4874-9BE6-CB7AC70E0AE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6A5860C-2FFE-4874-9BE6-CB7AC70E0AE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6A5860C-2FFE-4874-9BE6-CB7AC70E0AE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6A5860C-2FFE-4874-9BE6-CB7AC70E0AE2}.Release|Any CPU.Build.0 = Release|Any CPU
{FA8CC69A-5FAD-41CC-A47E-DE467DBCD1E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA8CC69A-5FAD-41CC-A47E-DE467DBCD1E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA8CC69A-5FAD-41CC-A47E-DE467DBCD1E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA8CC69A-5FAD-41CC-A47E-DE467DBCD1E4}.Release|Any CPU.Build.0 = Release|Any CPU
{CBB8673C-8BC4-4FC9-86A2-72A83EFBF354}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBB8673C-8BC4-4FC9-86A2-72A83EFBF354}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBB8673C-8BC4-4FC9-86A2-72A83EFBF354}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBB8673C-8BC4-4FC9-86A2-72A83EFBF354}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A194188E-5DA7-498B-A165-1250B4A43640}
EndGlobalSection
EndGlobal