From 32aeb7f2c3f3a17ecc0e4a1292fc3918a82b8f4e Mon Sep 17 00:00:00 2001 From: Elia Sulimanov Date: Mon, 1 Jun 2020 16:13:22 +0300 Subject: [PATCH] Made API documentation visable while using the userkit Added GenerateDocumentationFile property in all the libs, so xml documentation would be generated with the NuGet package. --- source/Cosmos.Core/Cosmos.Core.csproj | 1 + source/Cosmos.Core_Asm/Cosmos.Core_Asm.csproj | 1 + source/Cosmos.Core_Plugs/Cosmos.Core_Plugs.csproj | 1 + .../Cosmos.Debug.Kernel.Plugs.Asm.csproj | 1 + source/Cosmos.Debug.Kernel/Cosmos.Debug.Kernel.csproj | 1 + source/Cosmos.HAL2/Cosmos.HAL2.csproj | 1 + source/Cosmos.System2/Cosmos.System2.csproj | 1 + source/Cosmos.System2_Plugs/Cosmos.System2_Plugs.csproj | 1 + source/Kernel-TapRoot/Demo/TRKernel.csproj | 1 + source/Kernel-X86/10-CPU/Cosmos.CPU.x86/Cosmos.CPU.x86.csproj | 1 + source/Kernel-X86/10-CPU/Cosmos.CPU_Asm/Cosmos.CPU_Asm.csproj | 1 + .../Kernel-X86/10-CPU/Cosmos.CPU_Plugs/Cosmos.CPU_Plugs.csproj | 1 + .../20-Platform/Cosmos.Platform.PC/Cosmos.Platform.PC.csproj | 1 + source/Kernel-X86/30-HAL/Cosmos.HAL/Cosmos.HAL.csproj | 1 + source/Kernel-X86/40-System/Cosmos.System/Cosmos.System.csproj | 1 + source/Kernel-X86/50-Application/GuessKernelGen3.csproj | 1 + .../91-Plugs/Cosmos.Plugs.TapRoot/Cosmos.Plugs.TapRoot.csproj | 1 + 17 files changed, 17 insertions(+) diff --git a/source/Cosmos.Core/Cosmos.Core.csproj b/source/Cosmos.Core/Cosmos.Core.csproj index ab30eba56..97d7d3f5d 100644 --- a/source/Cosmos.Core/Cosmos.Core.csproj +++ b/source/Cosmos.Core/Cosmos.Core.csproj @@ -2,6 +2,7 @@ netstandard2.0 + true True diff --git a/source/Cosmos.Core_Asm/Cosmos.Core_Asm.csproj b/source/Cosmos.Core_Asm/Cosmos.Core_Asm.csproj index 270aaa0e5..07e0d5995 100644 --- a/source/Cosmos.Core_Asm/Cosmos.Core_Asm.csproj +++ b/source/Cosmos.Core_Asm/Cosmos.Core_Asm.csproj @@ -2,6 +2,7 @@ netstandard2.0 + true True diff --git a/source/Cosmos.Core_Plugs/Cosmos.Core_Plugs.csproj b/source/Cosmos.Core_Plugs/Cosmos.Core_Plugs.csproj index 377185741..3f9aac468 100644 --- a/source/Cosmos.Core_Plugs/Cosmos.Core_Plugs.csproj +++ b/source/Cosmos.Core_Plugs/Cosmos.Core_Plugs.csproj @@ -2,6 +2,7 @@ netstandard2.0 + true True diff --git a/source/Cosmos.Debug.Kernel.Plugs.Asm/Cosmos.Debug.Kernel.Plugs.Asm.csproj b/source/Cosmos.Debug.Kernel.Plugs.Asm/Cosmos.Debug.Kernel.Plugs.Asm.csproj index c7b067424..3a9329438 100644 --- a/source/Cosmos.Debug.Kernel.Plugs.Asm/Cosmos.Debug.Kernel.Plugs.Asm.csproj +++ b/source/Cosmos.Debug.Kernel.Plugs.Asm/Cosmos.Debug.Kernel.Plugs.Asm.csproj @@ -2,6 +2,7 @@ netstandard2.0 + true True diff --git a/source/Cosmos.Debug.Kernel/Cosmos.Debug.Kernel.csproj b/source/Cosmos.Debug.Kernel/Cosmos.Debug.Kernel.csproj index b5dc6cf4e..63caaef07 100644 --- a/source/Cosmos.Debug.Kernel/Cosmos.Debug.Kernel.csproj +++ b/source/Cosmos.Debug.Kernel/Cosmos.Debug.Kernel.csproj @@ -2,6 +2,7 @@ netstandard2.0 + true True diff --git a/source/Cosmos.HAL2/Cosmos.HAL2.csproj b/source/Cosmos.HAL2/Cosmos.HAL2.csproj index a7dbccd76..a87074651 100644 --- a/source/Cosmos.HAL2/Cosmos.HAL2.csproj +++ b/source/Cosmos.HAL2/Cosmos.HAL2.csproj @@ -2,6 +2,7 @@ netstandard2.0 + true Cosmos.HAL diff --git a/source/Cosmos.System2/Cosmos.System2.csproj b/source/Cosmos.System2/Cosmos.System2.csproj index 95f17d455..e83d30390 100644 --- a/source/Cosmos.System2/Cosmos.System2.csproj +++ b/source/Cosmos.System2/Cosmos.System2.csproj @@ -2,6 +2,7 @@ netstandard2.0 + true Cosmos.System diff --git a/source/Cosmos.System2_Plugs/Cosmos.System2_Plugs.csproj b/source/Cosmos.System2_Plugs/Cosmos.System2_Plugs.csproj index 2f7591961..108a7a19a 100644 --- a/source/Cosmos.System2_Plugs/Cosmos.System2_Plugs.csproj +++ b/source/Cosmos.System2_Plugs/Cosmos.System2_Plugs.csproj @@ -2,6 +2,7 @@ netstandard2.0 + true Cosmos.System_Plugs diff --git a/source/Kernel-TapRoot/Demo/TRKernel.csproj b/source/Kernel-TapRoot/Demo/TRKernel.csproj index d540b9dc8..461b99d84 100644 --- a/source/Kernel-TapRoot/Demo/TRKernel.csproj +++ b/source/Kernel-TapRoot/Demo/TRKernel.csproj @@ -2,6 +2,7 @@ netstandard2.0 + true diff --git a/source/Kernel-X86/10-CPU/Cosmos.CPU.x86/Cosmos.CPU.x86.csproj b/source/Kernel-X86/10-CPU/Cosmos.CPU.x86/Cosmos.CPU.x86.csproj index 08fef5ad9..42b309f06 100644 --- a/source/Kernel-X86/10-CPU/Cosmos.CPU.x86/Cosmos.CPU.x86.csproj +++ b/source/Kernel-X86/10-CPU/Cosmos.CPU.x86/Cosmos.CPU.x86.csproj @@ -2,6 +2,7 @@ netstandard2.0 + true True diff --git a/source/Kernel-X86/10-CPU/Cosmos.CPU_Asm/Cosmos.CPU_Asm.csproj b/source/Kernel-X86/10-CPU/Cosmos.CPU_Asm/Cosmos.CPU_Asm.csproj index bdd37b68d..32a08ef4d 100644 --- a/source/Kernel-X86/10-CPU/Cosmos.CPU_Asm/Cosmos.CPU_Asm.csproj +++ b/source/Kernel-X86/10-CPU/Cosmos.CPU_Asm/Cosmos.CPU_Asm.csproj @@ -2,6 +2,7 @@ netstandard2.0 + true True diff --git a/source/Kernel-X86/10-CPU/Cosmos.CPU_Plugs/Cosmos.CPU_Plugs.csproj b/source/Kernel-X86/10-CPU/Cosmos.CPU_Plugs/Cosmos.CPU_Plugs.csproj index fa0b99902..f44708112 100644 --- a/source/Kernel-X86/10-CPU/Cosmos.CPU_Plugs/Cosmos.CPU_Plugs.csproj +++ b/source/Kernel-X86/10-CPU/Cosmos.CPU_Plugs/Cosmos.CPU_Plugs.csproj @@ -2,6 +2,7 @@ netstandard2.0 + true True diff --git a/source/Kernel-X86/20-Platform/Cosmos.Platform.PC/Cosmos.Platform.PC.csproj b/source/Kernel-X86/20-Platform/Cosmos.Platform.PC/Cosmos.Platform.PC.csproj index 03498b271..0576e03d2 100644 --- a/source/Kernel-X86/20-Platform/Cosmos.Platform.PC/Cosmos.Platform.PC.csproj +++ b/source/Kernel-X86/20-Platform/Cosmos.Platform.PC/Cosmos.Platform.PC.csproj @@ -2,6 +2,7 @@ netstandard2.0 + true diff --git a/source/Kernel-X86/30-HAL/Cosmos.HAL/Cosmos.HAL.csproj b/source/Kernel-X86/30-HAL/Cosmos.HAL/Cosmos.HAL.csproj index 77455100a..bad4364ff 100644 --- a/source/Kernel-X86/30-HAL/Cosmos.HAL/Cosmos.HAL.csproj +++ b/source/Kernel-X86/30-HAL/Cosmos.HAL/Cosmos.HAL.csproj @@ -2,6 +2,7 @@ netstandard2.0 + true diff --git a/source/Kernel-X86/40-System/Cosmos.System/Cosmos.System.csproj b/source/Kernel-X86/40-System/Cosmos.System/Cosmos.System.csproj index 280e1244f..88b4c417c 100644 --- a/source/Kernel-X86/40-System/Cosmos.System/Cosmos.System.csproj +++ b/source/Kernel-X86/40-System/Cosmos.System/Cosmos.System.csproj @@ -2,6 +2,7 @@ netstandard2.0 + true diff --git a/source/Kernel-X86/50-Application/GuessKernelGen3.csproj b/source/Kernel-X86/50-Application/GuessKernelGen3.csproj index 83ee89331..55ca7ba28 100644 --- a/source/Kernel-X86/50-Application/GuessKernelGen3.csproj +++ b/source/Kernel-X86/50-Application/GuessKernelGen3.csproj @@ -2,6 +2,7 @@ netstandard2.0 + true diff --git a/source/Kernel-X86/91-Plugs/Cosmos.Plugs.TapRoot/Cosmos.Plugs.TapRoot.csproj b/source/Kernel-X86/91-Plugs/Cosmos.Plugs.TapRoot/Cosmos.Plugs.TapRoot.csproj index fbf5280b3..63ec49856 100644 --- a/source/Kernel-X86/91-Plugs/Cosmos.Plugs.TapRoot/Cosmos.Plugs.TapRoot.csproj +++ b/source/Kernel-X86/91-Plugs/Cosmos.Plugs.TapRoot/Cosmos.Plugs.TapRoot.csproj @@ -2,6 +2,7 @@ netstandard2.0 + true Cosmos.Plugs