From a5770e3760d8e966efcc6076c37fdaec72a04bc0 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期二, 24 十二月 2024 09:47:53 +0800 Subject: [PATCH] 修改报告字段命名 --- Entry/HStation.Entry.TransferFile.Core/HStation.Entry.TransferFile.Core.csproj.user | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Entry/HStation.Entry.TransferFile.Core/HStation.Entry.TransferFile.Core.csproj.user b/Entry/HStation.Entry.TransferFile.Core/HStation.Entry.TransferFile.Core.csproj.user index 5fa4554..c8711b3 100644 --- a/Entry/HStation.Entry.TransferFile.Core/HStation.Entry.TransferFile.Core.csproj.user +++ b/Entry/HStation.Entry.TransferFile.Core/HStation.Entry.TransferFile.Core.csproj.user @@ -2,5 +2,9 @@ <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <NameOfLastUsedPublishProfile>D:\WorkData\git\HStation\XHS\Entry\HStation.Entry.TransferFile.Core\Properties\PublishProfiles\FolderProfile.pubxml</NameOfLastUsedPublishProfile> + <ActiveDebugProfile>IIS Express</ActiveDebugProfile> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> + <DebuggerFlavor>ProjectDebugger</DebuggerFlavor> </PropertyGroup> </Project> \ No newline at end of file -- Gitblit v1.9.3