embeddedaichatux 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. package/AIChat.npm.csproj +17 -0
  2. package/AIChat.npm.csproj.user +6 -0
  3. package/EmbeddedChat.js +46 -0
  4. package/Pages/Error.cshtml +26 -0
  5. package/Pages/Error.cshtml.cs +27 -0
  6. package/Pages/Index.cshtml +10 -0
  7. package/Pages/Index.cshtml.cs +20 -0
  8. package/Pages/Privacy.cshtml +8 -0
  9. package/Pages/Privacy.cshtml.cs +19 -0
  10. package/Pages/Shared/_Layout.cshtml +51 -0
  11. package/Pages/Shared/_Layout.cshtml.css +48 -0
  12. package/Pages/Shared/_ValidationScriptsPartial.cshtml +2 -0
  13. package/Pages/_ViewImports.cshtml +3 -0
  14. package/Pages/_ViewStart.cshtml +3 -0
  15. package/Program.cs +25 -0
  16. package/Properties/launchSettings.json +37 -0
  17. package/README.md +7 -0
  18. package/appsettings.Development.json +9 -0
  19. package/appsettings.json +9 -0
  20. package/obj/AIChat.npm.csproj.nuget.dgspec.json +67 -0
  21. package/obj/AIChat.npm.csproj.nuget.g.props +15 -0
  22. package/obj/AIChat.npm.csproj.nuget.g.targets +2 -0
  23. package/obj/AIChatEmbed.csproj.nuget.dgspec.json +67 -0
  24. package/obj/AIChatEmbed.csproj.nuget.g.props +15 -0
  25. package/obj/AIChatEmbed.csproj.nuget.g.targets +2 -0
  26. package/obj/AIChatEmbedded.csproj.nuget.dgspec.json +67 -0
  27. package/obj/AIChatEmbedded.csproj.nuget.g.props +15 -0
  28. package/obj/AIChatEmbedded.csproj.nuget.g.targets +2 -0
  29. package/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs +4 -0
  30. package/obj/Debug/net7.0/AIChat.npm.AssemblyInfo.cs +23 -0
  31. package/obj/Debug/net7.0/AIChat.npm.AssemblyInfoInputs.cache +1 -0
  32. package/obj/Debug/net7.0/AIChat.npm.GeneratedMSBuildEditorConfig.editorconfig +45 -0
  33. package/obj/Debug/net7.0/AIChat.npm.GlobalUsings.g.cs +17 -0
  34. package/obj/Debug/net7.0/AIChat.npm.RazorAssemblyInfo.cache +1 -0
  35. package/obj/Debug/net7.0/AIChat.npm.RazorAssemblyInfo.cs +18 -0
  36. package/obj/Debug/net7.0/AIChat.npm.assets.cache +0 -0
  37. package/obj/Debug/net7.0/AIChatEmbed.AssemblyInfo.cs +23 -0
  38. package/obj/Debug/net7.0/AIChatEmbed.AssemblyInfoInputs.cache +1 -0
  39. package/obj/Debug/net7.0/AIChatEmbed.GeneratedMSBuildEditorConfig.editorconfig +45 -0
  40. package/obj/Debug/net7.0/AIChatEmbed.GlobalUsings.g.cs +17 -0
  41. package/obj/Debug/net7.0/AIChatEmbed.RazorAssemblyInfo.cache +1 -0
  42. package/obj/Debug/net7.0/AIChatEmbed.RazorAssemblyInfo.cs +18 -0
  43. package/obj/Debug/net7.0/AIChatEmbed.assets.cache +0 -0
  44. package/obj/Debug/net7.0/AIChatEmbedded.AssemblyInfo.cs +23 -0
  45. package/obj/Debug/net7.0/AIChatEmbedded.AssemblyInfoInputs.cache +1 -0
  46. package/obj/Debug/net7.0/AIChatEmbedded.GeneratedMSBuildEditorConfig.editorconfig +45 -0
  47. package/obj/Debug/net7.0/AIChatEmbedded.GlobalUsings.g.cs +17 -0
  48. package/obj/Debug/net7.0/AIChatEmbedded.RazorAssemblyInfo.cache +1 -0
  49. package/obj/Debug/net7.0/AIChatEmbedded.RazorAssemblyInfo.cs +18 -0
  50. package/obj/Debug/net7.0/AIChatEmbedded.assets.cache +0 -0
  51. package/obj/Debug/net7.0/project.razor.vs.json +1 -0
  52. package/obj/project.assets.json +72 -0
  53. package/obj/project.nuget.cache +8 -0
  54. package/package.json +11 -0
  55. package/wwwroot/css/site.css +22 -0
  56. package/wwwroot/favicon.ico +0 -0
  57. package/wwwroot/js/site.js +4 -0
  58. package/wwwroot/lib/bootstrap/LICENSE +22 -0
  59. package/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css +4997 -0
  60. package/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map +1 -0
  61. package/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css +7 -0
  62. package/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map +1 -0
  63. package/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css +4996 -0
  64. package/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map +1 -0
  65. package/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css +7 -0
  66. package/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map +1 -0
  67. package/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css +427 -0
  68. package/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map +1 -0
  69. package/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css +8 -0
  70. package/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map +1 -0
  71. package/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css +424 -0
  72. package/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map +1 -0
  73. package/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css +8 -0
  74. package/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map +1 -0
  75. package/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css +4866 -0
  76. package/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css.map +1 -0
  77. package/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css +7 -0
  78. package/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css.map +1 -0
  79. package/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css +4857 -0
  80. package/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map +1 -0
  81. package/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css +7 -0
  82. package/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map +1 -0
  83. package/wwwroot/lib/bootstrap/dist/css/bootstrap.css +11221 -0
  84. package/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map +1 -0
  85. package/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css +7 -0
  86. package/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map +1 -0
  87. package/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css +11197 -0
  88. package/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css.map +1 -0
  89. package/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css +7 -0
  90. package/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css.map +1 -0
  91. package/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js +6780 -0
  92. package/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map +1 -0
  93. package/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js +7 -0
  94. package/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map +1 -0
  95. package/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js +4977 -0
  96. package/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js.map +1 -0
  97. package/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js +7 -0
  98. package/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js.map +1 -0
  99. package/wwwroot/lib/bootstrap/dist/js/bootstrap.js +5026 -0
  100. package/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map +1 -0
  101. package/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js +7 -0
  102. package/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map +1 -0
  103. package/wwwroot/lib/jquery/LICENSE.txt +21 -0
  104. package/wwwroot/lib/jquery/dist/jquery.js +10881 -0
  105. package/wwwroot/lib/jquery/dist/jquery.min.js +2 -0
  106. package/wwwroot/lib/jquery/dist/jquery.min.map +1 -0
  107. package/wwwroot/lib/jquery-validation/LICENSE.md +22 -0
  108. package/wwwroot/lib/jquery-validation/dist/additional-methods.js +1158 -0
  109. package/wwwroot/lib/jquery-validation/dist/additional-methods.min.js +4 -0
  110. package/wwwroot/lib/jquery-validation/dist/jquery.validate.js +1601 -0
  111. package/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js +4 -0
  112. package/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt +23 -0
  113. package/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js +435 -0
  114. package/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js +8 -0
