This commit is contained in:
xyy
2026-02-01 19:14:07 +08:00
parent 84f78d2bc5
commit abcf9da1db
6 changed files with 1278 additions and 204 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<TargetFramework>net8.0-windows7.0</TargetFramework>
<UseWPF>true</UseWPF>
<AssemblyName>jiancaiburanxing</AssemblyName>
<RootNamespace>jiancaiburanxing</RootNamespace>
@@ -12,19 +12,20 @@
<PackageReference Include="DevExpress.Wpf.Core" Version="22.2.*-*" />
<PackageReference Include="devexpress.wpf.layoutcontrol" Version="22.2.3" />
<PackageReference Include="DevExpress.Wpf.Themes.All" Version="22.2.*-*" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="NModbus" Version="3.0.81" />
<PackageReference Include="SunnyUI" Version="3.9.1" />
</ItemGroup>
<ItemGroup>
<Reference Include="DevExpress.Charts.v22.2.Core">
<HintPath>..\..\..\..\..\..\Program Files\腾讯电脑管家软件搬家\软件搬家\DevExpress Components 22.2\Bin\Framework\DevExpress.Charts.v22.2.Core.dll</HintPath>
<HintPath>bin\Debug\net8.0-windows7.0\DevExpress.Charts.v22.2.Core.dll</HintPath>
</Reference>
<Reference Include="DevExpress.Data.v22.2">
<HintPath>..\..\..\..\..\..\Program Files\腾讯电脑管家软件搬家\软件搬家\DevExpress Components 22.2\Bin\Framework\DevExpress.Data.v22.2.dll</HintPath>
</Reference>
<Reference Include="DevExpress.Xpf.Charts.v22.2">
<HintPath>..\..\..\..\..\..\Program Files\腾讯电脑管家软件搬家\软件搬家\DevExpress Components 22.2\Bin\Framework\DevExpress.Xpf.Charts.v22.2.dll</HintPath>
<HintPath>bin\Debug\net8.0-windows7.0\DevExpress.Xpf.Charts.v22.2.dll</HintPath>
</Reference>
<Reference Include="DevExpress.Xpf.Core.v22.2">
<HintPath>..\..\..\..\..\..\Program Files\腾讯电脑管家软件搬家\软件搬家\DevExpress Components 22.2\Bin\Framework\DevExpress.Xpf.Core.v22.2.dll</HintPath>