Solution cleanup, Readme updated todos

This commit is contained in:
2025-06-06 00:41:42 +02:00
parent ad599433bf
commit 6ea6242887
3 changed files with 35 additions and 41 deletions

34
src/embeddingsearch.sln Normal file
View File

@@ -0,0 +1,34 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Server.csproj", "{AE175713-04A7-4A41-9572-B96262FBA484}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Indexer", "Indexer\Indexer.csproj", "{1CFFC493-C0D1-4142-82AB-28A0AC1FBB70}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{4232CA30-ABC0-4EB9-A796-5E217719DD88}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AE175713-04A7-4A41-9572-B96262FBA484}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE175713-04A7-4A41-9572-B96262FBA484}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE175713-04A7-4A41-9572-B96262FBA484}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE175713-04A7-4A41-9572-B96262FBA484}.Release|Any CPU.Build.0 = Release|Any CPU
{1CFFC493-C0D1-4142-82AB-28A0AC1FBB70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CFFC493-C0D1-4142-82AB-28A0AC1FBB70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CFFC493-C0D1-4142-82AB-28A0AC1FBB70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CFFC493-C0D1-4142-82AB-28A0AC1FBB70}.Release|Any CPU.Build.0 = Release|Any CPU
{4232CA30-ABC0-4EB9-A796-5E217719DD88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4232CA30-ABC0-4EB9-A796-5E217719DD88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4232CA30-ABC0-4EB9-A796-5E217719DD88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4232CA30-ABC0-4EB9-A796-5E217719DD88}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal