石忠镇
2 years ago
307 changed files with 360 additions and 10280 deletions
@ -0,0 +1,12 @@
|
||||
{ |
||||
"version": 1, |
||||
"isRoot": true, |
||||
"tools": { |
||||
"dotnet-ef": { |
||||
"version": "7.0.0", |
||||
"commands": [ |
||||
"dotnet-ef" |
||||
] |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,274 @@
|
||||
## Ignore Visual Studio temporary files, build results, and |
||||
## files generated by popular Visual Studio add-ons. |
||||
|
||||
# User-specific files |
||||
*.suo |
||||
*.user |
||||
*.userosscache |
||||
*.sln.docstates |
||||
|
||||
# User-specific files (MonoDevelop/Xamarin Studio) |
||||
*.userprefs |
||||
|
||||
# Build results |
||||
[Dd]ebug/ |
||||
[Dd]ebugPublic/ |
||||
[Rr]elease/ |
||||
[Rr]eleases/ |
||||
x64/ |
||||
x86/ |
||||
bld/ |
||||
[Bb]in/ |
||||
[Oo]bj/ |
||||
[Ll]og/ |
||||
|
||||
# Visual Studio cache/options directory |
||||
.vs/ |
||||
.vscode/ |
||||
|
||||
# Uncomment if you have tasks that create the project's static files in wwwroot |
||||
#wwwroot/ |
||||
|
||||
# MSTest test Results |
||||
[Tt]est[Rr]esult*/ |
||||
[Bb]uild[Ll]og.* |
||||
|
||||
# NUNIT |
||||
*.VisualState.xml |
||||
TestResult.xml |
||||
|
||||
# Build Results of an ATL Project |
||||
[Dd]ebugPS/ |
||||
[Rr]eleasePS/ |
||||
dlldata.c |
||||
|
||||
# DNX |
||||
project.lock.json |
||||
project.fragment.lock.json |
||||
artifacts/ |
||||
|
||||
*_i.c |
||||
*_p.c |
||||
*_i.h |
||||
*.ilk |
||||
*.meta |
||||
*.obj |
||||
*.pch |
||||
*.pdb |
||||
*.pgc |
||||
*.pgd |
||||
*.rsp |
||||
*.sbr |
||||
*.tlb |
||||
*.tli |
||||
*.tlh |
||||
*.tmp |
||||
*.tmp_proj |
||||
*.log |
||||
*.vspscc |
||||
*.vssscc |
||||
.builds |
||||
*.pidb |
||||
*.svclog |
||||
*.scc |
||||
|
||||
# Chutzpah Test files |
||||
_Chutzpah* |
||||
|
||||
# Visual C++ cache files |
||||
ipch/ |
||||
*.aps |
||||
*.ncb |
||||
*.opendb |
||||
*.opensdf |
||||
*.sdf |
||||
*.cachefile |
||||
*.VC.db |
||||
*.VC.VC.opendb |
||||
|
||||
# Visual Studio profiler |
||||
*.psess |
||||
*.vsp |
||||
*.vspx |
||||
*.sap |
||||
|
||||
# TFS 2012 Local Workspace |
||||
$tf/ |
||||
|
||||
# Guidance Automation Toolkit |
||||
*.gpState |
||||
|
||||
# ReSharper is a .NET coding add-in |
||||
_ReSharper*/ |
||||
*.[Rr]e[Ss]harper |
||||
*.DotSettings.user |
||||
|
||||
# JustCode is a .NET coding add-in |
||||
.JustCode |
||||
|
||||
# TeamCity is a build add-in |
||||
_TeamCity* |
||||
|
||||
# DotCover is a Code Coverage Tool |
||||
*.dotCover |
||||
|
||||
# NCrunch |
||||
_NCrunch_* |
||||
.*crunch*.local.xml |
||||
nCrunchTemp_* |
||||
|
||||
# MightyMoose |
||||
*.mm.* |
||||
AutoTest.Net/ |
||||
|
||||
# Web workbench (sass) |
||||
.sass-cache/ |
||||
|
||||
# Installshield output folder |
||||
[Ee]xpress/ |
||||
|
||||
# DocProject is a documentation generator add-in |
||||
DocProject/buildhelp/ |
||||
DocProject/Help/*.HxT |
||||
DocProject/Help/*.HxC |
||||
DocProject/Help/*.hhc |
||||
DocProject/Help/*.hhk |
||||
DocProject/Help/*.hhp |
||||
DocProject/Help/Html2 |
||||
DocProject/Help/html |
||||
|
||||
# Click-Once directory |
||||
publish/ |
||||
|
||||
# Publish Web Output |
||||
*.[Pp]ublish.xml |
||||
*.azurePubxml |
||||
# TODO: Comment the next line if you want to checkin your web deploy settings |
||||
# but database connection strings (with potential passwords) will be unencrypted |
||||
#*.pubxml |
||||
*.publishproj |
||||
|
||||
# Microsoft Azure Web App publish settings. Comment the next line if you want to |
||||
# checkin your Azure Web App publish settings, but sensitive information contained |
||||
# in these scripts will be unencrypted |
||||
PublishScripts/ |
||||
|
||||
# NuGet Packages |
||||
*.nupkg |
||||
# The packages folder can be ignored because of Package Restore |
||||
**/packages/* |
||||
# except build/, which is used as an MSBuild target. |
||||
!**/packages/build/ |
||||
# Uncomment if necessary however generally it will be regenerated when needed |
||||
#!**/packages/repositories.config |
||||
# NuGet v3's project.json files produces more ignoreable files |
||||
*.nuget.props |
||||
*.nuget.targets |
||||
|
||||
# Microsoft Azure Build Output |
||||
csx/ |
||||
*.build.csdef |
||||
|
||||
# Microsoft Azure Emulator |
||||
ecf/ |
||||
rcf/ |
||||
|
||||
# Windows Store app package directories and files |
||||
AppPackages/ |
||||
BundleArtifacts/ |
||||
Package.StoreAssociation.xml |
||||
_pkginfo.txt |
||||
|
||||
# Visual Studio cache files |
||||
# files ending in .cache can be ignored |
||||
*.[Cc]ache |
||||
# but keep track of directories ending in .cache |
||||
!*.[Cc]ache/ |
||||
|
||||
# Others |
||||
ClientBin/ |
||||
~$* |
||||
*~ |
||||
*.dbmdl |
||||
*.dbproj.schemaview |
||||
*.jfm |
||||
*.pfx |
||||
*.publishsettings |
||||
node_modules/ |
||||
orleans.codegen.cs |
||||
|
||||
# Since there are multiple workflows, uncomment next line to ignore bower_components |
||||
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) |
||||
#bower_components/ |
||||
|
||||
# RIA/Silverlight projects |
||||
Generated_Code/ |
||||
|
||||
# Backup & report files from converting an old project file |
||||
# to a newer Visual Studio version. Backup files are not needed, |
||||
# because we have git ;-) |
||||
_UpgradeReport_Files/ |
||||
Backup*/ |
||||
UpgradeLog*.XML |
||||
UpgradeLog*.htm |
||||
|
||||
# SQL Server files |
||||
*.mdf |
||||
*.ldf |
||||
|
||||
# Business Intelligence projects |
||||
*.rdl.data |
||||
*.bim.layout |
||||
*.bim_*.settings |
||||
|
||||
# Microsoft Fakes |
||||
FakesAssemblies/ |
||||
|
||||
# GhostDoc plugin setting file |
||||
*.GhostDoc.xml |
||||
|
||||
# Node.js Tools for Visual Studio |
||||
.ntvs_analysis.dat |
||||
|
||||
# Visual Studio 6 build log |
||||
*.plg |
||||
|
||||
# Visual Studio 6 workspace options file |
||||
*.opt |
||||
|
||||
# Visual Studio LightSwitch build output |
||||
**/*.HTMLClient/GeneratedArtifacts |
||||
**/*.DesktopClient/GeneratedArtifacts |
||||
**/*.DesktopClient/ModelManifest.xml |
||||
**/*.Server/GeneratedArtifacts |
||||
**/*.Server/ModelManifest.xml |
||||
_Pvt_Extensions |
||||
|
||||
# Paket dependency manager |
||||
.paket/paket.exe |
||||
paket-files/ |
||||
|
||||
# FAKE - F# Make |
||||
.fake/ |
||||
|
||||
# JetBrains Rider |
||||
.idea/ |
||||
*.sln.iml |
||||
|
||||
# CodeRush |
||||
.cr/ |
||||
|
||||
# Python Tools for Visual Studio (PTVS) |
||||
__pycache__/ |
||||
*.pyc |
||||
|
||||
# macOS Desktop Services Store |
||||
.DS_Store |
||||
|
||||
# Use customlized development envirnment settings. |
||||
appsettings.Development.json |
||||
|
||||
# SQLite |
||||
**/*.db |
||||
**/*.db-shm |
||||
**/*.db-wal |
@ -1,28 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
<Target Name="GetEFProjectMetadata"> |
||||
<MSBuild Condition=" '$(TargetFramework)' == '' " |
||||
Projects="$(MSBuildProjectFile)" |
||||
Targets="GetEFProjectMetadata" |
||||
Properties="TargetFramework=$(TargetFrameworks.Split(';')[0]);EFProjectMetadataFile=$(EFProjectMetadataFile)" /> |
||||
<ItemGroup Condition=" '$(TargetFramework)' != '' "> |
||||
<EFProjectMetadata Include="AssemblyName: $(AssemblyName)" /> |
||||
<EFProjectMetadata Include="Language: $(Language)" /> |
||||
<EFProjectMetadata Include="OutputPath: $(OutputPath)" /> |
||||
<EFProjectMetadata Include="Platform: $(Platform)" /> |
||||
<EFProjectMetadata Include="PlatformTarget: $(PlatformTarget)" /> |
||||
<EFProjectMetadata Include="ProjectAssetsFile: $(ProjectAssetsFile)" /> |
||||
<EFProjectMetadata Include="ProjectDir: $(ProjectDir)" /> |
||||
<EFProjectMetadata Include="RootNamespace: $(RootNamespace)" /> |
||||
<EFProjectMetadata Include="RuntimeFrameworkVersion: $(RuntimeFrameworkVersion)" /> |
||||
<EFProjectMetadata Include="TargetFileName: $(TargetFileName)" /> |
||||
<EFProjectMetadata Include="TargetFrameworkMoniker: $(TargetFrameworkMoniker)" /> |
||||
<EFProjectMetadata Include="Nullable: $(Nullable)" /> |
||||
<EFProjectMetadata Include="TargetFramework: $(TargetFramework)" /> |
||||
<EFProjectMetadata Include="TargetPlatformIdentifier: $(TargetPlatformIdentifier)" /> |
||||
</ItemGroup> |
||||
<WriteLinesToFile Condition=" '$(TargetFramework)' != '' " |
||||
File="$(EFProjectMetadataFile)" |
||||
Lines="@(EFProjectMetadata)" /> |
||||
</Target> |
||||
</Project> |
@ -1,103 +0,0 @@
|
||||
{ |
||||
"format": 1, |
||||
"restore": { |
||||
"C:\\Users\\shizh\\Projects\\BuaaLocationServer\\BuaaLocationServer.csproj": {} |
||||
}, |
||||
"projects": { |
||||
"C:\\Users\\shizh\\Projects\\BuaaLocationServer\\BuaaLocationServer.csproj": { |
||||
"version": "1.0.0", |
||||
"restore": { |
||||
"projectUniqueName": "C:\\Users\\shizh\\Projects\\BuaaLocationServer\\BuaaLocationServer.csproj", |
||||
"projectName": "BuaaLocationServer", |
||||
"projectPath": "C:\\Users\\shizh\\Projects\\BuaaLocationServer\\BuaaLocationServer.csproj", |
||||
"packagesPath": "C:\\Users\\shizh\\.nuget\\packages\\", |
||||
"outputPath": "C:\\Users\\shizh\\Projects\\BuaaLocationServer\\obj\\", |
||||
"projectStyle": "PackageReference", |
||||
"fallbackFolders": [ |
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |
||||
], |
||||
"configFilePaths": [ |
||||
"C:\\Users\\shizh\\AppData\\Roaming\\NuGet\\NuGet.Config", |
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", |
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" |
||||
], |
||||
"originalTargetFrameworks": [ |
||||
"net7.0" |
||||
], |
||||
"sources": { |
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, |
||||
"C:\\Program Files\\dotnet\\library-packs": {}, |
||||
"https://api.nuget.org/v3/index.json": {} |
||||
}, |
||||
"frameworks": { |
||||
"net7.0": { |
||||
"targetAlias": "net7.0", |
||||
"projectReferences": {} |
||||
} |
||||
}, |
||||
"warningProperties": { |
||||
"warnAsError": [ |
||||
"NU1605" |
||||
] |
||||
} |
||||
}, |
||||
"frameworks": { |
||||
"net7.0": { |
||||
"targetAlias": "net7.0", |
||||
"dependencies": { |
||||
"BCrypt.Net-Next": { |
||||
"target": "Package", |
||||
"version": "[4.0.3, )" |
||||
}, |
||||
"Microsoft.AspNetCore.Authentication.JwtBearer": { |
||||
"target": "Package", |
||||
"version": "[7.0.0, )" |
||||
}, |
||||
"Microsoft.AspNetCore.OpenApi": { |
||||
"target": "Package", |
||||
"version": "[7.0.0, )" |
||||
}, |
||||
"Microsoft.EntityFrameworkCore": { |
||||
"target": "Package", |
||||
"version": "[7.0.0, )" |
||||
}, |
||||
"Microsoft.EntityFrameworkCore.Sqlite": { |
||||
"target": "Package", |
||||
"version": "[7.0.0, )" |
||||
}, |
||||
"Microsoft.EntityFrameworkCore.Tools": { |
||||
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", |
||||
"suppressParent": "All", |
||||
"target": "Package", |
||||
"version": "[7.0.0, )" |
||||
}, |
||||
"Swashbuckle.AspNetCore": { |
||||
"target": "Package", |
||||
"version": "[6.4.0, )" |
||||
} |
||||
}, |
||||
"imports": [ |
||||
"net461", |
||||
"net462", |
||||
"net47", |
||||
"net471", |
||||
"net472", |
||||
"net48", |
||||
"net481" |
||||
], |
||||
"assetTargetFallback": true, |
||||
"warn": true, |
||||
"frameworkReferences": { |
||||
"Microsoft.AspNetCore.App": { |
||||
"privateAssets": "none" |
||||
}, |
||||
"Microsoft.NETCore.App": { |
||||
"privateAssets": "all" |
||||
} |
||||
}, |
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.100\\RuntimeIdentifierGraph.json" |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?> |
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> |
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> |
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> |
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> |
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\shizh\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders> |
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> |
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.4.0</NuGetToolVersion> |
||||
</PropertyGroup> |
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
||||
<SourceRoot Include="C:\Users\shizh\.nuget\packages\" /> |
||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" /> |
||||
</ItemGroup> |
||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.props" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.props')" /> |
||||
<Import Project="$(NuGetPackageRoot)swashbuckle.aspnetcore\6.4.0\build\Swashbuckle.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)swashbuckle.aspnetcore\6.4.0\build\Swashbuckle.AspNetCore.props')" /> |
||||
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore\7.0.0\buildTransitive\net6.0\Microsoft.EntityFrameworkCore.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore\7.0.0\buildTransitive\net6.0\Microsoft.EntityFrameworkCore.props')" /> |
||||
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore.design\7.0.0\build\net6.0\Microsoft.EntityFrameworkCore.Design.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore.design\7.0.0\build\net6.0\Microsoft.EntityFrameworkCore.Design.props')" /> |
||||
</ImportGroup> |
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
||||
<PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">C:\Users\shizh\.nuget\packages\microsoft.extensions.apidescription.server\6.0.5</PkgMicrosoft_Extensions_ApiDescription_Server> |
||||
<PkgMicrosoft_EntityFrameworkCore_Tools Condition=" '$(PkgMicrosoft_EntityFrameworkCore_Tools)' == '' ">C:\Users\shizh\.nuget\packages\microsoft.entityframeworkcore.tools\7.0.0</PkgMicrosoft_EntityFrameworkCore_Tools> |
||||
</PropertyGroup> |
||||
</Project> |
@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?> |
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
||||
<Import Project="$(NuGetPackageRoot)system.text.json\7.0.0\buildTransitive\net6.0\System.Text.Json.targets" Condition="Exists('$(NuGetPackageRoot)system.text.json\7.0.0\buildTransitive\net6.0\System.Text.Json.targets')" /> |
||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.targets')" /> |
||||
<Import Project="$(NuGetPackageRoot)sqlitepclraw.lib.e_sqlite3\2.1.2\buildTransitive\net7.0\SQLitePCLRaw.lib.e_sqlite3.targets" Condition="Exists('$(NuGetPackageRoot)sqlitepclraw.lib.e_sqlite3\2.1.2\buildTransitive\net7.0\SQLitePCLRaw.lib.e_sqlite3.targets')" /> |
||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\7.0.0\buildTransitive\net6.0\Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\7.0.0\buildTransitive\net6.0\Microsoft.Extensions.Logging.Abstractions.targets')" /> |
||||
</ImportGroup> |
||||
</Project> |
@ -1,4 +0,0 @@
|
||||
// <autogenerated /> |
||||
using System; |
||||
using System.Reflection; |
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] |
@ -1,24 +0,0 @@
|
||||
//------------------------------------------------------------------------------ |
||||
// <auto-generated> |
||||
// 此代码由工具生成。 |
||||
// 运行时版本:4.0.30319.42000 |
||||
// |
||||
// 对此文件的更改可能会导致不正确的行为,并且如果 |
||||
// 重新生成代码,这些更改将会丢失。 |
||||
// </auto-generated> |
||||
//------------------------------------------------------------------------------ |
||||
|
||||
using System; |
||||
using System.Reflection; |
||||
|
||||
[assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("a4f66842-b6bb-4ab5-a81c-4d66a817cfb4")] |
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("BuaaLocationServer")] |
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] |
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
||||
[assembly: System.Reflection.AssemblyProductAttribute("BuaaLocationServer")] |
||||
[assembly: System.Reflection.AssemblyTitleAttribute("BuaaLocationServer")] |
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
||||
|
||||
// 由 MSBuild WriteCodeFragment 类生成。 |
||||
|
@ -1 +0,0 @@
|
||||
d4debd6036db4d53075f04049eb798cb0ee8f4ae |
@ -1,17 +0,0 @@
|
||||
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 = BuaaLocationServer |
||||
build_property.RootNamespace = BuaaLocationServer |
||||
build_property.ProjectDir = C:\Users\shizh\Projects\BuaaLocationServer\ |
||||
build_property.RazorLangVersion = 7.0 |
||||
build_property.SupportLocalizedComponentNames = |
||||
build_property.GenerateRazorMetadataSourceChecksumAttributes = |
||||
build_property.MSBuildProjectDirectory = C:\Users\shizh\Projects\BuaaLocationServer |
||||
build_property._RazorSourceGeneratorDebug = |
@ -1,17 +0,0 @@
|
||||
// <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; |
@ -1,17 +0,0 @@
|
||||
//------------------------------------------------------------------------------ |
||||
// <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.OpenApi")] |
||||
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")] |
||||
|
||||
// 由 MSBuild WriteCodeFragment 类生成。 |
||||
|
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
f5764fe67c7b811a33bb62a8d8c44d99663445bd |
@ -1,76 +0,0 @@
|
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\appsettings.Development.json |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\appsettings.json |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\BuaaLocationServer.exe |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\BuaaLocationServer.deps.json |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\BuaaLocationServer.runtimeconfig.json |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\BuaaLocationServer.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\BuaaLocationServer.pdb |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\BCrypt.Net-Next.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\Humanizer.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\Microsoft.AspNetCore.Authentication.JwtBearer.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\Microsoft.AspNetCore.OpenApi.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\Microsoft.Data.Sqlite.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\Microsoft.EntityFrameworkCore.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\Microsoft.EntityFrameworkCore.Abstractions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\Microsoft.EntityFrameworkCore.Design.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\Microsoft.EntityFrameworkCore.Relational.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\Microsoft.EntityFrameworkCore.Sqlite.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\Microsoft.Extensions.DependencyModel.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\Microsoft.IdentityModel.JsonWebTokens.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\Microsoft.IdentityModel.Logging.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\Microsoft.IdentityModel.Protocols.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\Microsoft.IdentityModel.Tokens.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\Microsoft.OpenApi.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\Mono.TextTemplating.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\SQLitePCLRaw.batteries_v2.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\SQLitePCLRaw.core.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\SQLitePCLRaw.provider.e_sqlite3.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\Swashbuckle.AspNetCore.Swagger.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\Swashbuckle.AspNetCore.SwaggerGen.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\Swashbuckle.AspNetCore.SwaggerUI.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\System.CodeDom.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\System.IdentityModel.Tokens.Jwt.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\runtimes\alpine-arm\native\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\runtimes\alpine-arm64\native\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\runtimes\alpine-x64\native\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\runtimes\browser-wasm\nativeassets\net7.0\e_sqlite3.a |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\runtimes\linux-arm\native\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\runtimes\linux-arm64\native\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\runtimes\linux-armel\native\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\runtimes\linux-mips64\native\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\runtimes\linux-musl-arm\native\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\runtimes\linux-musl-arm64\native\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\runtimes\linux-musl-x64\native\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\runtimes\linux-s390x\native\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\runtimes\linux-x64\native\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\runtimes\linux-x86\native\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\runtimes\maccatalyst-arm64\native\libe_sqlite3.dylib |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\runtimes\maccatalyst-x64\native\libe_sqlite3.dylib |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\runtimes\osx-arm64\native\libe_sqlite3.dylib |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\runtimes\osx-x64\native\libe_sqlite3.dylib |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\runtimes\win-arm\native\e_sqlite3.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\runtimes\win-arm64\native\e_sqlite3.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\runtimes\win-x64\native\e_sqlite3.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Debug\net7.0\runtimes\win-x86\native\e_sqlite3.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Debug\net7.0\BuaaLocationServer.csproj.AssemblyReference.cache |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Debug\net7.0\BuaaLocationServer.GeneratedMSBuildEditorConfig.editorconfig |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Debug\net7.0\BuaaLocationServer.AssemblyInfoInputs.cache |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Debug\net7.0\BuaaLocationServer.AssemblyInfo.cs |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Debug\net7.0\BuaaLocationServer.csproj.CoreCompileInputs.cache |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Debug\net7.0\BuaaLocationServer.MvcApplicationPartsAssemblyInfo.cs |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Debug\net7.0\BuaaLocationServer.MvcApplicationPartsAssemblyInfo.cache |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Debug\net7.0\staticwebassets\msbuild.BuaaLocationServer.Microsoft.AspNetCore.StaticWebAssets.props |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Debug\net7.0\staticwebassets\msbuild.build.BuaaLocationServer.props |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Debug\net7.0\staticwebassets\msbuild.buildMultiTargeting.BuaaLocationServer.props |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Debug\net7.0\staticwebassets\msbuild.buildTransitive.BuaaLocationServer.props |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Debug\net7.0\staticwebassets.pack.json |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Debug\net7.0\staticwebassets.build.json |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Debug\net7.0\staticwebassets.development.json |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Debug\net7.0\scopedcss\bundle\BuaaLocationServer.styles.css |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Debug\net7.0\BuaaLocationServer.csproj.CopyComplete |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Debug\net7.0\BuaaLocationServer.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Debug\net7.0\refint\BuaaLocationServer.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Debug\net7.0\BuaaLocationServer.pdb |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Debug\net7.0\BuaaLocationServer.genruntimeconfig.cache |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Debug\net7.0\ref\BuaaLocationServer.dll |
Binary file not shown.
@ -1 +0,0 @@
|
||||
737901e60639c9ebf1c7fa0ca3ec5acb843e1801 |
Binary file not shown.
@ -1 +0,0 @@
|
||||
obj\Debug\net7.0\\_IsIncrementalBuild |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,11 +0,0 @@
|
||||
{ |
||||
"Version": 1, |
||||
"Hash": "kv/c8041lyW8jRPKfXej94TcneHKe8HQeDefYjIkMGI=", |
||||
"Source": "BuaaLocationServer", |
||||
"BasePath": "_content/BuaaLocationServer", |
||||
"Mode": "Default", |
||||
"ManifestType": "Build", |
||||
"ReferencedProjectsConfiguration": [], |
||||
"DiscoveryPatterns": [], |
||||
"Assets": [] |
||||
} |
@ -1,3 +0,0 @@
|
||||
<Project> |
||||
<Import Project="Microsoft.AspNetCore.StaticWebAssets.props" /> |
||||
</Project> |
@ -1,3 +0,0 @@
|
||||
<Project> |
||||
<Import Project="..\build\BuaaLocationServer.props" /> |
||||
</Project> |
@ -1,3 +0,0 @@
|
||||
<Project> |
||||
<Import Project="..\buildMultiTargeting\BuaaLocationServer.props" /> |
||||
</Project> |
@ -1,4 +0,0 @@
|
||||
// <autogenerated /> |
||||
using System; |
||||
using System.Reflection; |
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] |
@ -1,24 +0,0 @@
|
||||
//------------------------------------------------------------------------------ |
||||
// <auto-generated> |
||||
// 此代码由工具生成。 |
||||
// 运行时版本:4.0.30319.42000 |
||||
// |
||||
// 对此文件的更改可能会导致不正确的行为,并且如果 |
||||
// 重新生成代码,这些更改将会丢失。 |
||||
// </auto-generated> |
||||
//------------------------------------------------------------------------------ |
||||
|
||||
using System; |
||||
using System.Reflection; |
||||
|
||||
[assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("a4f66842-b6bb-4ab5-a81c-4d66a817cfb4")] |
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("BuaaLocationServer")] |
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] |
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
||||
[assembly: System.Reflection.AssemblyProductAttribute("BuaaLocationServer")] |
||||
[assembly: System.Reflection.AssemblyTitleAttribute("BuaaLocationServer")] |
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
||||
|
||||
// 由 MSBuild WriteCodeFragment 类生成。 |
||||
|
@ -1 +0,0 @@
|
||||
c82c0adb31ef600335a48a865ada64ef451f92e0 |
@ -1,17 +0,0 @@
|
||||
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 = BuaaLocationServer |
||||
build_property.RootNamespace = BuaaLocationServer |
||||
build_property.ProjectDir = C:\Users\shizh\Projects\BuaaLocationServer\ |
||||
build_property.RazorLangVersion = 7.0 |
||||
build_property.SupportLocalizedComponentNames = |
||||
build_property.GenerateRazorMetadataSourceChecksumAttributes = |
||||
build_property.MSBuildProjectDirectory = C:\Users\shizh\Projects\BuaaLocationServer |
||||
build_property._RazorSourceGeneratorDebug = |
@ -1,17 +0,0 @@
|
||||
// <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; |
@ -1,18 +0,0 @@
|
||||
//------------------------------------------------------------------------------ |
||||
// <auto-generated> |
||||
// 此代码由工具生成。 |
||||
// 运行时版本:4.0.30319.42000 |
||||
// |
||||
// 对此文件的更改可能会导致不正确的行为,并且如果 |
||||
// 重新生成代码,这些更改将会丢失。 |
||||
// </auto-generated> |
||||
//------------------------------------------------------------------------------ |
||||
|
||||
using System; |
||||
using System.Reflection; |
||||
|
||||
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.OpenApi")] |
||||
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")] |
||||
|
||||
// 由 MSBuild WriteCodeFragment 类生成。 |
||||
|
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
f36b632b4dfff7d9606c7d8f2a0978b9f5ab1234 |
@ -1,76 +0,0 @@
|
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\appsettings.Development.json |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\appsettings.json |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\BuaaLocationServer.exe |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\BuaaLocationServer.deps.json |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\BuaaLocationServer.runtimeconfig.json |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\BuaaLocationServer.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\BuaaLocationServer.pdb |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\BCrypt.Net-Next.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\Humanizer.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\Microsoft.AspNetCore.Authentication.JwtBearer.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\Microsoft.AspNetCore.OpenApi.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\Microsoft.Data.Sqlite.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\Microsoft.EntityFrameworkCore.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\Microsoft.EntityFrameworkCore.Abstractions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\Microsoft.EntityFrameworkCore.Design.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\Microsoft.EntityFrameworkCore.Relational.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\Microsoft.EntityFrameworkCore.Sqlite.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\Microsoft.Extensions.DependencyModel.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\Microsoft.IdentityModel.JsonWebTokens.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\Microsoft.IdentityModel.Logging.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\Microsoft.IdentityModel.Protocols.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\Microsoft.IdentityModel.Tokens.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\Microsoft.OpenApi.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\Mono.TextTemplating.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\SQLitePCLRaw.batteries_v2.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\SQLitePCLRaw.core.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\SQLitePCLRaw.provider.e_sqlite3.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\Swashbuckle.AspNetCore.Swagger.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\Swashbuckle.AspNetCore.SwaggerGen.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\Swashbuckle.AspNetCore.SwaggerUI.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\System.CodeDom.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\System.IdentityModel.Tokens.Jwt.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\runtimes\alpine-arm\native\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\runtimes\alpine-arm64\native\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\runtimes\alpine-x64\native\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\runtimes\browser-wasm\nativeassets\net7.0\e_sqlite3.a |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\runtimes\linux-arm\native\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\runtimes\linux-arm64\native\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\runtimes\linux-armel\native\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\runtimes\linux-mips64\native\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\runtimes\linux-musl-arm\native\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\runtimes\linux-musl-arm64\native\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\runtimes\linux-musl-x64\native\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\runtimes\linux-s390x\native\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\runtimes\linux-x64\native\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\runtimes\linux-x86\native\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\runtimes\maccatalyst-arm64\native\libe_sqlite3.dylib |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\runtimes\maccatalyst-x64\native\libe_sqlite3.dylib |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\runtimes\osx-arm64\native\libe_sqlite3.dylib |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\runtimes\osx-x64\native\libe_sqlite3.dylib |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\runtimes\win-arm\native\e_sqlite3.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\runtimes\win-arm64\native\e_sqlite3.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\runtimes\win-x64\native\e_sqlite3.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\runtimes\win-x86\native\e_sqlite3.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\BuaaLocationServer.csproj.AssemblyReference.cache |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\BuaaLocationServer.GeneratedMSBuildEditorConfig.editorconfig |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\BuaaLocationServer.AssemblyInfoInputs.cache |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\BuaaLocationServer.AssemblyInfo.cs |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\BuaaLocationServer.csproj.CoreCompileInputs.cache |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\BuaaLocationServer.MvcApplicationPartsAssemblyInfo.cs |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\BuaaLocationServer.MvcApplicationPartsAssemblyInfo.cache |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\staticwebassets\msbuild.BuaaLocationServer.Microsoft.AspNetCore.StaticWebAssets.props |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\staticwebassets\msbuild.build.BuaaLocationServer.props |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\staticwebassets\msbuild.buildMultiTargeting.BuaaLocationServer.props |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\staticwebassets\msbuild.buildTransitive.BuaaLocationServer.props |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\staticwebassets.pack.json |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\staticwebassets.build.json |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\staticwebassets.development.json |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\scopedcss\bundle\BuaaLocationServer.styles.css |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\BuaaLocationServer.csproj.CopyComplete |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\BuaaLocationServer.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\refint\BuaaLocationServer.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\BuaaLocationServer.pdb |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\BuaaLocationServer.genruntimeconfig.cache |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\ref\BuaaLocationServer.dll |
Binary file not shown.
@ -1 +0,0 @@
|
||||
50a995ce1142b23c7276cab60f73ac4dfc45a42e |
Binary file not shown.
@ -1 +0,0 @@
|
||||
obj\Release\net7.0\\_IsIncrementalBuild |
Binary file not shown.
@ -1,4 +0,0 @@
|
||||
// <autogenerated /> |
||||
using System; |
||||
using System.Reflection; |
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] |
@ -1,24 +0,0 @@
|
||||
//------------------------------------------------------------------------------ |
||||
// <auto-generated> |
||||
// 此代码由工具生成。 |
||||
// 运行时版本:4.0.30319.42000 |
||||
// |
||||
// 对此文件的更改可能会导致不正确的行为,并且如果 |
||||
// 重新生成代码,这些更改将会丢失。 |
||||
// </auto-generated> |
||||
//------------------------------------------------------------------------------ |
||||
|
||||
using System; |
||||
using System.Reflection; |
||||
|
||||
[assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("a4f66842-b6bb-4ab5-a81c-4d66a817cfb4")] |
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("BuaaLocationServer")] |
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] |
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
||||
[assembly: System.Reflection.AssemblyProductAttribute("BuaaLocationServer")] |
||||
[assembly: System.Reflection.AssemblyTitleAttribute("BuaaLocationServer")] |
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
||||
|
||||
// 由 MSBuild WriteCodeFragment 类生成。 |
||||
|
@ -1 +0,0 @@
|
||||
c82c0adb31ef600335a48a865ada64ef451f92e0 |
@ -1,21 +0,0 @@
|
||||
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.EnableAotAnalyzer = |
||||
build_property.EnableSingleFileAnalyzer = true |
||||
build_property.EnableTrimAnalyzer = true |
||||
build_property.IncludeAllContentForSelfExtract = |
||||
build_property.RootNamespace = BuaaLocationServer |
||||
build_property.RootNamespace = BuaaLocationServer |
||||
build_property.ProjectDir = C:\Users\shizh\Projects\BuaaLocationServer\ |
||||
build_property.RazorLangVersion = 7.0 |
||||
build_property.SupportLocalizedComponentNames = |
||||
build_property.GenerateRazorMetadataSourceChecksumAttributes = |
||||
build_property.MSBuildProjectDirectory = C:\Users\shizh\Projects\BuaaLocationServer |
||||
build_property._RazorSourceGeneratorDebug = |
@ -1,17 +0,0 @@
|
||||
// <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; |
@ -1,18 +0,0 @@
|
||||
//------------------------------------------------------------------------------ |
||||
// <auto-generated> |
||||
// 此代码由工具生成。 |
||||
// 运行时版本:4.0.30319.42000 |
||||
// |
||||
// 对此文件的更改可能会导致不正确的行为,并且如果 |
||||
// 重新生成代码,这些更改将会丢失。 |
||||
// </auto-generated> |
||||
//------------------------------------------------------------------------------ |
||||
|
||||
using System; |
||||
using System.Reflection; |
||||
|
||||
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.OpenApi")] |
||||
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")] |
||||
|
||||
// 由 MSBuild WriteCodeFragment 类生成。 |
||||
|
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
4570bc01d3de0953300b79406832b2d2d13d8375 |
@ -1,371 +0,0 @@
|
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\appsettings.Development.json |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\appsettings.json |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\BuaaLocationServer |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\BuaaLocationServer.deps.json |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\BuaaLocationServer.runtimeconfig.json |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\BuaaLocationServer.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\BuaaLocationServer.pdb |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\BCrypt.Net-Next.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Humanizer.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Authentication.JwtBearer.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.OpenApi.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Data.Sqlite.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.EntityFrameworkCore.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.EntityFrameworkCore.Abstractions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.EntityFrameworkCore.Design.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.EntityFrameworkCore.Relational.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.EntityFrameworkCore.Sqlite.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.DependencyModel.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.IdentityModel.JsonWebTokens.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.IdentityModel.Logging.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.IdentityModel.Protocols.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.IdentityModel.Tokens.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.OpenApi.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Mono.TextTemplating.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\SQLitePCLRaw.batteries_v2.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\SQLitePCLRaw.core.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\SQLitePCLRaw.provider.e_sqlite3.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Swashbuckle.AspNetCore.Swagger.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Swashbuckle.AspNetCore.SwaggerGen.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Swashbuckle.AspNetCore.SwaggerUI.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.CodeDom.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.IdentityModel.Tokens.Jwt.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.CSharp.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.VisualBasic.Core.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.VisualBasic.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Win32.Primitives.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Win32.Registry.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.AppContext.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Buffers.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Collections.Concurrent.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Collections.Immutable.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Collections.NonGeneric.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Collections.Specialized.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Collections.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.ComponentModel.Annotations.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.ComponentModel.DataAnnotations.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.ComponentModel.EventBasedAsync.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.ComponentModel.Primitives.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.ComponentModel.TypeConverter.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.ComponentModel.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Configuration.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Console.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Core.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Data.Common.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Data.DataSetExtensions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Data.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Diagnostics.Contracts.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Diagnostics.Debug.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Diagnostics.DiagnosticSource.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Diagnostics.FileVersionInfo.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Diagnostics.Process.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Diagnostics.StackTrace.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Diagnostics.TextWriterTraceListener.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Diagnostics.Tools.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Diagnostics.TraceSource.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Diagnostics.Tracing.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Drawing.Primitives.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Drawing.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Dynamic.Runtime.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Formats.Asn1.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Formats.Tar.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Globalization.Calendars.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Globalization.Extensions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Globalization.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.IO.Compression.Brotli.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.IO.Compression.FileSystem.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.IO.Compression.ZipFile.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.IO.Compression.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.IO.FileSystem.AccessControl.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.IO.FileSystem.DriveInfo.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.IO.FileSystem.Primitives.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.IO.FileSystem.Watcher.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.IO.FileSystem.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.IO.IsolatedStorage.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.IO.MemoryMappedFiles.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.IO.Pipes.AccessControl.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.IO.Pipes.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.IO.UnmanagedMemoryStream.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.IO.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Linq.Expressions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Linq.Parallel.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Linq.Queryable.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Linq.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Memory.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Net.Http.Json.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Net.Http.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Net.HttpListener.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Net.Mail.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Net.NameResolution.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Net.NetworkInformation.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Net.Ping.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Net.Primitives.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Net.Quic.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Net.Requests.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Net.Security.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Net.ServicePoint.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Net.Sockets.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Net.WebClient.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Net.WebHeaderCollection.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Net.WebProxy.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Net.WebSockets.Client.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Net.WebSockets.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Net.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Numerics.Vectors.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Numerics.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.ObjectModel.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Private.CoreLib.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Private.DataContractSerialization.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Private.Uri.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Private.Xml.Linq.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Private.Xml.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Reflection.DispatchProxy.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Reflection.Emit.ILGeneration.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Reflection.Emit.Lightweight.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Reflection.Emit.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Reflection.Extensions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Reflection.Metadata.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Reflection.Primitives.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Reflection.TypeExtensions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Reflection.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Resources.Reader.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Resources.ResourceManager.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Resources.Writer.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Runtime.CompilerServices.Unsafe.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Runtime.CompilerServices.VisualC.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Runtime.Extensions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Runtime.Handles.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Runtime.InteropServices.JavaScript.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Runtime.InteropServices.RuntimeInformation.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Runtime.InteropServices.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Runtime.Intrinsics.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Runtime.Loader.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Runtime.Numerics.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Runtime.Serialization.Formatters.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Runtime.Serialization.Json.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Runtime.Serialization.Primitives.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Runtime.Serialization.Xml.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Runtime.Serialization.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Runtime.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Security.AccessControl.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Security.Claims.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Security.Cryptography.Algorithms.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Security.Cryptography.Cng.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Security.Cryptography.Csp.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Security.Cryptography.Encoding.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Security.Cryptography.OpenSsl.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Security.Cryptography.Primitives.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Security.Cryptography.X509Certificates.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Security.Cryptography.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Security.Principal.Windows.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Security.Principal.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Security.SecureString.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Security.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.ServiceModel.Web.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.ServiceProcess.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Text.Encoding.CodePages.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Text.Encoding.Extensions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Text.Encoding.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Text.Encodings.Web.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Text.Json.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Text.RegularExpressions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Threading.Channels.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Threading.Overlapped.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Threading.Tasks.Dataflow.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Threading.Tasks.Extensions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Threading.Tasks.Parallel.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Threading.Tasks.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Threading.Thread.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Threading.ThreadPool.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Threading.Timer.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Threading.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Transactions.Local.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Transactions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.ValueTuple.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Web.HttpUtility.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Web.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Windows.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Xml.Linq.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Xml.ReaderWriter.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Xml.Serialization.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Xml.XDocument.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Xml.XPath.XDocument.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Xml.XPath.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Xml.XmlDocument.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Xml.XmlSerializer.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Xml.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\WindowsBase.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\mscorlib.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\netstandard.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Antiforgery.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Authentication.Abstractions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Authentication.Cookies.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Authentication.Core.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Authentication.OAuth.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Authentication.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Authorization.Policy.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Authorization.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Components.Authorization.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Components.Forms.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Components.Server.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Components.Web.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Components.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Connections.Abstractions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.CookiePolicy.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Cors.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Cryptography.Internal.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.DataProtection.Abstractions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.DataProtection.Extensions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.DataProtection.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Diagnostics.Abstractions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Diagnostics.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.HostFiltering.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Hosting.Abstractions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Hosting.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Html.Abstractions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Http.Abstractions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Http.Connections.Common.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Http.Connections.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Http.Extensions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Http.Features.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Http.Results.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Http.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.HttpLogging.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.HttpOverrides.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.HttpsPolicy.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Identity.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Localization.Routing.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Localization.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Metadata.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Mvc.Abstractions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Mvc.ApiExplorer.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Mvc.Core.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Mvc.Cors.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Mvc.DataAnnotations.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Mvc.Formatters.Json.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Mvc.Localization.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Mvc.Razor.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Mvc.RazorPages.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Mvc.TagHelpers.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Mvc.ViewFeatures.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Mvc.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.OutputCaching.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.RateLimiting.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Razor.Runtime.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Razor.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.RequestDecompression.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.ResponseCaching.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.ResponseCompression.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Rewrite.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Routing.Abstractions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Routing.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Server.HttpSys.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Server.IIS.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Server.IISIntegration.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Server.Kestrel.Core.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Server.Kestrel.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.Session.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.SignalR.Common.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.SignalR.Core.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.SignalR.Protocols.Json.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.SignalR.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.StaticFiles.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.WebSockets.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.WebUtilities.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.AspNetCore.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Caching.Abstractions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Caching.Memory.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Configuration.Abstractions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Configuration.Binder.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Configuration.CommandLine.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Configuration.EnvironmentVariables.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Configuration.FileExtensions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Configuration.Ini.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Configuration.Json.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Configuration.KeyPerFile.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Configuration.UserSecrets.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Configuration.Xml.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Configuration.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.DependencyInjection.Abstractions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.DependencyInjection.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Diagnostics.HealthChecks.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Features.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.FileProviders.Abstractions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.FileProviders.Composite.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.FileProviders.Embedded.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.FileProviders.Physical.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.FileSystemGlobbing.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Hosting.Abstractions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Hosting.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Http.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Identity.Core.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Identity.Stores.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Localization.Abstractions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Localization.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Logging.Abstractions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Logging.Configuration.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Logging.Console.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Logging.Debug.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Logging.EventLog.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Logging.EventSource.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Logging.TraceSource.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Logging.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.ObjectPool.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Options.ConfigurationExtensions.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Options.DataAnnotations.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Options.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.Primitives.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Extensions.WebEncoders.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.JSInterop.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\Microsoft.Net.Http.Headers.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Diagnostics.EventLog.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.IO.Pipelines.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Security.Cryptography.Pkcs.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Security.Cryptography.Xml.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\System.Threading.RateLimiting.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\createdump |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\libSystem.Globalization.Native.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\libSystem.IO.Compression.Native.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\libSystem.Native.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\libSystem.Net.Security.Native.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\libSystem.Security.Cryptography.Native.OpenSsl.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\libclrgc.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\libclrjit.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\libcoreclr.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\libcoreclrtraceptprovider.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\libhostfxr.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\libhostpolicy.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\libmscordaccore.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\bin\Release\net7.0\linux-x64\libmscordbi.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\linux-x64\BuaaLocationServer.csproj.AssemblyReference.cache |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\linux-x64\BuaaLocationServer.GeneratedMSBuildEditorConfig.editorconfig |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\linux-x64\BuaaLocationServer.AssemblyInfoInputs.cache |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\linux-x64\BuaaLocationServer.AssemblyInfo.cs |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\linux-x64\BuaaLocationServer.csproj.CoreCompileInputs.cache |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\linux-x64\BuaaLocationServer.MvcApplicationPartsAssemblyInfo.cs |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\linux-x64\BuaaLocationServer.MvcApplicationPartsAssemblyInfo.cache |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\linux-x64\staticwebassets\msbuild.BuaaLocationServer.Microsoft.AspNetCore.StaticWebAssets.props |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\linux-x64\staticwebassets\msbuild.build.BuaaLocationServer.props |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\linux-x64\staticwebassets\msbuild.buildMultiTargeting.BuaaLocationServer.props |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\linux-x64\staticwebassets\msbuild.buildTransitive.BuaaLocationServer.props |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\linux-x64\staticwebassets.pack.json |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\linux-x64\staticwebassets.build.json |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\linux-x64\staticwebassets.development.json |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\linux-x64\scopedcss\bundle\BuaaLocationServer.styles.css |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\linux-x64\BuaaLocationServer.csproj.CopyComplete |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\linux-x64\BuaaLocationServer.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\linux-x64\refint\BuaaLocationServer.dll |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\linux-x64\BuaaLocationServer.pdb |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\linux-x64\BuaaLocationServer.genruntimeconfig.cache |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\linux-x64\ref\BuaaLocationServer.dll |
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1 +0,0 @@
|
||||
1853045d4d715a0e569a466448710852618ecf35 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,21 +0,0 @@
|
||||
{ |
||||
"Logging": { |
||||
"LogLevel": { |
||||
"Default": "Information", |
||||
"Microsoft.AspNetCore": "Warning" |
||||
} |
||||
}, |
||||
"Authentication": { |
||||
"Schemes": { |
||||
"Bearer": { |
||||
"ValidAudiences": [ |
||||
"http://localhost:61993", |
||||
"https://localhost:44359", |
||||
"http://localhost:5136", |
||||
"https://localhost:7026" |
||||
], |
||||
"ValidIssuer": "dotnet-user-jwts" |
||||
} |
||||
} |
||||
} |
||||
} |
@ -1,26 +0,0 @@
|
||||
{ |
||||
"Logging": { |
||||
"LogLevel": { |
||||
"Default": "Information", |
||||
"Microsoft.AspNetCore": "Warning" |
||||
} |
||||
}, |
||||
"AllowedHosts": "*", |
||||
"Authentication": { |
||||
"Schemes": { |
||||
"Bearer": { |
||||
"ValidIssuer": "anxin99.com" |
||||
} |
||||
} |
||||
}, |
||||
"ConnectionStrings": { |
||||
"SQLite": "Filename=BuaaLocationServer.db" |
||||
}, |
||||
"JwtSettings": { |
||||
"Secret": "sj2fojl#;aldjf;la0808l@mvfljsdfy", |
||||
"Issuer": "anxin99.com", |
||||
"Audience": "BUAALOCATION", |
||||
"Expires": 1200, |
||||
"RefreshExpires": 60 |
||||
} |
||||
} |
Binary file not shown.
@ -1,5 +0,0 @@
|
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\linux-x64\PubTmp\Out\appsettings.Development.json |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\linux-x64\PubTmp\Out\appsettings.json |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\linux-x64\PubTmp\Out\BuaaLocationServer.pdb |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\linux-x64\PubTmp\Out\libe_sqlite3.so |
||||
C:\Users\shizh\Projects\BuaaLocationServer\obj\Release\net7.0\linux-x64\PubTmp\Out\BuaaLocationServer |
@ -1 +0,0 @@
|
||||
obj\Release\net7.0\linux-x64\\_IsIncrementalBuild |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue