From b20491f2478071ab9b1933dd99748b3c9448d546 Mon Sep 17 00:00:00 2001 From: Marco Minerva Date: Fri, 25 Jul 2025 12:24:05 +0200 Subject: [PATCH] Refactor solution structure and update package version Updated the Visual Studio solution file to remove obsolete project configuration lines, indicating a cleanup. The `Microsoft.SemanticKernel` package version has been upgraded from `1.60.0` to `1.61.0`. Introduced a new solution file format (`SqlDatabaseVectorSearch.slnx`) to better organize solution items in a structured XML format. --- SqlDatabaseVectorSearch.sln | 33 ------------------- SqlDatabaseVectorSearch.slnx | 9 +++++ .../SqlDatabaseVectorSearch.csproj | 2 +- 3 files changed, 10 insertions(+), 34 deletions(-) delete mode 100644 SqlDatabaseVectorSearch.sln create mode 100644 SqlDatabaseVectorSearch.slnx diff --git a/SqlDatabaseVectorSearch.sln b/SqlDatabaseVectorSearch.sln deleted file mode 100644 index 1e2fdc6..0000000 --- a/SqlDatabaseVectorSearch.sln +++ /dev/null @@ -1,33 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.8.34330.188 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlDatabaseVectorSearch", "SqlDatabaseVectorSearch\SqlDatabaseVectorSearch.csproj", "{A30F41AA-3FC1-41BE-99B7-7637A6EADDDC}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0D00EFA8-60BD-47AF-BE33-9D219B8AC7F6}" - ProjectSection(SolutionItems) = preProject - .editorconfig = .editorconfig - .github\copilot-instructions.md = .github\copilot-instructions.md - Directory.Build.props = Directory.Build.props - README.md = README.md - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {A30F41AA-3FC1-41BE-99B7-7637A6EADDDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A30F41AA-3FC1-41BE-99B7-7637A6EADDDC}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A30F41AA-3FC1-41BE-99B7-7637A6EADDDC}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A30F41AA-3FC1-41BE-99B7-7637A6EADDDC}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {F8D9A242-E395-4B2D-BF14-0C15B70E9D10} - EndGlobalSection -EndGlobal diff --git a/SqlDatabaseVectorSearch.slnx b/SqlDatabaseVectorSearch.slnx new file mode 100644 index 0000000..48f415b --- /dev/null +++ b/SqlDatabaseVectorSearch.slnx @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj b/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj index b6fdb6b..222e191 100644 --- a/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj +++ b/SqlDatabaseVectorSearch/SqlDatabaseVectorSearch.csproj @@ -24,7 +24,7 @@ - +