Adding projects and structure updates
This commit is contained in:
@@ -0,0 +1,22 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>netstandard2.0</TargetFramework>
|
||||||
|
<ImplicitUsings>disable</ImplicitUsings>
|
||||||
|
<Nullable>disable</Nullable>
|
||||||
|
<RootNamespace>Docs</RootNamespace>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Content Include="..\..\op.docs\**\*">
|
||||||
|
<Link>docs\%(RecursiveDir)%(Filename)%(Extension)</Link>
|
||||||
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||||
|
<Visible>true</Visible>
|
||||||
|
</Content>
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Content Include="..\..\op.tasks\**\*">
|
||||||
|
<Link>tasks\%(RecursiveDir)%(Filename)%(Extension)</Link>
|
||||||
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||||
|
<Visible>true</Visible>
|
||||||
|
</Content>
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
||||||
@@ -2,6 +2,10 @@
|
|||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Build", "Build\Build.csproj", "{57A2E434-08CD-47BF-9F3D-E1BF74C34EE7}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Build", "Build\Build.csproj", "{57A2E434-08CD-47BF-9F3D-E1BF74C34EE7}"
|
||||||
EndProject
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Markdown", "Markdown\Markdown.csproj", "{07B07767-7E8B-4874-B012-2572E7EED01E}"
|
||||||
|
EndProject
|
||||||
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "md", "md", "{1B72AEDE-AB8C-426B-A5A8-56FDC45B5E54}"
|
||||||
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Debug|Any CPU = Debug|Any CPU
|
||||||
@@ -12,5 +16,12 @@ Global
|
|||||||
{57A2E434-08CD-47BF-9F3D-E1BF74C34EE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{57A2E434-08CD-47BF-9F3D-E1BF74C34EE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{57A2E434-08CD-47BF-9F3D-E1BF74C34EE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{57A2E434-08CD-47BF-9F3D-E1BF74C34EE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{57A2E434-08CD-47BF-9F3D-E1BF74C34EE7}.Release|Any CPU.Build.0 = Release|Any CPU
|
{57A2E434-08CD-47BF-9F3D-E1BF74C34EE7}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{07B07767-7E8B-4874-B012-2572E7EED01E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{07B07767-7E8B-4874-B012-2572E7EED01E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{07B07767-7E8B-4874-B012-2572E7EED01E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{07B07767-7E8B-4874-B012-2572E7EED01E}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(NestedProjects) = preSolution
|
||||||
|
{07B07767-7E8B-4874-B012-2572E7EED01E} = {1B72AEDE-AB8C-426B-A5A8-56FDC45B5E54}
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
|||||||
Vendored
+4
-3
@@ -13,12 +13,12 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "docs/op.docs.md",
|
"file": "docs/fellowship.docs.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "op.docs"
|
"title": "fellowship.docs"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -185,8 +185,9 @@
|
|||||||
},
|
},
|
||||||
"active": "362018eb264ab766",
|
"active": "362018eb264ab766",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"docs/doc.zs.md",
|
|
||||||
"docs/op.docs.md",
|
"docs/op.docs.md",
|
||||||
|
"docs/fellowship.docs.md",
|
||||||
|
"docs/doc.zs.md",
|
||||||
"docs",
|
"docs",
|
||||||
"os.docs.md",
|
"os.docs.md",
|
||||||
"PLUGIN_SETTINGS_UI_GUIDE.md"
|
"PLUGIN_SETTINGS_UI_GUIDE.md"
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
category: docs
|
||||||
|
path: ChronoCCG\chrono.docs
|
||||||
|
shouldInstallPlugins: true
|
||||||
|
---
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
category: docs
|
||||||
|
path: Fellowship-Reference\fellowship.docs
|
||||||
|
shouldInstallPlugins: true
|
||||||
|
---
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
category: docs
|
||||||
|
path: JonathanMcCaffrey\jm.docs
|
||||||
|
shouldInstallPlugins: true
|
||||||
|
---
|
||||||
Reference in New Issue
Block a user