From f4c6ac315102c3a64da3a8f2d12b2d9042b5effd Mon Sep 17 00:00:00 2001 From: yirongjin <yirongjin1234@163.com> Date: 周三, 23 7月 2025 14:45:05 +0800 Subject: [PATCH] 1、新增交接文档 2、升级项目框架4.5 --- qqjf-Background/DeviceWCS/DeviceWCS.csproj | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/qqjf-Background/DeviceWCS/DeviceWCS.csproj b/qqjf-Background/DeviceWCS/DeviceWCS.csproj index f477c99..9a14d2c 100644 --- a/qqjf-Background/DeviceWCS/DeviceWCS.csproj +++ b/qqjf-Background/DeviceWCS/DeviceWCS.csproj @@ -9,8 +9,9 @@ <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>DeviceWCS</RootNamespace> <AssemblyName>DeviceWCS</AssemblyName> - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> + <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> + <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> @@ -114,6 +115,7 @@ <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> <DependentUpon>Resources.resx</DependentUpon> + <DesignTime>True</DesignTime> </Compile> <None Include="packages.config" /> <None Include="Properties\Settings.settings"> -- Gitblit v1.9.3