create project

This commit is contained in:
Kittapath 2023-03-23 12:31:21 +07:00
commit ffeab6a127
196 changed files with 36968 additions and 0 deletions

View file

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

View file

@ -0,0 +1,24 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("a9bf3206-d872-43ec-8e64-857ab15cf89f")]
[assembly: System.Reflection.AssemblyCompanyAttribute("BMA-EHR-Recurit-Exam-Service")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("BMA-EHR-Recurit-Exam-Service")]
[assembly: System.Reflection.AssemblyTitleAttribute("BMA-EHR-Recurit-Exam-Service")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View file

@ -0,0 +1 @@
dc579eef3ae1dd53716a08aab6967735ecea27a6

View file

@ -0,0 +1,17 @@
is_global = true
build_property.TargetFramework = net7.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 = BMA.EHR.Recurit.Exam.Service
build_property.RootNamespace = BMA.EHR.Recurit.Exam.Service
build_property.ProjectDir = D:\BMA-EHR-Recurit-Exam-Service\
build_property.RazorLangVersion = 2.1
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = D:\BMA-EHR-Recurit-Exam-Service
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;

View file

@ -0,0 +1,20 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer")]
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.Mvc.Versioning")]
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.OpenApi")]
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.Annotations")]
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
// Generated by the MSBuild WriteCodeFragment class.

View file

@ -0,0 +1 @@
3dd53ee9f1727c4e08d8cad4fddc471dddc83776

View file

@ -0,0 +1,19 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.RelatedAssemblyAttribute("BMA-EHR-Recurit-Exam-Service.Views")]
[assembly: Microsoft.AspNetCore.Razor.Hosting.RazorLanguageVersionAttribute("2.1")]
[assembly: Microsoft.AspNetCore.Razor.Hosting.RazorConfigurationNameAttribute("MVC-2.1")]
[assembly: Microsoft.AspNetCore.Razor.Hosting.RazorExtensionAssemblyNameAttribute("MVC-2.1", "Microsoft.AspNetCore.Mvc.Razor.Extensions")]
// Generated by the MSBuild WriteCodeFragment class.

View file

@ -0,0 +1 @@
c7bf28559ceebe7592323d156f2a33ca24e588b7

View file

