Update 20211218
This commit is contained in:
BIN
WebAPI/obj/Debug/netcoreapp3.1/PubTmp/Out/BWPMModels.dll
Normal file
BIN
WebAPI/obj/Debug/netcoreapp3.1/PubTmp/Out/BWPMModels.dll
Normal file
Binary file not shown.
BIN
WebAPI/obj/Debug/netcoreapp3.1/PubTmp/Out/BWPMModels.pdb
Normal file
BIN
WebAPI/obj/Debug/netcoreapp3.1/PubTmp/Out/BWPMModels.pdb
Normal file
Binary file not shown.
5149
WebAPI/obj/Debug/netcoreapp3.1/PubTmp/Out/BWPMService.deps.json
Normal file
5149
WebAPI/obj/Debug/netcoreapp3.1/PubTmp/Out/BWPMService.deps.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
WebAPI/obj/Debug/netcoreapp3.1/PubTmp/Out/BWPMService.dll
Normal file
BIN
WebAPI/obj/Debug/netcoreapp3.1/PubTmp/Out/BWPMService.dll
Normal file
Binary file not shown.
BIN
WebAPI/obj/Debug/netcoreapp3.1/PubTmp/Out/BWPMService.exe
Normal file
BIN
WebAPI/obj/Debug/netcoreapp3.1/PubTmp/Out/BWPMService.exe
Normal file
Binary file not shown.
BIN
WebAPI/obj/Debug/netcoreapp3.1/PubTmp/Out/BWPMService.pdb
Normal file
BIN
WebAPI/obj/Debug/netcoreapp3.1/PubTmp/Out/BWPMService.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "netcoreapp3.1",
|
||||
"framework": {
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "3.1.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
WebAPI/obj/Debug/netcoreapp3.1/PubTmp/Out/Microsoft.OpenApi.dll
Normal file
BIN
WebAPI/obj/Debug/netcoreapp3.1/PubTmp/Out/Microsoft.OpenApi.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
WebAPI/obj/Debug/netcoreapp3.1/PubTmp/Out/Newtonsoft.Json.dll
Normal file
BIN
WebAPI/obj/Debug/netcoreapp3.1/PubTmp/Out/Newtonsoft.Json.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
}
|
||||
}
|
||||
15
WebAPI/obj/Debug/netcoreapp3.1/PubTmp/Out/appsettings.json
Normal file
15
WebAPI/obj/Debug/netcoreapp3.1/PubTmp/Out/appsettings.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"DBConnection": "Server=shu00;Database=BWPM;user=sa;password=*shu29;MultipleActiveResultSets=true"
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ApiKey": "BgWSbwCNM3pEiCxgIlDEyD7HFpUgKPeL8OPDqH9n,BgWSbwCNM3pEiCxgIlDEyD7HFpUgKPeL8OPDqH9nX,BgWSbwCNM3pEiCxgIlDEyD7HFpUgKPeL8OPDqH9ny",
|
||||
"ApiCheck": "e913aab4-c2c5-4e33-ad24-d25848f748e7"
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
25
WebAPI/obj/Debug/netcoreapp3.1/PubTmp/Out/web.config
Normal file
25
WebAPI/obj/Debug/netcoreapp3.1/PubTmp/Out/web.config
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<location path="." inheritInChildApplications="false">
|
||||
<system.webServer>
|
||||
<modules runAllManagedModulesForAllRequests="true">
|
||||
<remove name="WebDAVModule" />
|
||||
</modules>
|
||||
<handlers>
|
||||
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
|
||||
<remove name="WebDAV" />
|
||||
</handlers>
|
||||
<aspNetCore processPath="dotnet" arguments=".\BWPMService.dll" stdoutLogEnabled="false" hostingModel="InProcess" stdoutLogFile=".\logs\stdout">
|
||||
<environmentVariables>
|
||||
<environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Development" />
|
||||
</environmentVariables>
|
||||
</aspNetCore>
|
||||
</system.webServer>
|
||||
</location>
|
||||
<system.web>
|
||||
<!--<authentication mode="Forms">
|
||||
<forms cookieless="UseCookies" />
|
||||
</authentication>-->
|
||||
</system.web>
|
||||
</configuration>
|
||||
<!--ProjectGuid: 8be1b283-af68-4a4b-806c-f4d69434143b-->
|
||||
Reference in New Issue
Block a user