From 2b0d3b1a9f62e5ec48e4b559f95b3d4bdc3bee09 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周二, 01 4月 2025 10:45:22 +0800 Subject: [PATCH] 打印支持 10张 --- CC/iWareUnitTest/iWareUnitTest.csproj | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/CC/iWareUnitTest/iWareUnitTest.csproj b/CC/iWareUnitTest/iWareUnitTest.csproj index ad63c22..2e2e300 100644 --- a/CC/iWareUnitTest/iWareUnitTest.csproj +++ b/CC/iWareUnitTest/iWareUnitTest.csproj @@ -8,7 +8,7 @@ <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>iWareUnitTest</RootNamespace> <AssemblyName>iWareUnitTest</AssemblyName> - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> + <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> @@ -16,6 +16,7 @@ <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath> <IsCodedUITest>False</IsCodedUITest> <TestProjectType>UnitTest</TestProjectType> + <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -68,6 +69,8 @@ </Choose> <ItemGroup> <Compile Include="CSharpTest.cs" /> + <Compile Include="Entity\PasswordGenerator.cs" /> + <Compile Include="Entity\NewPasswordEntity.cs" /> <Compile Include="OPCTest.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Service References\MesWebService\Reference.cs"> -- Gitblit v1.9.3