@ -0,0 +1,107 @@
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\appsettings.Development.json
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\appsettings.json
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\BMA-EHR-Recurit-Exam-Service.exe
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\BMA-EHR-Recurit-Exam-Service.deps.json
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\BMA-EHR-Recurit-Exam-Service.runtimeconfig.json
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\BMA-EHR-Recurit-Exam-Service.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\BMA-EHR-Recurit-Exam-Service.pdb
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Microsoft.AspNetCore.OpenApi.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Microsoft.OpenApi.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Swashbuckle.AspNetCore.Swagger.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Swashbuckle.AspNetCore.SwaggerGen.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Swashbuckle.AspNetCore.SwaggerUI.dll
D:\BMA-EHR-Recurit-Exam-Service\obj\Debug\net7.0\BMA-EHR-Recurit-Exam-Service.csproj.AssemblyReference.cache
D:\BMA-EHR-Recurit-Exam-Service\obj\Debug\net7.0\BMA-EHR-Recurit-Exam-Service.GeneratedMSBuildEditorConfig.editorconfig
D:\BMA-EHR-Recurit-Exam-Service\obj\Debug\net7.0\BMA-EHR-Recurit-Exam-Service.AssemblyInfoInputs.cache
D:\BMA-EHR-Recurit-Exam-Service\obj\Debug\net7.0\BMA-EHR-Recurit-Exam-Service.AssemblyInfo.cs
D:\BMA-EHR-Recurit-Exam-Service\obj\Debug\net7.0\BMA-EHR-Recurit-Exam-Service.csproj.CoreCompileInputs.cache
D:\BMA-EHR-Recurit-Exam-Service\obj\Debug\net7.0\BMA-EHR-Recurit-Exam-Service.MvcApplicationPartsAssemblyInfo.cs
D:\BMA-EHR-Recurit-Exam-Service\obj\Debug\net7.0\BMA-EHR-Recurit-Exam-Service.MvcApplicationPartsAssemblyInfo.cache
D:\BMA-EHR-Recurit-Exam-Service\obj\Debug\net7.0\BMA-EHR-Recurit-Exam-Service.csproj.CopyComplete
D:\BMA-EHR-Recurit-Exam-Service\obj\Debug\net7.0\BMA-EHR-Recurit-Exam-Service.dll
D:\BMA-EHR-Recurit-Exam-Service\obj\Debug\net7.0\refint\BMA-EHR-Recurit-Exam-Service.dll
D:\BMA-EHR-Recurit-Exam-Service\obj\Debug\net7.0\BMA-EHR-Recurit-Exam-Service.pdb
D:\BMA-EHR-Recurit-Exam-Service\obj\Debug\net7.0\BMA-EHR-Recurit-Exam-Service.genruntimeconfig.cache
D:\BMA-EHR-Recurit-Exam-Service\obj\Debug\net7.0\ref\BMA-EHR-Recurit-Exam-Service.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\BMA.EHR.Core.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\BMA.EHR.Extensions.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Elasticsearch.Net.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\EPPlus.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\EPPlus.Interfaces.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\EPPlus.System.Drawing.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Humanizer.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Microsoft.AspNetCore.Authentication.JwtBearer.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Microsoft.AspNetCore.JsonPatch.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Microsoft.AspNetCore.Mvc.Versioning.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Microsoft.AspNetCore.Razor.Language.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Microsoft.CodeAnalysis.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Microsoft.CodeAnalysis.CSharp.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Microsoft.CodeAnalysis.Razor.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Microsoft.EntityFrameworkCore.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Microsoft.EntityFrameworkCore.Abstractions.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Microsoft.EntityFrameworkCore.Design.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Microsoft.EntityFrameworkCore.Relational.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Microsoft.Extensions.DependencyModel.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Microsoft.IdentityModel.JsonWebTokens.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Microsoft.IdentityModel.Logging.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Microsoft.IdentityModel.Protocols.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Microsoft.IdentityModel.Tokens.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Microsoft.IO.RecyclableMemoryStream.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Microsoft.Win32.SystemEvents.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Mono.TextTemplating.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\MySqlConnector.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Newtonsoft.Json.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Newtonsoft.Json.Bson.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Pomelo.EntityFrameworkCore.MySql.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Serilog.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Serilog.AspNetCore.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Serilog.Enrichers.Environment.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Serilog.Exceptions.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Serilog.Extensions.Hosting.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Serilog.Extensions.Logging.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Serilog.Formatting.Compact.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Serilog.Formatting.Elasticsearch.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Serilog.Settings.Configuration.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Serilog.Sinks.Console.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Serilog.Sinks.Debug.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Serilog.Sinks.Elasticsearch.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Serilog.Sinks.File.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Serilog.Sinks.PeriodicBatching.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\Swashbuckle.AspNetCore.Annotations.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\System.CodeDom.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\System.Drawing.Common.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\System.IdentityModel.Tokens.Jwt.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\System.Security.Cryptography.Xml.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\System.Xml.XPath.XmlDocument.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\cs\Microsoft.CodeAnalysis.resources.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\de\Microsoft.CodeAnalysis.resources.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\es\Microsoft.CodeAnalysis.resources.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\fr\Microsoft.CodeAnalysis.resources.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\it\Microsoft.CodeAnalysis.resources.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\ja\Microsoft.CodeAnalysis.resources.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\ko\Microsoft.CodeAnalysis.resources.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\pl\Microsoft.CodeAnalysis.resources.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\pt-BR\Microsoft.CodeAnalysis.resources.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\ru\Microsoft.CodeAnalysis.resources.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\tr\Microsoft.CodeAnalysis.resources.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\runtimes\win\lib\net7.0\Microsoft.Win32.SystemEvents.dll
D:\BMA-EHR-Recurit-Exam-Service\bin\Debug\net7.0\runtimes\win\lib\net7.0\System.Drawing.Common.dll

Binary file not shown.

View file

@ -0,0 +1 @@
fabedb15b84a644d0a7734d887318e423764a7af

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load diff

Binary file not shown.