2024-02-29 18:14:40 +00:00
|
|
|
|
2023-05-26 19:05:44 +01:00
|
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
2023-08-05 23:27:50 +01:00
|
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OliverBooth", "OliverBooth\OliverBooth.csproj", "{A58A6FA3-480C-400B-822A-3786741BF39C}"
|
2023-05-26 19:05:44 +01:00
|
|
|
EndProject
|
2023-08-04 01:44:12 +01:00
|
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{06B0C27F-3432-41D7-B103-47B8D0EE28CC}"
|
|
|
|
ProjectSection(SolutionItems) = preProject
|
|
|
|
README.md = README.md
|
2023-08-04 12:36:29 +01:00
|
|
|
package.json = package.json
|
2023-08-04 12:45:10 +01:00
|
|
|
Gulpfile.js = Gulpfile.js
|
2023-08-10 15:12:07 +01:00
|
|
|
tsconfig.json = tsconfig.json
|
2023-08-12 20:42:22 +01:00
|
|
|
.dockerignore = .dockerignore
|
|
|
|
docker-compose.yml = docker-compose.yml
|
|
|
|
global.json = global.json
|
2023-08-04 01:44:12 +01:00
|
|
|
EndProjectSection
|
|
|
|
EndProject
|
2024-05-05 02:18:20 +01:00
|
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OliverBooth.Extensions.Markdig", "OliverBooth.Extensions.Markdig\OliverBooth.Extensions.Markdig.csproj", "{3B012CD2-3201-41A0-BEF9-8E0B6247BB7E}"
|
|
|
|
EndProject
|
|
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OliverBooth.Common", "OliverBooth.Common\OliverBooth.Common.csproj", "{AD231E0F-FAED-4661-963F-EB22F858E148}"
|
|
|
|
EndProject
|
2024-05-05 02:26:50 +01:00
|
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OliverBooth.Extensions.SmartFormat", "OliverBooth.Extensions.SmartFormat\OliverBooth.Extensions.SmartFormat.csproj", "{9D56FA9B-B95B-460D-8745-41AABAA8BF61}"
|
|
|
|
EndProject
|
2023-05-26 19:05:44 +01:00
|
|
|
Global
|
|
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
|
|
Debug|Any CPU = Debug|Any CPU
|
|
|
|
Release|Any CPU = Release|Any CPU
|
|
|
|
EndGlobalSection
|
|
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
|
|
{A58A6FA3-480C-400B-822A-3786741BF39C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
|
|
{A58A6FA3-480C-400B-822A-3786741BF39C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
|
|
{A58A6FA3-480C-400B-822A-3786741BF39C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
|
|
{A58A6FA3-480C-400B-822A-3786741BF39C}.Release|Any CPU.Build.0 = Release|Any CPU
|
2024-05-05 02:18:20 +01:00
|
|
|
{3B012CD2-3201-41A0-BEF9-8E0B6247BB7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
|
|
{3B012CD2-3201-41A0-BEF9-8E0B6247BB7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
|
|
{3B012CD2-3201-41A0-BEF9-8E0B6247BB7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
|
|
{3B012CD2-3201-41A0-BEF9-8E0B6247BB7E}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
|
|
{AD231E0F-FAED-4661-963F-EB22F858E148}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
|
|
{AD231E0F-FAED-4661-963F-EB22F858E148}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
|
|
{AD231E0F-FAED-4661-963F-EB22F858E148}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
|
|
{AD231E0F-FAED-4661-963F-EB22F858E148}.Release|Any CPU.Build.0 = Release|Any CPU
|
2024-05-05 02:26:50 +01:00
|
|
|
{9D56FA9B-B95B-460D-8745-41AABAA8BF61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
|
|
{9D56FA9B-B95B-460D-8745-41AABAA8BF61}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
|
|
{9D56FA9B-B95B-460D-8745-41AABAA8BF61}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
|
|
{9D56FA9B-B95B-460D-8745-41AABAA8BF61}.Release|Any CPU.Build.0 = Release|Any CPU
|
2023-05-26 19:05:44 +01:00
|
|
|
EndGlobalSection
|
2023-08-04 12:44:33 +01:00
|
|
|
GlobalSection(NestedProjects) = preSolution
|
|
|
|
EndGlobalSection
|
2023-05-26 19:05:44 +01:00
|
|
|
EndGlobal
|