| 12345678910111213141516171819 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>WinExe</OutputType>
- <TargetFramework>net7.0-windows</TargetFramework>
- <Nullable>enable</Nullable>
- <UseWindowsForms>true</UseWindowsForms>
- <ImplicitUsings>enable</ImplicitUsings>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="qdr.fnd.core" Version="0.0.5-alpha" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\bundleboiler.business\bundleboiler.business.csproj" />
- </ItemGroup>
- </Project>
|