添加项目文件。
This commit is contained in:
34
建材不燃性试验炉/建材不燃性试验炉.csproj
Normal file
34
建材不燃性试验炉/建材不燃性试验炉.csproj
Normal file
@@ -0,0 +1,34 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user