-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cake.Jekyll.sln
58 lines (58 loc) · 2.63 KB
/
Cake.Jekyll.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31019.35
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C5A18645-7543-4D20-A24E-A01D5AFDFCA0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cake.Jekyll", "src\Cake.Jekyll\Cake.Jekyll.csproj", "{D9FF1D3D-99EA-4201-9F5A-94F35D0B2990}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{444B70BF-3741-4FF5-97BB-A20E78A9C0DD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cake.Jekyll.Tests", "test\Cake.Jekyll.Tests\Cake.Jekyll.Tests.csproj", "{05B4D501-82D6-450A-9C71-A809CB44CAED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "asset", "asset", "{376F56C5-051A-468D-8AAB-627D1B4921B6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build.cake = build.cake
build.cmd = build.cmd
build.ps1 = build.ps1
build.sh = build.sh
cake.config = cake.config
CHANGES.md = CHANGES.md
CODEOWNERS = CODEOWNERS
Directory.Build.props = Directory.Build.props
global.json = global.json
LICENSE = LICENSE
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D9FF1D3D-99EA-4201-9F5A-94F35D0B2990}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9FF1D3D-99EA-4201-9F5A-94F35D0B2990}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9FF1D3D-99EA-4201-9F5A-94F35D0B2990}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9FF1D3D-99EA-4201-9F5A-94F35D0B2990}.Release|Any CPU.Build.0 = Release|Any CPU
{05B4D501-82D6-450A-9C71-A809CB44CAED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05B4D501-82D6-450A-9C71-A809CB44CAED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05B4D501-82D6-450A-9C71-A809CB44CAED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05B4D501-82D6-450A-9C71-A809CB44CAED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D9FF1D3D-99EA-4201-9F5A-94F35D0B2990} = {C5A18645-7543-4D20-A24E-A01D5AFDFCA0}
{05B4D501-82D6-450A-9C71-A809CB44CAED} = {444B70BF-3741-4FF5-97BB-A20E78A9C0DD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {40C84A06-F950-41F0-844F-2697A1C4C568}
EndGlobalSection
EndGlobal