Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

SearchPoweredBots.sln 3.5 KB

You have to be logged in to leave a comment. Sign In
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
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio 14
  4. VisualStudioVersion = 14.0.25420.1
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RealEstateBot", "RealEstateBot\RealEstateBot.csproj", "{A8BA1066-5695-4D71-ABB4-65E5A5E0C3D4}"
  7. EndProject
  8. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9CEADC8B-6F00-4643-AC7B-D9BD4299F823}"
  9. ProjectSection(SolutionItems) = preProject
  10. README.md = README.md
  11. EndProjectSection
  12. EndProject
  13. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JobListingBot", "JobListingBot\JobListingBot.csproj", "{0EAC5C40-5484-4EE5-B0A3-E82B2527F7B2}"
  14. EndProject
  15. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Search.Dialogs", "Search.Dialogs\Search.Dialogs.csproj", "{C3583B53-4097-44D5-8537-2A8354B32654}"
  16. EndProject
  17. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Search.Azure", "Search.Azure\Search.Azure.csproj", "{2734B7AA-2144-41A8-9423-225A544438B8}"
  18. EndProject
  19. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Reusable Assets", "Reusable Assets", "{A17FC7C1-DC4A-40A2-B80B-E4C403AD655A}"
  20. EndProject
  21. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Search.Contracts", "Search.Contracts\Search.Contracts.csproj", "{FF10CD6A-2BE1-4520-A01F-769C396906CB}"
  22. EndProject
  23. Global
  24. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  25. Debug|Any CPU = Debug|Any CPU
  26. Release|Any CPU = Release|Any CPU
  27. EndGlobalSection
  28. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  29. {A8BA1066-5695-4D71-ABB4-65E5A5E0C3D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  30. {A8BA1066-5695-4D71-ABB4-65E5A5E0C3D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
  31. {A8BA1066-5695-4D71-ABB4-65E5A5E0C3D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
  32. {A8BA1066-5695-4D71-ABB4-65E5A5E0C3D4}.Release|Any CPU.Build.0 = Release|Any CPU
  33. {0EAC5C40-5484-4EE5-B0A3-E82B2527F7B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  34. {0EAC5C40-5484-4EE5-B0A3-E82B2527F7B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
  35. {0EAC5C40-5484-4EE5-B0A3-E82B2527F7B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
  36. {0EAC5C40-5484-4EE5-B0A3-E82B2527F7B2}.Release|Any CPU.Build.0 = Release|Any CPU
  37. {C3583B53-4097-44D5-8537-2A8354B32654}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  38. {C3583B53-4097-44D5-8537-2A8354B32654}.Debug|Any CPU.Build.0 = Debug|Any CPU
  39. {C3583B53-4097-44D5-8537-2A8354B32654}.Release|Any CPU.ActiveCfg = Release|Any CPU
  40. {C3583B53-4097-44D5-8537-2A8354B32654}.Release|Any CPU.Build.0 = Release|Any CPU
  41. {2734B7AA-2144-41A8-9423-225A544438B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  42. {2734B7AA-2144-41A8-9423-225A544438B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
  43. {2734B7AA-2144-41A8-9423-225A544438B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
  44. {2734B7AA-2144-41A8-9423-225A544438B8}.Release|Any CPU.Build.0 = Release|Any CPU
  45. {FF10CD6A-2BE1-4520-A01F-769C396906CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  46. {FF10CD6A-2BE1-4520-A01F-769C396906CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
  47. {FF10CD6A-2BE1-4520-A01F-769C396906CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
  48. {FF10CD6A-2BE1-4520-A01F-769C396906CB}.Release|Any CPU.Build.0 = Release|Any CPU
  49. EndGlobalSection
  50. GlobalSection(SolutionProperties) = preSolution
  51. HideSolutionNode = FALSE
  52. EndGlobalSection
  53. GlobalSection(NestedProjects) = preSolution
  54. {C3583B53-4097-44D5-8537-2A8354B32654} = {A17FC7C1-DC4A-40A2-B80B-E4C403AD655A}
  55. {2734B7AA-2144-41A8-9423-225A544438B8} = {A17FC7C1-DC4A-40A2-B80B-E4C403AD655A}
  56. {FF10CD6A-2BE1-4520-A01F-769C396906CB} = {A17FC7C1-DC4A-40A2-B80B-E4C403AD655A}
  57. EndGlobalSection
  58. EndGlobal
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...