From a97a624c1fb269a059f97629076433c46b4e8b4c Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周三, 13 8月 2025 14:42:08 +0800 Subject: [PATCH] //如果是连续打印,则不调用打印服务,解决重复打印的问题 【Editby shaocx,2025-08-13】 --- CC/iWareTestForm/测试模拟器.csproj | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git "a/CC/iWareTestForm/\346\265\213\350\257\225\346\250\241\346\213\237\345\231\250.csproj" "b/CC/iWareTestForm/\346\265\213\350\257\225\346\250\241\346\213\237\345\231\250.csproj" index d70e2a9..02a90aa 100644 --- "a/CC/iWareTestForm/\346\265\213\350\257\225\346\250\241\346\213\237\345\231\250.csproj" +++ "b/CC/iWareTestForm/\346\265\213\350\257\225\346\250\241\346\213\237\345\231\250.csproj" @@ -8,7 +8,7 @@ <OutputType>WinExe</OutputType> <RootNamespace>XiGang_iWareTestForm</RootNamespace> <AssemblyName>瑗垮矖娴嬭瘯妯℃嫙鍣�</AssemblyName> - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> + <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <PublishUrl>鍙戝竷\</PublishUrl> <Install>true</Install> @@ -25,6 +25,7 @@ <IsWebBootstrapper>false</IsWebBootstrapper> <UseApplicationTrust>false</UseApplicationTrust> <BootstrapperEnabled>true</BootstrapperEnabled> + <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> -- Gitblit v1.9.3