You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <OutputType>WinExe</OutputType>
- <TargetFramework>net6.0-windows</TargetFramework>
- <Nullable>enable</Nullable>
- <UseWPF>true</UseWPF>
- <ApplicationManifest>app.manifest</ApplicationManifest>
- <ApplicationIcon>hbl.ico</ApplicationIcon>
- <PlatformTarget>AnyCPU</PlatformTarget>
- </PropertyGroup>
-
- <ItemGroup>
- <Content Include="hbl.ico" />
- </ItemGroup>
-
- <ItemGroup>
- <PackageReference Include="BPA.Message" Version="1.0.46" />
- <PackageReference Include="Microsoft.Toolkit.Mvvm" Version="7.1.2" />
- <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\BPASmartClient.CustomResource\BPASmartClient.CustomResource.csproj" />
- <ProjectReference Include="..\BPASmartClient.Modbus\BPASmartClient.Modbus.csproj" />
- </ItemGroup>
-
- </Project>
|