Apq.Cfg.Samples.csproj 519 B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <ItemGroup>
  3. <ProjectReference Include="..\..\Apq.Cfg\Apq.Cfg.csproj" />
  4. <ProjectReference Include="..\..\Apq.Cfg.Yaml\Apq.Cfg.Yaml.csproj" />
  5. <ProjectReference Include="..\..\Apq.Cfg.Toml\Apq.Cfg.Toml.csproj" />
  6. </ItemGroup>
  7. <PropertyGroup>
  8. <OutputType>Exe</OutputType>
  9. <TargetFramework>net8.0</TargetFramework>
  10. <ImplicitUsings>enable</ImplicitUsings>
  11. <Nullable>enable</Nullable>
  12. <IsPackable>false</IsPackable>
  13. </PropertyGroup>
  14. </Project>