From 519dfa5a0284239c47df9e0b85279a957999cb6e Mon Sep 17 00:00:00 2001 From: Alex Yakunin Date: Sat, 2 Nov 2024 22:19:52 -0700 Subject: [PATCH] docs: remove Tutorial project from the primary .sln due to its .NET Core 3.1 dependency --- Samples.sln | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/Samples.sln b/Samples.sln index 89798f5..a85b852 100644 --- a/Samples.sln +++ b/Samples.sln @@ -8,8 +8,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{01FE6776-E EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B5A8469D-C4BB-4808-8E44-FF4DFCA57BDE}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tutorial", "docs\tutorial\Tutorial.csproj", "{B3AC9B52-96D7-4CBD-9873-8B427BB09BEB}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Blazor", "Blazor", "{9B29BD3F-7D94-4936-8379-61A2F48259AF}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Abstractions", "src\Blazor\Abstractions\Abstractions.csproj", "{BA3D19EB-DDFD-4DB6-B60F-A110E22E9C48}" @@ -82,6 +80,29 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceDefaults", "src\Todo EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NativeAot", "src\NativeAot\NativeAot.csproj", "{16F342FF-A151-442E-8849-B6D81DFFAE05}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tutorial", "Tutorial", "{8842F2FF-42F2-4B67-AEC6-F4CC7807C1AD}" + ProjectSection(SolutionItems) = preProject + docs\tutorial\Fusion-Cheat-Sheet.md = docs\tutorial\Fusion-Cheat-Sheet.md + docs\tutorial\Intro.md = docs\tutorial\Intro.md + docs\tutorial\Part00.md = docs\tutorial\Part00.md + docs\tutorial\Part01.md = docs\tutorial\Part01.md + docs\tutorial\Part02.md = docs\tutorial\Part02.md + docs\tutorial\Part03.md = docs\tutorial\Part03.md + docs\tutorial\Part04.md = docs\tutorial\Part04.md + docs\tutorial\Part05.md = docs\tutorial\Part05.md + docs\tutorial\Part06.md = docs\tutorial\Part06.md + docs\tutorial\Part07.md = docs\tutorial\Part07.md + docs\tutorial\Part08.md = docs\tutorial\Part08.md + docs\tutorial\Part09.md = docs\tutorial\Part09.md + docs\tutorial\Part10.md = docs\tutorial\Part10.md + docs\tutorial\Part11.md = docs\tutorial\Part11.md + docs\tutorial\Part12.md = docs\tutorial\Part12.md + docs\tutorial\Part13.md = docs\tutorial\Part13.md + docs\tutorial\PartFF.md = docs\tutorial\PartFF.md + docs\tutorial\QuickStart.md = docs\tutorial\QuickStart.md + docs\tutorial\README.md = docs\tutorial\README.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -91,7 +112,6 @@ Global {BA3D19EB-DDFD-4DB6-B60F-A110E22E9C48} = {9B29BD3F-7D94-4936-8379-61A2F48259AF} {670A20E9-B4BB-4EA2-A1A0-EC45463B3A01} = {9B29BD3F-7D94-4936-8379-61A2F48259AF} {F58743D4-2576-4354-8B59-89BCFF1154ED} = {9B29BD3F-7D94-4936-8379-61A2F48259AF} - {B3AC9B52-96D7-4CBD-9873-8B427BB09BEB} = {01FE6776-E788-46B2-93E4-1CEDB01AA851} {9B29BD3F-7D94-4936-8379-61A2F48259AF} = {B5A8469D-C4BB-4808-8E44-FF4DFCA57BDE} {E43053F9-B7F9-4A57-B4B7-2E84C3179D0B} = {B5A8469D-C4BB-4808-8E44-FF4DFCA57BDE} {D347CCA4-0F31-415A-86EB-8C85C645AD22} = {B5A8469D-C4BB-4808-8E44-FF4DFCA57BDE} @@ -119,6 +139,7 @@ Global {E11C307A-7C57-4E5B-A830-7432896686C9} = {ED0683EF-EAFD-4703-A832-DEB7227A80B8} {FAFB997A-4A71-4E37-AC65-26FDA4DD5565} = {ED0683EF-EAFD-4703-A832-DEB7227A80B8} {16F342FF-A151-442E-8849-B6D81DFFAE05} = {B5A8469D-C4BB-4808-8E44-FF4DFCA57BDE} + {8842F2FF-42F2-4B67-AEC6-F4CC7807C1AD} = {01FE6776-E788-46B2-93E4-1CEDB01AA851} EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {BA3D19EB-DDFD-4DB6-B60F-A110E22E9C48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -133,10 +154,6 @@ Global {F58743D4-2576-4354-8B59-89BCFF1154ED}.Debug|Any CPU.Build.0 = Debug|Any CPU {F58743D4-2576-4354-8B59-89BCFF1154ED}.Release|Any CPU.ActiveCfg = Release|Any CPU {F58743D4-2576-4354-8B59-89BCFF1154ED}.Release|Any CPU.Build.0 = Release|Any CPU - {B3AC9B52-96D7-4CBD-9873-8B427BB09BEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B3AC9B52-96D7-4CBD-9873-8B427BB09BEB}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B3AC9B52-96D7-4CBD-9873-8B427BB09BEB}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B3AC9B52-96D7-4CBD-9873-8B427BB09BEB}.Release|Any CPU.Build.0 = Release|Any CPU {E43053F9-B7F9-4A57-B4B7-2E84C3179D0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E43053F9-B7F9-4A57-B4B7-2E84C3179D0B}.Debug|Any CPU.Build.0 = Debug|Any CPU {E43053F9-B7F9-4A57-B4B7-2E84C3179D0B}.Release|Any CPU.ActiveCfg = Release|Any CPU