mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
14 lines
308 B
XML
14 lines
308 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="org\brotli\dec\*.cs" />
|
|
<Compile Remove="**\*Test.cs" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|