Files
NoBuilding/建材不燃性试验炉/建材不燃性试验炉.csproj

35 lines
1.7 KiB
XML
Raw Normal View History

2026-01-31 09:14:24 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<AssemblyName>jiancaiburanxing</AssemblyName>
<RootNamespace>jiancaiburanxing</RootNamespace>
</PropertyGroup>
<ItemGroup>
<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="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>
</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>
</Reference>
<Reference Include="DevExpress.Xpf.Core.v22.2">
<HintPath>..\..\..\..\..\..\Program Files\腾讯电脑管家软件搬家\软件搬家\DevExpress Components 22.2\Bin\Framework\DevExpress.Xpf.Core.v22.2.dll</HintPath>
</Reference>
</ItemGroup>
</Project>