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

LuisActionBinding.sln 4.0 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
59
60
  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("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "README", "README", "{A041A71E-2D8B-4CF3-9BD2-C66A91A53353}"
  7. ProjectSection(SolutionItems) = preProject
  8. README.md = README.md
  9. EndProjectSection
  10. EndProject
  11. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Cognitive.LUIS.ActionBinding", "Microsoft.Cognitive.LUIS.ActionBinding\Microsoft.Cognitive.LUIS.ActionBinding.csproj", "{ABDF486D-CBF1-43A7-9044-CA46B5AB2A88}"
  12. EndProject
  13. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LuisActions.Samples.Shared", "LuisActions.Samples.Shared\LuisActions.Samples.Shared.csproj", "{95992BB5-5338-4192-A86E-5710AB641E68}"
  14. EndProject
  15. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LuisActions.Samples.Bot", "LuisActions.Samples.Bot\LuisActions.Samples.Bot.csproj", "{A8BA1066-5695-4D71-ABB4-65E5A5E0C3D4}"
  16. EndProject
  17. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LuisActions.Samples.Console", "LuisActions.Samples.Console\LuisActions.Samples.Console.csproj", "{06A7319F-415A-4E5A-97DC-F4677CD12EF4}"
  18. EndProject
  19. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LuisActions.Samples.Web", "LuisActions.Samples.Web\LuisActions.Samples.Web.csproj", "{E3E90614-BE03-4CBF-8730-154EA3F5E7EB}"
  20. EndProject
  21. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Cognitive.LUIS.ActionBinding.Nuget", "Microsoft.Cognitive.LUIS.ActionBinding.Nuget\Microsoft.Cognitive.LUIS.ActionBinding.Nuget.csproj", "{9F65C327-30FE-45C2-95DE-AB984B268B0B}"
  22. ProjectSection(ProjectDependencies) = postProject
  23. {ABDF486D-CBF1-43A7-9044-CA46B5AB2A88} = {ABDF486D-CBF1-43A7-9044-CA46B5AB2A88}
  24. EndProjectSection
  25. EndProject
  26. Global
  27. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  28. Debug|Any CPU = Debug|Any CPU
  29. Release|Any CPU = Release|Any CPU
  30. EndGlobalSection
  31. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  32. {ABDF486D-CBF1-43A7-9044-CA46B5AB2A88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  33. {ABDF486D-CBF1-43A7-9044-CA46B5AB2A88}.Debug|Any CPU.Build.0 = Debug|Any CPU
  34. {ABDF486D-CBF1-43A7-9044-CA46B5AB2A88}.Release|Any CPU.ActiveCfg = Release|Any CPU
  35. {ABDF486D-CBF1-43A7-9044-CA46B5AB2A88}.Release|Any CPU.Build.0 = Release|Any CPU
  36. {95992BB5-5338-4192-A86E-5710AB641E68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  37. {95992BB5-5338-4192-A86E-5710AB641E68}.Debug|Any CPU.Build.0 = Debug|Any CPU
  38. {95992BB5-5338-4192-A86E-5710AB641E68}.Release|Any CPU.ActiveCfg = Release|Any CPU
  39. {95992BB5-5338-4192-A86E-5710AB641E68}.Release|Any CPU.Build.0 = Release|Any CPU
  40. {A8BA1066-5695-4D71-ABB4-65E5A5E0C3D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  41. {A8BA1066-5695-4D71-ABB4-65E5A5E0C3D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
  42. {A8BA1066-5695-4D71-ABB4-65E5A5E0C3D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
  43. {A8BA1066-5695-4D71-ABB4-65E5A5E0C3D4}.Release|Any CPU.Build.0 = Release|Any CPU
  44. {06A7319F-415A-4E5A-97DC-F4677CD12EF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  45. {06A7319F-415A-4E5A-97DC-F4677CD12EF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
  46. {06A7319F-415A-4E5A-97DC-F4677CD12EF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
  47. {06A7319F-415A-4E5A-97DC-F4677CD12EF4}.Release|Any CPU.Build.0 = Release|Any CPU
  48. {E3E90614-BE03-4CBF-8730-154EA3F5E7EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  49. {E3E90614-BE03-4CBF-8730-154EA3F5E7EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
  50. {E3E90614-BE03-4CBF-8730-154EA3F5E7EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
  51. {E3E90614-BE03-4CBF-8730-154EA3F5E7EB}.Release|Any CPU.Build.0 = Release|Any CPU
  52. {9F65C327-30FE-45C2-95DE-AB984B268B0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  53. {9F65C327-30FE-45C2-95DE-AB984B268B0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
  54. {9F65C327-30FE-45C2-95DE-AB984B268B0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
  55. {9F65C327-30FE-45C2-95DE-AB984B268B0B}.Release|Any CPU.Build.0 = Release|Any CPU
  56. EndGlobalSection
  57. GlobalSection(SolutionProperties) = preSolution
  58. HideSolutionNode = FALSE
  59. EndGlobalSection
  60. EndGlobal
Tip!

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

Comments

Loading...