diff --git a/App_Data/app.xml b/App_Data/app.xml index 9116859..d8299fc 100644 --- a/App_Data/app.xml +++ b/App_Data/app.xml @@ -1,5 +1,5 @@ - +
@@ -2377,7 +2377,7 @@ - + diff --git a/README.md b/README.md index 7a61d6e..8df43f8 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,5 @@ If you want to customize the CSS, you will usually follow the ["Create Custom St * strong typed * Auto Generated Class * Typed MyItem +* v02.17.01 2024-07 + * Update app.sln and app.csproj \ No newline at end of file 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