20220313 3张表格 导出excel功能

This commit is contained in:
路 范
2022-03-14 00:29:01 +08:00
parent 0c4a0efa74
commit a35cfa0819
430 changed files with 35219 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,199 @@
#pragma checksum "D:\temp_task\20220313\code\TempTask.WebEntry\Views\Home\Index.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "12b5a2a81ad18994daf766364de0c2c704c2abf8"
// <auto-generated/>
#pragma warning disable 1591
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Home_Index), @"mvc.1.0.view", @"/Views/Home/Index.cshtml")]
namespace AspNetCore
{
#line hidden
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.AspNetCore.Mvc.ViewFeatures;
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"12b5a2a81ad18994daf766364de0c2c704c2abf8", @"/Views/Home/Index.cshtml")]
public class Views_Home_Index : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
{
#line hidden
#pragma warning disable 0649
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext __tagHelperExecutionContext;
#pragma warning restore 0649
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner __tagHelperRunner = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner();
#pragma warning disable 0169
private string __tagHelperStringValueBuffer;
#pragma warning restore 0169
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __backed__tagHelperScopeManager = null;
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __tagHelperScopeManager
{
get
{
if (__backed__tagHelperScopeManager == null)
{
__backed__tagHelperScopeManager = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager(StartTagHelperWritingScope, EndTagHelperWritingScope);
}
return __backed__tagHelperScopeManager;
}
}
private global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.HeadTagHelper __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_HeadTagHelper;
private global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.BodyTagHelper __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_BodyTagHelper;
#pragma warning disable 1998
public async override global::System.Threading.Tasks.Task ExecuteAsync()
{
WriteLiteral("<!DOCTYPE html>\r\n<html>\r\n\r\n");
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("head", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "12b5a2a81ad18994daf766364de0c2c704c2abf82700", async() => {
WriteLiteral(@"
<meta charset=""UTF-8"">
<link rel=""stylesheet"" href=""https://unpkg.com/element-ui/lib/theme-chalk/index.css"">
<script src=""https://cdn.jsdelivr.net/npm/vue/dist/vue.js""></script>
<script src=""https://unpkg.com/element-ui/lib/index.js""></script>
<script src=""https://unpkg.com/axios/dist/axios.min.js""></script>
<script src=""http://lib.baomitu.com/qs/6.10.3/qs.min.js""></script>
");
}
);
__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_HeadTagHelper = CreateTagHelper<global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.HeadTagHelper>();
__tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_HeadTagHelper);
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
if (!__tagHelperExecutionContext.Output.IsContentModified)
{
await __tagHelperExecutionContext.SetOutputContentAsync();
}
Write(__tagHelperExecutionContext.Output);
__tagHelperExecutionContext = __tagHelperScopeManager.End();
WriteLiteral("\r\n\r\n");
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("body", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "12b5a2a81ad18994daf766364de0c2c704c2abf84090", async() => {
WriteLiteral(@"
<div id=""app"">
<div>
<el-input-number v-model=""year"" :min=""1970"" :max=""2100"" label=""选择年""></el-input-number>年
<el-input-number v-model=""month"" :min=""1"" :max=""12"" label=""选择月""></el-input-number>月 第
<el-input-number v-model=""week"" :min=""1"" :max=""5"" label=""选择周""></el-input-number>周
</div>
<div style=""margin-top:15px;"">
<el-button ");
WriteLiteral("@click=\"downloadfile_zongbiao\" :loading=\"loading_zongbiao\">下载文件-总表</el-button>\r\n <el-button ");
WriteLiteral("@click=\"downloadfile_chengshigengxin\" :loading=\"loading_chengshigengxin\">下载文件-城市更新</el-button>\r\n <el-button ");
WriteLiteral("@click=\"downloadfile_fangdichan\" :loading=\"loading_fangdichan\">下载文件-房地产业</el-button>\r\n </div>\r\n </div>\r\n");
}
);
__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_BodyTagHelper = CreateTagHelper<global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.BodyTagHelper>();
__tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_BodyTagHelper);
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
if (!__tagHelperExecutionContext.Output.IsContentModified)
{
await __tagHelperExecutionContext.SetOutputContentAsync();
}
Write(__tagHelperExecutionContext.Output);
__tagHelperExecutionContext = __tagHelperScopeManager.End();
WriteLiteral(@"
<script>
new Vue({
el: '#app',
data: function () {
return {
loading_zongbiao: false,
loading_chengshigengxin: false,
loading_fangdichan: false,
year: '',
month: '',
week: ''
}
},
created: function () {
var now = new Date();
this.year = now.getFullYear();
this.month = now.getMonth() + 1;
this.week = this.getMonthWeek(now);
},
methods: {
//总表
loading_zongbiao_false() { this.loading_zongbiao = false },
downloadfile_zongbiao() {
this.loading_zongbiao = true;
let url = '/api/num-zj/download';
this.download(url, 1, ""总表.xlsx"", this.loading_zongbiao_false);
},
//城市更新
loading_chengshigengxin_false() { this.loading_chengshigengxin = false },
");
WriteLiteral(@" downloadfile_chengshigengxin() {
this.loading_chengshigengxin = true;
let url = '/api/num-zj/download';
this.download(url, 2, ""住建系统抓投资情况通报(城市更新).xlsx"", this.loading_chengshigengxin_false);
},
//房地产业
loading_fangdichan_false() { this.loading_fangdichan = false },
downloadfile_fangdichan() {
this.loading_fangdichan = true;
let url = '/api/num-zj/download';
this.download(url, 3, ""住建系统抓投资情况通报(房地产业+GDP支撑性指标.xlsx"", this.loading_fangdichan_false);
},
download(url, type, filename, callback) {
let _this = this;
axios({
headers: { 'Content-Type': 'application/json;charset=UTF-8' },
method: 'post',
url: url,
data: { type: type, year: _this.year, month: _this.month, week: _this.week },
responseType: ""blob""");
WriteLiteral(@",
}).then(function (response) {
console.log(response);
//解析文件充blod中解析
const url = window.URL.createObjectURL(
new Blob([response.data], { type: ""application/vnd.ms-excel"" })
);
const link = document.createElement(""a"");
link.style.display = ""none"";
link.href = url;
link.setAttribute(""download"", filename);
document.body.appendChild(link);
link.click();
document.body.removeChild(link);
callback();
}).catch(function (error) {
callback();
console.log(error)
_this.$message({
type: 'error',
message: error.message
})
})
},
getMonthWeek(no");
WriteLiteral(@"w) {
var a = now.getYear();
var b = now.getMonth() + 1;
var c = now.getDate();
/*
a = d = 当前日期
b = 6 - w = 当前周的还有几天过完(不算今天)
a + b 的和在除以7 就是当天是当前月份的第几周
*/
var date = new Date(a, parseInt(b) - 1, c), w = date.getDay(), d = date.getDate();
return Math.ceil(
(d + 6 - w) / 7
);
}
}
})
</script>
</html>");
}
#pragma warning restore 1998
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<dynamic> Html { get; private set; }
}
}
#pragma warning restore 1591

View File

@@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("TempTask.WebEntry")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("TempTask.WebEntry")]
[assembly: System.Reflection.AssemblyTitleAttribute("TempTask.WebEntry")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// 由 MSBuild WriteCodeFragment 类生成。

View File

@@ -0,0 +1 @@
949766e133ea68ccb23287e57f124ed51e56a7b4

View File

@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net5.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb = true
build_property.ProjectTypeGuids =
build_property.PublishSingleFile =
build_property.IncludeAllContentForSelfExtract =
build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows
build_property.RootNamespace = TempTask.WebEntry
build_property.ProjectDir = D:\temp_task\20220313\gitcode\number_zj\20220313_Excel\TempTask.WebEntry\

View File

@@ -0,0 +1,18 @@
//------------------------------------------------------------------------------
// <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("Furion")]
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("MiniProfiler.AspNetCore.Mvc")]
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
// 由 MSBuild WriteCodeFragment 类生成。

View File

@@ -0,0 +1 @@
0839be2a9e590f90e5f5755d5bf9342f6ddb226a

View File

@@ -0,0 +1,17 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.RelatedAssemblyAttribute("TempTask.WebEntry.Views")]
// 由 MSBuild WriteCodeFragment 类生成。

View File

@@ -0,0 +1 @@
7431dbf39fc7cb8b7f33369e4e5621e21a3c4386

View File

@@ -0,0 +1 @@
b9524a6395b3b39578ac7e2e9ea61ac1c0836e31

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute("Microsoft.AspNetCore.Mvc.ApplicationParts.CompiledRazorAssemblyApplicationPartFac" +
"tory, Microsoft.AspNetCore.Mvc.Razor")]
[assembly: System.Reflection.AssemblyCompanyAttribute("TempTask.WebEntry")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyProductAttribute("TempTask.WebEntry")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyTitleAttribute("TempTask.WebEntry.Views")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// 由 MSBuild WriteCodeFragment 类生成。

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
5689c833964f84d9bb96e84bbf696dc4da107a0c

View File

@@ -0,0 +1,100 @@
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\appsettings.Development.json
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\appsettings.json
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\TempTask.WebEntry.exe
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\TempTask.WebEntry.deps.json
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\TempTask.WebEntry.runtimeconfig.json
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\TempTask.WebEntry.runtimeconfig.dev.json
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\TempTask.WebEntry.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\ref\TempTask.WebEntry.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\TempTask.WebEntry.pdb
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\Ben.Demystifier.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\Furion.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\Furion.Extras.DependencyModel.CodeAnalysis.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\Microsoft.AspNetCore.Razor.Language.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\Microsoft.CodeAnalysis.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\Microsoft.CodeAnalysis.CSharp.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\Microsoft.EntityFrameworkCore.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\Microsoft.EntityFrameworkCore.Abstractions.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\Microsoft.EntityFrameworkCore.Relational.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\Microsoft.Extensions.DependencyInjection.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\Microsoft.Extensions.DependencyModel.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\Microsoft.OpenApi.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\MiniProfiler.AspNetCore.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\MiniProfiler.AspNetCore.Mvc.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\MiniProfiler.Shared.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\Newtonsoft.Json.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\Swashbuckle.AspNetCore.Swagger.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\Swashbuckle.AspNetCore.SwaggerGen.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\Swashbuckle.AspNetCore.SwaggerUI.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\System.Diagnostics.DiagnosticSource.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\System.Runtime.CompilerServices.Unsafe.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\System.Text.Encodings.Web.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\System.Text.Json.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\cs\Microsoft.CodeAnalysis.resources.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\de\Microsoft.CodeAnalysis.resources.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\es\Microsoft.CodeAnalysis.resources.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\fr\Microsoft.CodeAnalysis.resources.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\it\Microsoft.CodeAnalysis.resources.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\ja\Microsoft.CodeAnalysis.resources.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\ko\Microsoft.CodeAnalysis.resources.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\pl\Microsoft.CodeAnalysis.resources.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\pt-BR\Microsoft.CodeAnalysis.resources.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\ru\Microsoft.CodeAnalysis.resources.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\tr\Microsoft.CodeAnalysis.resources.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\temp_task\20220313\code\TempTask.WebEntry\obj\Debug\net5.0\TempTask.WebEntry.GeneratedMSBuildEditorConfig.editorconfig
D:\temp_task\20220313\code\TempTask.WebEntry\obj\Debug\net5.0\TempTask.WebEntry.AssemblyInfoInputs.cache
D:\temp_task\20220313\code\TempTask.WebEntry\obj\Debug\net5.0\TempTask.WebEntry.AssemblyInfo.cs
D:\temp_task\20220313\code\TempTask.WebEntry\obj\Debug\net5.0\TempTask.WebEntry.csproj.CoreCompileInputs.cache
D:\temp_task\20220313\code\TempTask.WebEntry\obj\Debug\net5.0\TempTask.WebEntry.MvcApplicationPartsAssemblyInfo.cs
D:\temp_task\20220313\code\TempTask.WebEntry\obj\Debug\net5.0\TempTask.WebEntry.MvcApplicationPartsAssemblyInfo.cache
D:\temp_task\20220313\code\TempTask.WebEntry\obj\Debug\net5.0\staticwebassets\TempTask.WebEntry.StaticWebAssets.Manifest.cache
D:\temp_task\20220313\code\TempTask.WebEntry\obj\Debug\net5.0\staticwebassets\TempTask.WebEntry.StaticWebAssets.xml
D:\temp_task\20220313\code\TempTask.WebEntry\obj\Debug\net5.0\scopedcss\bundle\TempTask.WebEntry.styles.css
D:\temp_task\20220313\code\TempTask.WebEntry\obj\Debug\net5.0\TempTask.WebEntry.RazorTargetAssemblyInfo.cache
D:\temp_task\20220313\code\TempTask.WebEntry\obj\Debug\net5.0\TempTask.WebEntry.csproj.CopyComplete
D:\temp_task\20220313\code\TempTask.WebEntry\obj\Debug\net5.0\TempTask.WebEntry.dll
D:\temp_task\20220313\code\TempTask.WebEntry\obj\Debug\net5.0\ref\TempTask.WebEntry.dll
D:\temp_task\20220313\code\TempTask.WebEntry\obj\Debug\net5.0\TempTask.WebEntry.pdb
D:\temp_task\20220313\code\TempTask.WebEntry\obj\Debug\net5.0\TempTask.WebEntry.genruntimeconfig.cache
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\urlconfig.json
D:\temp_task\20220313\code\TempTask.WebEntry\obj\Debug\net5.0\TempTask.WebEntry.csproj.AssemblyReference.cache
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\TempTask.WebEntry.Views.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\TempTask.WebEntry.Views.pdb
D:\temp_task\20220313\code\TempTask.WebEntry\obj\Debug\net5.0\TempTask.WebEntry.RazorAssemblyInfo.cache
D:\temp_task\20220313\code\TempTask.WebEntry\obj\Debug\net5.0\TempTask.WebEntry.RazorAssemblyInfo.cs
D:\temp_task\20220313\code\TempTask.WebEntry\obj\Debug\net5.0\TempTask.WebEntry.TagHelpers.input.cache
D:\temp_task\20220313\code\TempTask.WebEntry\obj\Debug\net5.0\TempTask.WebEntry.TagHelpers.output.cache
D:\temp_task\20220313\code\TempTask.WebEntry\obj\Debug\net5.0\TempTask.WebEntry.RazorCoreGenerate.cache
D:\temp_task\20220313\code\TempTask.WebEntry\obj\Debug\net5.0\TempTask.WebEntry.RazorTargetAssemblyInfo.cs
D:\temp_task\20220313\code\TempTask.WebEntry\obj\Debug\net5.0\TempTask.WebEntry.Views.pdb
D:\temp_task\20220313\code\TempTask.WebEntry\obj\Debug\net5.0\Razor\Views\Home\Index.cshtml.g.cs
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\TempTask.WebEntry.xml
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\System.Configuration.ConfigurationManager.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\System.Security.Cryptography.ProtectedData.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\column_name_match_2_3.json
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\column_name_match_2_4.json
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\column_name_match_3_8.json
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\column_name_match_3_9.json
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\column_name_match_1_2.json
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\column_name_match_2_1.json
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\column_name_match_3_1.json
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\column_name_match_3_2.json
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\column_name_match_3_5.json
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\column_name_match_3_6.json
D:\temp_task\20220313\code\TempTask.WebEntry\bin\Debug\net5.0\column_name_match_3_7.json

View File

@@ -0,0 +1 @@
29532050f61d51ac3c9ad10ca325b4ccc68436d1

View File

@@ -0,0 +1 @@
<StaticWebAssets Version="1.0" />