mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
20 lines
653 B
XML
20 lines
653 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<IsTrimmable>true</IsTrimmable>
|
|
<OutputPath>..\Bins\Other\AssetRipper.IO.Files\$(Configuration)\</OutputPath>
|
|
<IntermediateOutputPath>..\Bins\obj\AssetRipper.IO.Files\$(Configuration)\</IntermediateOutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="AssetRipper.VersionUtilities" Version="1.5.0" />
|
|
<PackageReference Include="K4os.Compression.LZ4" Version="1.3.5" />
|
|
<PackageReference Include="SharpCompress" Version="0.33.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\AssetRipper.IO.Endian\AssetRipper.IO.Endian.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|