From 26bbd3c481739c3dc129b065d5b4a4784c73dfc7 Mon Sep 17 00:00:00 2001 From: Dominik Graf Date: Thu, 25 Jul 2024 10:04:20 +0200 Subject: [PATCH] Update app.sln and app.csproj --- App_Data/app.xml | 4 ++-- app.csproj | 11 +++++++++-- app.sln | 15 ++++++++++++++- readme.md | 2 ++ 4 files changed, 27 insertions(+), 5 deletions(-) diff --git a/App_Data/app.xml b/App_Data/app.xml index 978a22a..3e7f7ba 100644 --- a/App_Data/app.xml +++ b/App_Data/app.xml @@ -1,5 +1,5 @@ - +
@@ -672,7 +672,7 @@ - + diff --git a/app.csproj b/app.csproj index 3b453b4..9c3f9a3 100644 --- a/app.csproj +++ b/app.csproj @@ -1,5 +1,6 @@ + @@ -39,6 +40,11 @@ + + + + + @@ -53,15 +59,16 @@ + - + diff --git a/app.sln b/app.sln index c6fdbe1..110ad34 100644 --- a/app.sln +++ b/app.sln @@ -9,5 +9,18 @@ EndProject # This is necessary so that VS Code can perform intellisense in Razor # It also requires a csproj file to exist as well # -# Read more on https://go.2sxc.org/vscode +# Read more and get help for issues on https://go.2sxc.org/vscode # + +# Addition 2024-05 +# The following section is suddenly required by the C# DevKit +# See https://github.com/microsoft/vscode-dotnettools/issues/1151 +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/readme.md b/readme.md index 7703956..a485e86 100644 --- a/readme.md +++ b/readme.md @@ -54,4 +54,6 @@ If you want to customize the CSS, you will usually follow the ["Create Custom St * v03.17.00 2024-04 * strong typed * Auto Generated Class +* v03.17.01 2024-07 + * Update app.sln and app.csproj \ No newline at end of file