mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
18 lines
702 B
XML
18 lines
702 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputPath>..\0Bins\Other\AssetRipper.IO.Files\$(Configuration)\</OutputPath>
|
|
<IntermediateOutputPath>..\0Bins\obj\AssetRipper.IO.Files\$(Configuration)\</IntermediateOutputPath>
|
|
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="AssetRipper.IO.Endian" Version="2.0.2" />
|
|
<PackageReference Include="AssetRipper.Primitives" Version="3.2.0" />
|
|
<PackageReference Include="K4os.Compression.LZ4" Version="1.3.8" />
|
|
<PackageReference Include="SharpCompress" Version="0.40.0" />
|
|
<PackageReference Include="ZstdSharp.Port" Version="0.8.6" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|