mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
- Removed `AssetRipper.Text.SourceGeneration` reference from `AssetRipper.GUI.Localizations.csproj`. - Updated `AssetRipper.IO.Endian` package version from `2.0.0` to `2.0.1` in both `AssetRipper.IO.Files.SourceGenerator.csproj` and `AssetRipper.IO.Files.csproj`.
18 lines
669 B
XML
18 lines
669 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<IsTrimmable>true</IsTrimmable>
|
|
<OutputPath>..\0Bins\Other\AssetRipper.IO.Files\$(Configuration)\</OutputPath>
|
|
<IntermediateOutputPath>..\0Bins\obj\AssetRipper.IO.Files\$(Configuration)\</IntermediateOutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="AssetRipper.IO.Endian" Version="2.0.1" />
|
|
<PackageReference Include="AssetRipper.Primitives" Version="3.1.6" />
|
|
<PackageReference Include="K4os.Compression.LZ4" Version="1.3.8" />
|
|
<PackageReference Include="SharpCompress" Version="0.39.0" />
|
|
<PackageReference Include="ZstdSharp.Port" Version="0.8.4" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|