| 1234567891011121314151617 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>net6.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- <RootNamespace>Quadarax.Application.QLiberace.Console</RootNamespace>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\common\qdr.app.qlbrc.common\qdr.app.qlbrc.common.csproj" />
- <ProjectReference Include="..\Common\qdr.fnd.core.qconsole\qdr.fnd.core.qconsole.csproj" />
- <ProjectReference Include="..\Common\qdr.fnd.core\qdr.fnd.core.csproj" />
- </ItemGroup>
- </Project>
|