1
0
Fork 0
Brotli-Builder/BrotliLib/BrotliLib.csproj

26 lines
739 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Platforms>AnyCPU</Platforms>
<LangVersion>latest</LangVersion>
<Authors>Daniel Chýlek</Authors>
<Copyright>Daniel Chýlek</Copyright>
<RepositoryUrl>https://github.com/chylex/Brotli-Builder</RepositoryUrl>
<Version>2.0.0</Version>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="Brotli\Dictionary\Default\dict" />
</ItemGroup>
<ItemGroup>
<None Update="LICENSE-BROTLI.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>