mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
- Updated `NUnit.Analyzers` from `4.9.2` to `4.10.0` in several test projects for improved analyzer features. - Upgraded `AssetRipper.Conversions.FastPng` from `1.0.0` to `1.1.0` to include new features or bug fixes. - Changed `AssetRipper.ICSharpCode.Decompiler` from `9.1.0.8017` to `10.0.0.8115-preview1` in primary content and Unity projects for significant updates. - Updated `System.Text.Json` from `9.0.7` to `9.0.8` to address issues and enhance performance. - Upgraded `Microsoft.AspNetCore.OpenApi` from `9.0.7` to `9.0.8` for important updates and fixes.
37 lines
1.5 KiB
XML
37 lines
1.5 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<IsTrimmable>true</IsTrimmable>
|
|
<OutputPath>..\0Bins\Other\AssetRipper.Export.Modules.Textures\$(Configuration)\</OutputPath>
|
|
<IntermediateOutputPath>..\0Bins\obj\AssetRipper.Export.Modules.Textures\$(Configuration)\</IntermediateOutputPath>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\AssetRipper.Export\AssetRipper.Export.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="AssetRipper.Conversions.FastPng" Version="1.1.0" />
|
|
<PackageReference Include="AssetRipper.TextureDecoder" Version="2.3.0" />
|
|
<PackageReference Include="AssetRipper.Tpk" Version="1.1.0" />
|
|
<PackageReference Include="Kyaru.Texture2DDecoder" Version="0.17.0" />
|
|
<PackageReference Include="Kyaru.Texture2DDecoder.Windows" Version="0.1.0" />
|
|
<PackageReference Include="Kyaru.Texture2DDecoder.macOS" Version="0.1.0" />
|
|
<PackageReference Include="Kyaru.Texture2DDecoder.Linux" Version="0.1.0" />
|
|
<PackageReference Include="StbImageWriteSharp" Version="1.16.7" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ContentWithTargetPath Include="Libraries\x64\crunch_x64.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<TargetPath>crunch.dll</TargetPath>
|
|
</ContentWithTargetPath>
|
|
<ContentWithTargetPath Include="Libraries\x64\crunchunity_x64.dll">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<TargetPath>crunchunity.dll</TargetPath>
|
|
</ContentWithTargetPath>
|
|
</ItemGroup>
|
|
|
|
</Project>
|