From 76ed81420e77ffd28c7eb72449a5e66e07cef773 Mon Sep 17 00:00:00 2001 From: Steve Gilham Date: Fri, 21 Oct 2022 22:14:57 +0100 Subject: [PATCH] Complex case not taking for some reason --- Samples.sln | 5 +++++ Samples/Directory.Build.props | 4 +++- Samples/Sample26/Sample26.fsproj | 12 ++++++------ Samples/Sample9/sample9.csproj | 16 ++++------------ 4 files changed, 18 insertions(+), 19 deletions(-) diff --git a/Samples.sln b/Samples.sln index e39db0563..2746f3b96 100644 --- a/Samples.sln +++ b/Samples.sln @@ -7,6 +7,11 @@ Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Sample26", "Samples\Sample2 EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "sample9", "Samples\Sample9\sample9.csproj", "{ED109455-CE6C-4BB1-B540-B5DEF8795BD3}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FA5AAF11-9B9A-4852-9E31-98FFB1E82881}" + ProjectSection(SolutionItems) = preProject + Directory.Packages.props = Directory.Packages.props + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/Samples/Directory.Build.props b/Samples/Directory.Build.props index 676be454b..28ebac412 100644 --- a/Samples/Directory.Build.props +++ b/Samples/Directory.Build.props @@ -1,6 +1,7 @@ - + + @@ -8,6 +9,7 @@ true false + true \ No newline at end of file diff --git a/Samples/Sample26/Sample26.fsproj b/Samples/Sample26/Sample26.fsproj index ad9f3dd82..0ed66e274 100644 --- a/Samples/Sample26/Sample26.fsproj +++ b/Samples/Sample26/Sample26.fsproj @@ -14,15 +14,15 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + contentfiles diff --git a/Samples/Sample9/sample9.csproj b/Samples/Sample9/sample9.csproj index bff0323d3..8d34c6840 100644 --- a/Samples/Sample9/sample9.csproj +++ b/Samples/Sample9/sample9.csproj @@ -7,22 +7,14 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - \ No newline at end of file