This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathJekyll.sln
37 lines (37 loc) · 2.02 KB
/
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PhilLibX", "PhilLibX\PhilLibX.csproj", "{7101247D-6ABE-448F-8E5C-ABE066155C3F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jekyll.UI", "Jekyll.UI\Jekyll.UI.csproj", "{551502A8-A10E-40F7-8BFD-B82B479C69CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jekyll.Library", "Jekyll.Library\Jekyll.Library.csproj", "{A10C2B74-848F-41BD-964C-B0689C147413}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7101247D-6ABE-448F-8E5C-ABE066155C3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7101247D-6ABE-448F-8E5C-ABE066155C3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7101247D-6ABE-448F-8E5C-ABE066155C3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7101247D-6ABE-448F-8E5C-ABE066155C3F}.Release|Any CPU.Build.0 = Release|Any CPU
{551502A8-A10E-40F7-8BFD-B82B479C69CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{551502A8-A10E-40F7-8BFD-B82B479C69CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{551502A8-A10E-40F7-8BFD-B82B479C69CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{551502A8-A10E-40F7-8BFD-B82B479C69CE}.Release|Any CPU.Build.0 = Release|Any CPU
{A10C2B74-848F-41BD-964C-B0689C147413}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A10C2B74-848F-41BD-964C-B0689C147413}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A10C2B74-848F-41BD-964C-B0689C147413}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A10C2B74-848F-41BD-964C-B0689C147413}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5EC4FE2A-52A2-4EC3-940A-F6B1838D5C05}
EndGlobalSection
EndGlobal