qdr.app.qlbrc.console.csproj 611 B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net6.0</TargetFramework>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. <Nullable>enable</Nullable>
  7. <RootNamespace>Quadarax.Application.QLiberace.Console</RootNamespace>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\common\qdr.app.qlbrc.common\qdr.app.qlbrc.common.csproj" />
  11. <ProjectReference Include="..\Common\qdr.fnd.core.qconsole\qdr.fnd.core.qconsole.csproj" />
  12. <ProjectReference Include="..\Common\qdr.fnd.core\qdr.fnd.core.csproj" />
  13. </ItemGroup>
  14. </Project>