建立身分認證UP_1

This commit is contained in:
威勝 張 2025-01-19 10:13:09 +08:00
parent 0569fcfd92
commit f747562fa6
18 changed files with 67 additions and 2 deletions

BIN
.vs/slnx.sqlite Normal file

Binary file not shown.

View File

@ -15,7 +15,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("TCM_API")] [assembly: System.Reflection.AssemblyCompanyAttribute("TCM_API")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0569fcfd925512aba6f3430de15693fe590b9026")]
[assembly: System.Reflection.AssemblyProductAttribute("TCM_API")] [assembly: System.Reflection.AssemblyProductAttribute("TCM_API")]
[assembly: System.Reflection.AssemblyTitleAttribute("TCM_API")] [assembly: System.Reflection.AssemblyTitleAttribute("TCM_API")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@ -1 +1 @@
027734028a5e98fff43de3e3a5bb09604a9a47e6066729a96750565c8228e7e1 33717b32034e407206b022eeef3130c66ad039880d93f7dbd1e903d735b3c0fb

View File

@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]

View File

@ -0,0 +1,24 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 這段程式碼是由工具產生的。
// 執行階段版本:4.0.30319.42000
//
// 對這個檔案所做的變更可能會造成錯誤的行為,而且如果重新產生程式碼,
// 變更將會遺失。
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("6b0f798d-70cd-4d60-b552-6e6488f58399")]
[assembly: System.Reflection.AssemblyCompanyAttribute("TCM_API")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0569fcfd925512aba6f3430de15693fe590b9026")]
[assembly: System.Reflection.AssemblyProductAttribute("TCM_API")]
[assembly: System.Reflection.AssemblyTitleAttribute("TCM_API")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// 由 MSBuild WriteCodeFragment 類別產生。

View File

@ -0,0 +1 @@
504c3d30ea64ae9ac5e870b2275d2b6c416752c032a903f1ee868ad7e0046a9d

View File

@ -0,0 +1,19 @@
is_global = true
build_property.TargetFramework = net8.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb = true
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = TCM_API
build_property.RootNamespace = TCM_API
build_property.ProjectDir = D:\Code\Project\TCM\Backend\TCM_API\TCM_API\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.RazorLangVersion = 8.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = D:\Code\Project\TCM\Backend\TCM_API\TCM_API
build_property._RazorSourceGeneratorDebug =

View File

@ -0,0 +1,17 @@
// <auto-generated/>
global using global::Microsoft.AspNetCore.Builder;
global using global::Microsoft.AspNetCore.Hosting;
global using global::Microsoft.AspNetCore.Http;
global using global::Microsoft.AspNetCore.Routing;
global using global::Microsoft.Extensions.Configuration;
global using global::Microsoft.Extensions.DependencyInjection;
global using global::Microsoft.Extensions.Hosting;
global using global::Microsoft.Extensions.Logging;
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Net.Http.Json;
global using global::System.Threading;
global using global::System.Threading.Tasks;