-
Notifications
You must be signed in to change notification settings - Fork 3
/
Kontent.Statiq.sln
80 lines (80 loc) · 4.44 KB
/
Kontent.Statiq.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kontent.Statiq", "Kontent.Statiq\Kontent.Statiq.csproj", "{B34C1AB3-6D7F-4AFA-8706-FBFDE1F942DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kontent.Statiq.Tests", "Kontent.Statiq.Tests\Kontent.Statiq.Tests.csproj", "{C20F703E-D66B-4DAF-A8B5-2BADC6B7A40D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{2F7DACF5-7D47-4683-B7C9-A08726F3A8A8}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
.github\workflows\publish.yml = .github\workflows\publish.yml
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E6921A26-7A5F-48E1-A4BD-9D251B0ABE65}"
ProjectSection(SolutionItems) = preProject
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub", "GitHub", "{EAFC4D0E-920E-4D34-98BE-D18C25E8A4F1}"
ProjectSection(SolutionItems) = preProject
.github\CODEOWNERS.txt = .github\CODEOWNERS.txt
.github\PULL_REQUEST_TEMPLATE.md = .github\PULL_REQUEST_TEMPLATE.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Templates", "Templates", "{1167DDD2-C6FC-4E2D-BF02-62EB42A212B0}"
ProjectSection(SolutionItems) = preProject
.github\ISSUE_TEMPLATE\bug_report.md = .github\ISSUE_TEMPLATE\bug_report.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B34C1AB3-6D7F-4AFA-8706-FBFDE1F942DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B34C1AB3-6D7F-4AFA-8706-FBFDE1F942DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B34C1AB3-6D7F-4AFA-8706-FBFDE1F942DC}.Debug|x64.ActiveCfg = Debug|Any CPU
{B34C1AB3-6D7F-4AFA-8706-FBFDE1F942DC}.Debug|x64.Build.0 = Debug|Any CPU
{B34C1AB3-6D7F-4AFA-8706-FBFDE1F942DC}.Debug|x86.ActiveCfg = Debug|Any CPU
{B34C1AB3-6D7F-4AFA-8706-FBFDE1F942DC}.Debug|x86.Build.0 = Debug|Any CPU
{B34C1AB3-6D7F-4AFA-8706-FBFDE1F942DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B34C1AB3-6D7F-4AFA-8706-FBFDE1F942DC}.Release|Any CPU.Build.0 = Release|Any CPU
{B34C1AB3-6D7F-4AFA-8706-FBFDE1F942DC}.Release|x64.ActiveCfg = Release|Any CPU
{B34C1AB3-6D7F-4AFA-8706-FBFDE1F942DC}.Release|x64.Build.0 = Release|Any CPU
{B34C1AB3-6D7F-4AFA-8706-FBFDE1F942DC}.Release|x86.ActiveCfg = Release|Any CPU
{B34C1AB3-6D7F-4AFA-8706-FBFDE1F942DC}.Release|x86.Build.0 = Release|Any CPU
{C20F703E-D66B-4DAF-A8B5-2BADC6B7A40D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C20F703E-D66B-4DAF-A8B5-2BADC6B7A40D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C20F703E-D66B-4DAF-A8B5-2BADC6B7A40D}.Debug|x64.ActiveCfg = Debug|Any CPU
{C20F703E-D66B-4DAF-A8B5-2BADC6B7A40D}.Debug|x64.Build.0 = Debug|Any CPU
{C20F703E-D66B-4DAF-A8B5-2BADC6B7A40D}.Debug|x86.ActiveCfg = Debug|Any CPU
{C20F703E-D66B-4DAF-A8B5-2BADC6B7A40D}.Debug|x86.Build.0 = Debug|Any CPU
{C20F703E-D66B-4DAF-A8B5-2BADC6B7A40D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C20F703E-D66B-4DAF-A8B5-2BADC6B7A40D}.Release|Any CPU.Build.0 = Release|Any CPU
{C20F703E-D66B-4DAF-A8B5-2BADC6B7A40D}.Release|x64.ActiveCfg = Release|Any CPU
{C20F703E-D66B-4DAF-A8B5-2BADC6B7A40D}.Release|x64.Build.0 = Release|Any CPU
{C20F703E-D66B-4DAF-A8B5-2BADC6B7A40D}.Release|x86.ActiveCfg = Release|Any CPU
{C20F703E-D66B-4DAF-A8B5-2BADC6B7A40D}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2F7DACF5-7D47-4683-B7C9-A08726F3A8A8} = {EAFC4D0E-920E-4D34-98BE-D18C25E8A4F1}
{1167DDD2-C6FC-4E2D-BF02-62EB42A212B0} = {EAFC4D0E-920E-4D34-98BE-D18C25E8A4F1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7D8F8F33-48E8-4A14-A6D3-02B2A25F30F4}
EndGlobalSection
EndGlobal