mirror of
https://github.com/kwsch/pkNX.git
synced 2026-05-09 04:31:08 -05:00
Replace LZ4 dependency -- lz4net is deprecated, replaced with K4os' implementation. Use the Span api signatures.
12 lines
304 B
XML
12 lines
304 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<LangVersion>11</LangVersion>
|
|
<Nullable>enable</Nullable>
|
|
<NeutralLanguage>en</NeutralLanguage>
|
|
<Product>pkNX</Product>
|
|
<Company>Project Pokémon</Company>
|
|
<Authors>Kaphotics</Authors>
|
|
<Copyright>Kaphotics</Copyright>
|
|
</PropertyGroup>
|
|
</Project>
|