1+
12Microsoft Visual Studio Solution File, Format Version 12.00
23# Visual Studio Version 17
34VisualStudioVersion = 17.0.31903.59
@@ -6,8 +7,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmartRAG", "src\SmartRAG\Sm
67EndProject
78Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "SmartRAG.Diagnostics" , "src\SmartRAG.Diagnostics\SmartRAG.Diagnostics.csproj" , "{F8B7A123-4567-89AB-CDEF-0123456789AB}"
89EndProject
10+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "examples" , "examples" , "{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}"
11+ EndProject
912Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "SmartRAG.API" , "examples\WebAPI\SmartRAG.API.csproj" , "{E7606EAF-F26D-441F-B5A4-34A72A70DD6C}"
1013EndProject
14+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "tests" , "tests" , "{0AB3BF05-4346-4AA6-1389-037BE0695223}"
15+ EndProject
16+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "SmartRAG.Tests" , "tests\SmartRAG.Tests\SmartRAG.Tests.csproj" , "{3080D267-C4FC-4E79-9024-BD36D337F91C}"
17+ EndProject
1118Global
1219 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
1320 Debug| Any CPU = Debug| Any CPU
@@ -53,8 +60,24 @@ Global
5360 {E7606EAF-F26D-441F-B5A4-34A72A70DD6C} .Release| x64 .Build .0 = Debug| Any CPU
5461 {E7606EAF-F26D-441F-B5A4-34A72A70DD6C} .Release| x86 .ActiveCfg = Release| Any CPU
5562 {E7606EAF-F26D-441F-B5A4-34A72A70DD6C} .Release| x86 .Build .0 = Release| Any CPU
63+ {3080D267-C4FC-4E79-9024-BD36D337F91C} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
64+ {3080D267-C4FC-4E79-9024-BD36D337F91C} .Debug| Any CPU .Build .0 = Debug| Any CPU
65+ {3080D267-C4FC-4E79-9024-BD36D337F91C} .Debug| x64 .ActiveCfg = Debug| Any CPU
66+ {3080D267-C4FC-4E79-9024-BD36D337F91C} .Debug| x64 .Build .0 = Debug| Any CPU
67+ {3080D267-C4FC-4E79-9024-BD36D337F91C} .Debug| x86 .ActiveCfg = Debug| Any CPU
68+ {3080D267-C4FC-4E79-9024-BD36D337F91C} .Debug| x86 .Build .0 = Debug| Any CPU
69+ {3080D267-C4FC-4E79-9024-BD36D337F91C} .Release| Any CPU .ActiveCfg = Release| Any CPU
70+ {3080D267-C4FC-4E79-9024-BD36D337F91C} .Release| Any CPU .Build .0 = Release| Any CPU
71+ {3080D267-C4FC-4E79-9024-BD36D337F91C} .Release| x64 .ActiveCfg = Release| Any CPU
72+ {3080D267-C4FC-4E79-9024-BD36D337F91C} .Release| x64 .Build .0 = Release| Any CPU
73+ {3080D267-C4FC-4E79-9024-BD36D337F91C} .Release| x86 .ActiveCfg = Release| Any CPU
74+ {3080D267-C4FC-4E79-9024-BD36D337F91C} .Release| x86 .Build .0 = Release| Any CPU
5675 EndGlobalSection
5776 GlobalSection (SolutionProperties ) = preSolution
5877 HideSolutionNode = FALSE
5978 EndGlobalSection
79+ GlobalSection (NestedProjects ) = preSolution
80+ {E7606EAF-F26D-441F-B5A4-34A72A70DD6C} = {A1B2C3D4-E5F6-7890-ABCD-EF1234567890}
81+ {3080D267-C4FC-4E79-9024-BD36D337F91C} = {0AB3BF05-4346-4AA6-1389-037BE0695223}
82+ EndGlobalSection
6083EndGlobal
0 commit comments