Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <OutputType>WinExe</OutputType>
- <TargetFramework>net6.0-windows</TargetFramework>
- <Nullable>enable</Nullable>
- <UseWPF>true</UseWPF>
- <ApplicationIcon>hbl.ico</ApplicationIcon>
- </PropertyGroup>
-
- <ItemGroup>
- <None Remove="hbl.ico" />
- <None Remove="Resources\fonts\iconfont.ttf" />
- <None Remove="Resources\fonts\iconfont2.ttf" />
- <None Remove="Resources\pictures\战斗机.jpeg" />
- </ItemGroup>
-
- <ItemGroup>
- <Content Include="hbl.ico" />
- </ItemGroup>
-
- <ItemGroup>
- <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
- <PackageReference Include="NModbus" Version="3.0.72" />
- <PackageReference Include="System.Runtime" Version="4.3.1" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\BPASmartClient.AGV\BPASmartClient.AGV.csproj" />
- <ProjectReference Include="..\BPASmartClient.CustomResource\BPASmartClient.CustomResource.csproj" />
- <ProjectReference Include="..\BPASmartClient.HubHelper\BPASmartClient.HubHelper.csproj" />
- <ProjectReference Include="..\BPASmartClient.Modbus\BPASmartClient.Modbus.csproj" />
- </ItemGroup>
-
- <ItemGroup>
- <Resource Include="Resources\fonts\iconfont.ttf" />
- <Resource Include="Resources\pictures\战斗机.jpeg" />
- </ItemGroup>
-
- </Project>
|