<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<OutputType>WinExe</OutputType>
|
<TargetFramework>net6.0-windows</TargetFramework>
|
<Nullable>disable</Nullable>
|
<UseWindowsForms>true</UseWindowsForms>
|
<ImplicitUsings>enable</ImplicitUsings>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<PackageReference Include="DevExpress.Win.Design" Version="22.2.4" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\WinFrm\ISupply.WinFrm.Core\ISupply.WinFrm.Core.csproj" />
|
<ProjectReference Include="..\WinFrm\ISupply.WinFrm.Main\ISupply.WinFrm.Main.csproj" />
|
</ItemGroup>
|
|
</Project>
|