@@ -0,0 +1,2 @@
1
+ <?xml version="1.0" encoding="utf-8" standalone="no"?>
2
+ <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
@@ -0,0 +1,4 @@
1
+ // <autogenerated />
2
+ using System;
3
+ using System.Reflection;
4
+ [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]
@@ -0,0 +1,23 @@
1
+ //------------------------------------------------------------------------------
2
+ // <auto-generated>
3
+ // This code was generated by a tool.
4
+ // Runtime Version:4.0.30319.42000
5
+ //
6
+ // Changes to this file may cause incorrect behavior and will be lost if
7
+ // the code is regenerated.
8
+ // </auto-generated>
9
+ //------------------------------------------------------------------------------
10
+
11
+ using System;
12
+ using System.Reflection;
13
+
14
+ [assembly: System.Reflection.AssemblyCompanyAttribute("AIChat.npm")]
15
+ [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
16
+ [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17
+ [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
18
+ [assembly: System.Reflection.AssemblyProductAttribute("AIChat.npm")]
19
+ [assembly: System.Reflection.AssemblyTitleAttribute("AIChat.npm")]
20
+ [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
21
+
22
+ // Generated by the MSBuild WriteCodeFragment class.
23
+
@@ -0,0 +1 @@
1
+ ab3110831e63c044b8c5f7f8e204a490bedaa709
@@ -0,0 +1,45 @@
1
+ is_global = true
2
+ build_property.TargetFramework = net7.0
3
+ build_property.TargetPlatformMinVersion =
4
+ build_property.UsingMicrosoftNETSdkWeb = true
5
+ build_property.ProjectTypeGuids =
6
+ build_property.InvariantGlobalization =
7
+ build_property.PlatformNeutralAssembly =
8
+ build_property.EnforceExtendedAnalyzerRules =
9
+ build_property._SupportedPlatformList = Linux,macOS,Windows
10
+ build_property.RootNamespace = AIChat.npm
11
+ build_property.RootNamespace = AIChat.npm
12
+ build_property.ProjectDir = C:\Git\AIChat\AIChat.npm\
13
+ build_property.RazorLangVersion = 7.0
14
+ build_property.SupportLocalizedComponentNames =
15
+ build_property.GenerateRazorMetadataSourceChecksumAttributes =
16
+ build_property.MSBuildProjectDirectory = C:\Git\AIChat\AIChat.npm
17
+ build_property._RazorSourceGeneratorDebug =
18
+
19
+ [C:/Git/AIChat/AIChat.npm/Pages/Error.cshtml]
20
+ build_metadata.AdditionalFiles.TargetPath = UGFnZXNcRXJyb3IuY3NodG1s
21
+ build_metadata.AdditionalFiles.CssScope =
22
+
23
+ [C:/Git/AIChat/AIChat.npm/Pages/Index.cshtml]
24
+ build_metadata.AdditionalFiles.TargetPath = UGFnZXNcSW5kZXguY3NodG1s
25
+ build_metadata.AdditionalFiles.CssScope =
26
+
27
+ [C:/Git/AIChat/AIChat.npm/Pages/Privacy.cshtml]
28
+ build_metadata.AdditionalFiles.TargetPath = UGFnZXNcUHJpdmFjeS5jc2h0bWw=
29
+ build_metadata.AdditionalFiles.CssScope =
30
+
31
+ [C:/Git/AIChat/AIChat.npm/Pages/Shared/_ValidationScriptsPartial.cshtml]
32
+ build_metadata.AdditionalFiles.TargetPath = UGFnZXNcU2hhcmVkXF9WYWxpZGF0aW9uU2NyaXB0c1BhcnRpYWwuY3NodG1s
33
+ build_metadata.AdditionalFiles.CssScope =
34
+
35
+ [C:/Git/AIChat/AIChat.npm/Pages/_ViewImports.cshtml]
36
+ build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX1ZpZXdJbXBvcnRzLmNzaHRtbA==
37
+ build_metadata.AdditionalFiles.CssScope =
38
+
39
+ [C:/Git/AIChat/AIChat.npm/Pages/_ViewStart.cshtml]
40
+ build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX1ZpZXdTdGFydC5jc2h0bWw=
41
+ build_metadata.AdditionalFiles.CssScope =
42
+
43
+ [C:/Git/AIChat/AIChat.npm/Pages/Shared/_Layout.cshtml]
44
+ build_metadata.AdditionalFiles.TargetPath = UGFnZXNcU2hhcmVkXF9MYXlvdXQuY3NodG1s
45
+ build_metadata.AdditionalFiles.CssScope = b-awln15mgxz
@@ -0,0 +1,17 @@
1
+ // <auto-generated/>
2
+ global using global::Microsoft.AspNetCore.Builder;
3
+ global using global::Microsoft.AspNetCore.Hosting;
4
+ global using global::Microsoft.AspNetCore.Http;
5
+ global using global::Microsoft.AspNetCore.Routing;
6
+ global using global::Microsoft.Extensions.Configuration;
7
+ global using global::Microsoft.Extensions.DependencyInjection;
8
+ global using global::Microsoft.Extensions.Hosting;
9
+ global using global::Microsoft.Extensions.Logging;
10
+ global using global::System;
11
+ global using global::System.Collections.Generic;
12
+ global using global::System.IO;
13
+ global using global::System.Linq;
14
+ global using global::System.Net.Http;
15
+ global using global::System.Net.Http.Json;
16
+ global using global::System.Threading;
17
+ global using global::System.Threading.Tasks;
@@ -0,0 +1 @@
1
+ 5860763757f4f08c7ebdea1b3a94a18109f17861
@@ -0,0 +1,18 @@
1
+ //------------------------------------------------------------------------------
2
+ // <auto-generated>
3
+ // This code was generated by a tool.
4
+ // Runtime Version:4.0.30319.42000
5
+ //
6
+ // Changes to this file may cause incorrect behavior and will be lost if
7
+ // the code is regenerated.
8
+ // </auto-generated>
9
+ //------------------------------------------------------------------------------
10
+
11
+ using System;
12
+ using System.Reflection;
13
+
14
+ [assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute("Microsoft.AspNetCore.Mvc.ApplicationParts.ConsolidatedAssemblyApplicationPartFact" +
15
+ "ory, Microsoft.AspNetCore.Mvc.Razor")]
16
+
17
+ // Generated by the MSBuild WriteCodeFragment class.
18
+
@@ -0,0 +1,23 @@
1
+ //------------------------------------------------------------------------------
2
+ // <auto-generated>
3
+ // This code was generated by a tool.
4
+ // Runtime Version:4.0.30319.42000
5
+ //
6
+ // Changes to this file may cause incorrect behavior and will be lost if
7
+ // the code is regenerated.
8
+ // </auto-generated>
9
+ //------------------------------------------------------------------------------
10
+
11
+ using System;
12
+ using System.Reflection;
13
+
14
+ [assembly: System.Reflection.AssemblyCompanyAttribute("AIChatEmbed")]
15
+ [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
16
+ [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17
+ [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
18
+ [assembly: System.Reflection.AssemblyProductAttribute("AIChatEmbed")]
19
+ [assembly: System.Reflection.AssemblyTitleAttribute("AIChatEmbed")]
20
+ [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
21
+
22
+ // Generated by the MSBuild WriteCodeFragment class.
23
+
@@ -0,0 +1 @@
1
+ e4c039f54fa9d3c01262b6e0deaed9c2d7470dca
@@ -0,0 +1,45 @@
1
+ is_global = true
2
+ build_property.TargetFramework = net7.0
3
+ build_property.TargetPlatformMinVersion =
4
+ build_property.UsingMicrosoftNETSdkWeb = true
5
+ build_property.ProjectTypeGuids =
6
+ build_property.InvariantGlobalization =
7
+ build_property.PlatformNeutralAssembly =
8
+ build_property.EnforceExtendedAnalyzerRules =
9
+ build_property._SupportedPlatformList = Linux,macOS,Windows
10
+ build_property.RootNamespace = AIChatEmbed
11
+ build_property.RootNamespace = AIChatEmbed
12
+ build_property.ProjectDir = C:\Git\AIChat\AIChatEmbedded\
13
+ build_property.RazorLangVersion = 7.0
14
+ build_property.SupportLocalizedComponentNames =
15
+ build_property.GenerateRazorMetadataSourceChecksumAttributes =
16
+ build_property.MSBuildProjectDirectory = C:\Git\AIChat\AIChatEmbedded
17
+ build_property._RazorSourceGeneratorDebug =
18
+
19
+ [C:/Git/AIChat/AIChatEmbedded/Pages/Error.cshtml]
20
+ build_metadata.AdditionalFiles.TargetPath = UGFnZXNcRXJyb3IuY3NodG1s
21
+ build_metadata.AdditionalFiles.CssScope =
22
+
23
+ [C:/Git/AIChat/AIChatEmbedded/Pages/Index.cshtml]
24
+ build_metadata.AdditionalFiles.TargetPath = UGFnZXNcSW5kZXguY3NodG1s
25
+ build_metadata.AdditionalFiles.CssScope =
26
+
27
+ [C:/Git/AIChat/AIChatEmbedded/Pages/Privacy.cshtml]
28
+ build_metadata.AdditionalFiles.TargetPath = UGFnZXNcUHJpdmFjeS5jc2h0bWw=
29
+ build_metadata.AdditionalFiles.CssScope =
30
+
31
+ [C:/Git/AIChat/AIChatEmbedded/Pages/Shared/_ValidationScriptsPartial.cshtml]
32
+ build_metadata.AdditionalFiles.TargetPath = UGFnZXNcU2hhcmVkXF9WYWxpZGF0aW9uU2NyaXB0c1BhcnRpYWwuY3NodG1s
33
+ build_metadata.AdditionalFiles.CssScope =
34
+
35
+ [C:/Git/AIChat/AIChatEmbedded/Pages/_ViewImports.cshtml]
36
+ build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX1ZpZXdJbXBvcnRzLmNzaHRtbA==
37
+ build_metadata.AdditionalFiles.CssScope =
38
+
39
+ [C:/Git/AIChat/AIChatEmbedded/Pages/_ViewStart.cshtml]
40
+ build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX1ZpZXdTdGFydC5jc2h0bWw=
41
+ build_metadata.AdditionalFiles.CssScope =
42
+
43
+ [C:/Git/AIChat/AIChatEmbedded/Pages/Shared/_Layout.cshtml]
44
+ build_metadata.AdditionalFiles.TargetPath = UGFnZXNcU2hhcmVkXF9MYXlvdXQuY3NodG1s
45
+ build_metadata.AdditionalFiles.CssScope = b-22nu14rsf2
@@ -0,0 +1,17 @@
1
+ // <auto-generated/>
2
+ global using global::Microsoft.AspNetCore.Builder;
3
+ global using global::Microsoft.AspNetCore.Hosting;
4
+ global using global::Microsoft.AspNetCore.Http;
5
+ global using global::Microsoft.AspNetCore.Routing;
6
+ global using global::Microsoft.Extensions.Configuration;
7
+ global using global::Microsoft.Extensions.DependencyInjection;
8
+ global using global::Microsoft.Extensions.Hosting;
9
+ global using global::Microsoft.Extensions.Logging;
10
+ global using global::System;
11
+ global using global::System.Collections.Generic;
12
+ global using global::System.IO;
13
+ global using global::System.Linq;
14
+ global using global::System.Net.Http;
15
+ global using global::System.Net.Http.Json;
16
+ global using global::System.Threading;
17
+ global using global::System.Threading.Tasks;
@@ -0,0 +1 @@
1
+ 5860763757f4f08c7ebdea1b3a94a18109f17861
@@ -0,0 +1,18 @@
1
+ //------------------------------------------------------------------------------
2
+ // <auto-generated>
3
+ // This code was generated by a tool.
4
+ // Runtime Version:4.0.30319.42000
5
+ //
6
+ // Changes to this file may cause incorrect behavior and will be lost if
7
+ // the code is regenerated.
8
+ // </auto-generated>
9
+ //------------------------------------------------------------------------------
10
+
11
+ using System;
12
+ using System.Reflection;
13
+
14
+ [assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute("Microsoft.AspNetCore.Mvc.ApplicationParts.ConsolidatedAssemblyApplicationPartFact" +
15
+ "ory, Microsoft.AspNetCore.Mvc.Razor")]
16
+
17
+ // Generated by the MSBuild WriteCodeFragment class.
18
+
@@ -0,0 +1,23 @@
1
+ //------------------------------------------------------------------------------
2
+ // <auto-generated>
3
+ // This code was generated by a tool.
4
+ // Runtime Version:4.0.30319.42000
5
+ //
6
+ // Changes to this file may cause incorrect behavior and will be lost if
7
+ // the code is regenerated.
8
+ // </auto-generated>
9
+ //------------------------------------------------------------------------------
10
+
11
+ using System;
12
+ using System.Reflection;
13
+
14
+ [assembly: System.Reflection.AssemblyCompanyAttribute("AIChatEmbedded")]
15
+ [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
16
+ [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17
+ [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
18
+ [assembly: System.Reflection.AssemblyProductAttribute("AIChatEmbedded")]
19
+ [assembly: System.Reflection.AssemblyTitleAttribute("AIChatEmbedded")]
20
+ [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
21
+
22
+ // Generated by the MSBuild WriteCodeFragment class.
23
+
@@ -0,0 +1 @@
1
+ 9862120fe4822f22cc925270f4c67cb91146627f
@@ -0,0 +1,45 @@
1
+ is_global = true
2
+ build_property.TargetFramework = net7.0
3
+ build_property.TargetPlatformMinVersion =
4
+ build_property.UsingMicrosoftNETSdkWeb = true
5
+ build_property.ProjectTypeGuids =
6
+ build_property.InvariantGlobalization =
7
+ build_property.PlatformNeutralAssembly =
8
+ build_property.EnforceExtendedAnalyzerRules =
9
+ build_property._SupportedPlatformList = Linux,macOS,Windows
10
+ build_property.RootNamespace = AIChatEmbedded
11
+ build_property.RootNamespace = AIChatEmbedded
12
+ build_property.ProjectDir = C:\Git\AIChat\AIChatEmbedded\
13
+ build_property.RazorLangVersion = 7.0
14
+ build_property.SupportLocalizedComponentNames =
15
+ build_property.GenerateRazorMetadataSourceChecksumAttributes =
16
+ build_property.MSBuildProjectDirectory = C:\Git\AIChat\AIChatEmbedded
17
+ build_property._RazorSourceGeneratorDebug =
18
+
19
+ [C:/Git/AIChat/AIChatEmbedded/Pages/Error.cshtml]
20
+ build_metadata.AdditionalFiles.TargetPath = UGFnZXNcRXJyb3IuY3NodG1s
21
+ build_metadata.AdditionalFiles.CssScope =
22
+
23
+ [C:/Git/AIChat/AIChatEmbedded/Pages/Index.cshtml]
24
+ build_metadata.AdditionalFiles.TargetPath = UGFnZXNcSW5kZXguY3NodG1s
25
+ build_metadata.AdditionalFiles.CssScope =
26
+
27
+ [C:/Git/AIChat/AIChatEmbedded/Pages/Privacy.cshtml]
28
+ build_metadata.AdditionalFiles.TargetPath = UGFnZXNcUHJpdmFjeS5jc2h0bWw=
29
+ build_metadata.AdditionalFiles.CssScope =
30
+
31
+ [C:/Git/AIChat/AIChatEmbedded/Pages/Shared/_ValidationScriptsPartial.cshtml]
32
+ build_metadata.AdditionalFiles.TargetPath = UGFnZXNcU2hhcmVkXF9WYWxpZGF0aW9uU2NyaXB0c1BhcnRpYWwuY3NodG1s
33
+ build_metadata.AdditionalFiles.CssScope =
34
+
35
+ [C:/Git/AIChat/AIChatEmbedded/Pages/_ViewImports.cshtml]
36
+ build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX1ZpZXdJbXBvcnRzLmNzaHRtbA==
37
+ build_metadata.AdditionalFiles.CssScope =
38
+
39
+ [C:/Git/AIChat/AIChatEmbedded/Pages/_ViewStart.cshtml]
40
+ build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX1ZpZXdTdGFydC5jc2h0bWw=
41
+ build_metadata.AdditionalFiles.CssScope =
42
+
43
+ [C:/Git/AIChat/AIChatEmbedded/Pages/Shared/_Layout.cshtml]
44
+ build_metadata.AdditionalFiles.TargetPath = UGFnZXNcU2hhcmVkXF9MYXlvdXQuY3NodG1s
45
+ build_metadata.AdditionalFiles.CssScope = b-mtpomdz5pq
@@ -0,0 +1,17 @@
1
+ // <auto-generated/>
2
+ global using global::Microsoft.AspNetCore.Builder;
3
+ global using global::Microsoft.AspNetCore.Hosting;
4
+ global using global::Microsoft.AspNetCore.Http;
5
+ global using global::Microsoft.AspNetCore.Routing;
6
+ global using global::Microsoft.Extensions.Configuration;
7
+ global using global::Microsoft.Extensions.DependencyInjection;
8
+ global using global::Microsoft.Extensions.Hosting;
9
+ global using global::Microsoft.Extensions.Logging;
10
+ global using global::System;
11
+ global using global::System.Collections.Generic;
12
+ global using global::System.IO;
13
+ global using global::System.Linq;
14
+ global using global::System.Net.Http;
15
+ global using global::System.Net.Http.Json;
16
+ global using global::System.Threading;
17
+ global using global::System.Threading.Tasks;
@@ -0,0 +1 @@
1
+ 5860763757f4f08c7ebdea1b3a94a18109f17861
@@ -0,0 +1,18 @@
1
+ //------------------------------------------------------------------------------
2
+ // <auto-generated>
3
+ // This code was generated by a tool.
4
+ // Runtime Version:4.0.30319.42000
5
+ //
6
+ // Changes to this file may cause incorrect behavior and will be lost if
7
+ // the code is regenerated.
8
+ // </auto-generated>
9
+ //------------------------------------------------------------------------------
10
+
11
+ using System;
12
+ using System.Reflection;
13
+
14
+ [assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute("Microsoft.AspNetCore.Mvc.ApplicationParts.ConsolidatedAssemblyApplicationPartFact" +
15
+ "ory, Microsoft.AspNetCore.Mvc.Razor")]
16
+
17
+ // Generated by the MSBuild WriteCodeFragment class.
18
+