embeddedaichatux 1.0.6 → 1.0.7
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.
- package/AIChat.npm.csproj +11 -0
- package/AIChat.npm.csproj.user +6 -0
- package/AIChat.npm.sln +25 -0
- package/EmbeddedChat.js +54 -17
- package/EmbeddedChatOLD.js +77 -0
- package/bin/Debug/net7.0/AIChat.npm.deps.json +23 -0
- package/bin/Debug/net7.0/AIChat.npm.dll +0 -0
- package/bin/Debug/net7.0/AIChat.npm.exe +0 -0
- package/bin/Debug/net7.0/AIChat.npm.pdb +0 -0
- package/bin/Debug/net7.0/AIChat.npm.runtimeconfig.json +19 -0
- package/bin/Debug/net7.0/appsettings.Development.json +9 -0
- package/bin/Debug/net7.0/appsettings.json +9 -0
- package/bin/Debug/net7.0/package.json +11 -0
- package/obj/AIChat.npm.csproj.nuget.dgspec.json +67 -0
- package/obj/AIChat.npm.csproj.nuget.g.props +15 -0
- package/obj/AIChat.npm.csproj.nuget.g.targets +2 -0
- package/obj/AIChatEmbed.csproj.nuget.dgspec.json +67 -0
- package/obj/AIChatEmbed.csproj.nuget.g.props +15 -0
- package/obj/AIChatEmbed.csproj.nuget.g.targets +2 -0
- package/obj/AIChatEmbedded.csproj.nuget.dgspec.json +67 -0
- package/obj/AIChatEmbedded.csproj.nuget.g.props +15 -0
- package/obj/AIChatEmbedded.csproj.nuget.g.targets +2 -0
- package/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs +4 -0
- package/obj/Debug/net7.0/AIChat.npm.AssemblyInfo.cs +23 -0
- package/obj/Debug/net7.0/AIChat.npm.AssemblyInfoInputs.cache +1 -0
- package/obj/Debug/net7.0/AIChat.npm.GeneratedMSBuildEditorConfig.editorconfig +17 -0
- package/obj/Debug/net7.0/AIChat.npm.GlobalUsings.g.cs +17 -0
- package/obj/Debug/net7.0/AIChat.npm.MvcApplicationPartsAssemblyInfo.cache +0 -0
- package/obj/Debug/net7.0/AIChat.npm.RazorAssemblyInfo.cache +1 -0
- package/obj/Debug/net7.0/AIChat.npm.RazorAssemblyInfo.cs +18 -0
- package/obj/Debug/net7.0/AIChat.npm.assets.cache +0 -0
- package/obj/Debug/net7.0/AIChat.npm.csproj.CoreCompileInputs.cache +1 -0
- package/obj/Debug/net7.0/AIChat.npm.csproj.FileListAbsolute.txt +26 -0
- package/obj/Debug/net7.0/AIChat.npm.dll +0 -0
- package/obj/Debug/net7.0/AIChat.npm.genruntimeconfig.cache +1 -0
- package/obj/Debug/net7.0/AIChat.npm.pdb +0 -0
- package/obj/Debug/net7.0/AIChatEmbed.AssemblyInfo.cs +23 -0
- package/obj/Debug/net7.0/AIChatEmbed.AssemblyInfoInputs.cache +1 -0
- package/obj/Debug/net7.0/AIChatEmbed.GeneratedMSBuildEditorConfig.editorconfig +45 -0
- package/obj/Debug/net7.0/AIChatEmbed.GlobalUsings.g.cs +17 -0
- package/obj/Debug/net7.0/AIChatEmbed.RazorAssemblyInfo.cache +1 -0
- package/obj/Debug/net7.0/AIChatEmbed.RazorAssemblyInfo.cs +18 -0
- package/obj/Debug/net7.0/AIChatEmbed.assets.cache +0 -0
- package/obj/Debug/net7.0/AIChatEmbedded.AssemblyInfo.cs +23 -0
- package/obj/Debug/net7.0/AIChatEmbedded.AssemblyInfoInputs.cache +1 -0
- package/obj/Debug/net7.0/AIChatEmbedded.GeneratedMSBuildEditorConfig.editorconfig +45 -0
- package/obj/Debug/net7.0/AIChatEmbedded.GlobalUsings.g.cs +17 -0
- package/obj/Debug/net7.0/AIChatEmbedded.RazorAssemblyInfo.cache +1 -0
- package/obj/Debug/net7.0/AIChatEmbedded.RazorAssemblyInfo.cs +18 -0
- package/obj/Debug/net7.0/AIChatEmbedded.assets.cache +0 -0
- package/obj/Debug/net7.0/apphost.exe +0 -0
- package/obj/Debug/net7.0/project.razor.vs.json +1 -0
- package/obj/Debug/net7.0/ref/AIChat.npm.dll +0 -0
- package/obj/Debug/net7.0/refint/AIChat.npm.dll +0 -0
- package/obj/Debug/net7.0/staticwebassets/msbuild.build.AIChat.npm.props +3 -0
- package/obj/Debug/net7.0/staticwebassets/msbuild.buildMultiTargeting.AIChat.npm.props +3 -0
- package/obj/Debug/net7.0/staticwebassets/msbuild.buildTransitive.AIChat.npm.props +3 -0
- package/obj/Debug/net7.0/staticwebassets.build.json +11 -0
- package/obj/Release/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs +4 -0
- package/obj/Release/net7.0/AIChat.npm.AssemblyInfo.cs +23 -0
- package/obj/Release/net7.0/AIChat.npm.AssemblyInfoInputs.cache +1 -0
- package/obj/Release/net7.0/AIChat.npm.GeneratedMSBuildEditorConfig.editorconfig +17 -0
- package/obj/Release/net7.0/AIChat.npm.GlobalUsings.g.cs +17 -0
- package/obj/Release/net7.0/AIChat.npm.assets.cache +0 -0
- package/obj/project.assets.json +72 -0
- package/obj/project.nuget.cache +8 -0
- package/package.json +1 -1
|
@@ -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;
|
|
File without changes
|
|
@@ -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
|
+
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
071cf2c6734c65e7e6f8a119ed2e7a843e5a8ba7
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
C:\Git\AIChat\AIChat.npm\bin\Debug\net7.0\appsettings.Development.json
|
|
2
|
+
C:\Git\AIChat\AIChat.npm\bin\Debug\net7.0\appsettings.json
|
|
3
|
+
C:\Git\AIChat\AIChat.npm\bin\Debug\net7.0\package.json
|
|
4
|
+
C:\Git\AIChat\AIChat.npm\bin\Debug\net7.0\AIChat.npm.exe
|
|
5
|
+
C:\Git\AIChat\AIChat.npm\bin\Debug\net7.0\AIChat.npm.deps.json
|
|
6
|
+
C:\Git\AIChat\AIChat.npm\bin\Debug\net7.0\AIChat.npm.runtimeconfig.json
|
|
7
|
+
C:\Git\AIChat\AIChat.npm\bin\Debug\net7.0\AIChat.npm.dll
|
|
8
|
+
C:\Git\AIChat\AIChat.npm\bin\Debug\net7.0\AIChat.npm.pdb
|
|
9
|
+
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\AIChat.npm.GeneratedMSBuildEditorConfig.editorconfig
|
|
10
|
+
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\AIChat.npm.AssemblyInfoInputs.cache
|
|
11
|
+
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\AIChat.npm.AssemblyInfo.cs
|
|
12
|
+
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\AIChat.npm.csproj.CoreCompileInputs.cache
|
|
13
|
+
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\AIChat.npm.MvcApplicationPartsAssemblyInfo.cache
|
|
14
|
+
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\staticwebassets\msbuild.AIChat.npm.Microsoft.AspNetCore.StaticWebAssets.props
|
|
15
|
+
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\staticwebassets\msbuild.build.AIChat.npm.props
|
|
16
|
+
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\staticwebassets\msbuild.buildMultiTargeting.AIChat.npm.props
|
|
17
|
+
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\staticwebassets\msbuild.buildTransitive.AIChat.npm.props
|
|
18
|
+
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\staticwebassets.pack.json
|
|
19
|
+
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\staticwebassets.build.json
|
|
20
|
+
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\staticwebassets.development.json
|
|
21
|
+
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\scopedcss\bundle\AIChat.npm.styles.css
|
|
22
|
+
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\AIChat.npm.dll
|
|
23
|
+
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\refint\AIChat.npm.dll
|
|
24
|
+
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\AIChat.npm.pdb
|
|
25
|
+
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\AIChat.npm.genruntimeconfig.cache
|
|
26
|
+
C:\Git\AIChat\AIChat.npm\obj\Debug\net7.0\ref\AIChat.npm.dll
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
217eab89b7f2a33f574c6a7af7227b8396c4f9d7
|
|
Binary file
|
|
@@ -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
|
+
|
|
Binary file
|
|
@@ -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
|
+
|
|
Binary file
|
|
Binary file
|