forked from microsoft/kernel-memory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNl2Sql.sln
More file actions
70 lines (70 loc) · 4 KB
/
Nl2Sql.sln
File metadata and controls
70 lines (70 loc) · 4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nl2Sql.Console", "nl2sql.console\Nl2Sql.Console.csproj", "{D5B6813C-E839-4ECA-A24F-AFB6C7DE70EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nl2Sql.Harness", "nl2sql.harness\Nl2Sql.Harness.csproj", "{57A61FDB-B790-4AE7-8601-10C3C0976C05}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nl2Sql.Library", "nl2sql.library\Nl2Sql.Library.csproj", "{691C0D9D-C829-428D-9AA0-0959900981B6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Config", "Config", "{453CA8B3-AEA0-4474-A3D5-6394327E1740}"
ProjectSection(SolutionItems) = preProject
nl2sql.config\Readme.md = nl2sql.config\Readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Schema", "Schema", "{294D746F-5ADD-4257-8346-318A00ACD74F}"
ProjectSection(SolutionItems) = preProject
nl2sql.config\schema\AdventureWorksLT.json = nl2sql.config\schema\AdventureWorksLT.json
nl2sql.config\schema\AdventureWorksLT.objectives = nl2sql.config\schema\AdventureWorksLT.objectives
nl2sql.config\schema\AdventureWorksLT.yaml = nl2sql.config\schema\AdventureWorksLT.yaml
nl2sql.config\schema\DescriptionTest.json = nl2sql.config\schema\DescriptionTest.json
nl2sql.config\schema\DescriptionTest.objectives = nl2sql.config\schema\DescriptionTest.objectives
nl2sql.config\schema\DescriptionTest.yaml = nl2sql.config\schema\DescriptionTest.yaml
nl2sql.config\schema\Readme.md = nl2sql.config\schema\Readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Prompts", "Prompts", "{02339A5B-7A5D-49FB-B747-D9166987284F}"
ProjectSection(SolutionItems) = preProject
nl2sql.config\nl2sql\generateQuery.xml = nl2sql.config\nl2sql\generateQuery.xml
nl2sql.config\nl2sql\Readme.md = nl2sql.config\nl2sql\Readme.md
nl2sql.config\nl2sql\isQuery.xml = nl2sql.config\nl2sql\isQuery.xml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{311FDB83-EF38-4A0D-871D-F8D291FA9C8C}"
ProjectSection(SolutionItems) = preProject
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
{D5B6813C-E839-4ECA-A24F-AFB6C7DE70EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5B6813C-E839-4ECA-A24F-AFB6C7DE70EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5B6813C-E839-4ECA-A24F-AFB6C7DE70EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5B6813C-E839-4ECA-A24F-AFB6C7DE70EC}.Release|Any CPU.Build.0 = Release|Any CPU
{57A61FDB-B790-4AE7-8601-10C3C0976C05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57A61FDB-B790-4AE7-8601-10C3C0976C05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57A61FDB-B790-4AE7-8601-10C3C0976C05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57A61FDB-B790-4AE7-8601-10C3C0976C05}.Release|Any CPU.Build.0 = Release|Any CPU
{691C0D9D-C829-428D-9AA0-0959900981B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{691C0D9D-C829-428D-9AA0-0959900981B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{691C0D9D-C829-428D-9AA0-0959900981B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{691C0D9D-C829-428D-9AA0-0959900981B6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{453CA8B3-AEA0-4474-A3D5-6394327E1740} = {311FDB83-EF38-4A0D-871D-F8D291FA9C8C}
{294D746F-5ADD-4257-8346-318A00ACD74F} = {453CA8B3-AEA0-4474-A3D5-6394327E1740}
{02339A5B-7A5D-49FB-B747-D9166987284F} = {453CA8B3-AEA0-4474-A3D5-6394327E1740}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {84F52C18-2101-48AD-AB80-5024533C88A3}
EndGlobalSection
EndGlobal