mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
23 lines
938 B
XML
23 lines
938 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<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.Crunch" Version="1.0.3" />
|
|
<PackageReference Include="AssetRipper.Conversions.FastPng" Version="1.1.0" />
|
|
<PackageReference Include="AssetRipper.Conversions.UnityCrunch" Version="1.0.3" />
|
|
<PackageReference Include="AssetRipper.TextureDecoder" Version="2.3.0" />
|
|
<PackageReference Include="AssetRipper.Tpk" Version="1.1.0" />
|
|
<PackageReference Include="StbImageWriteSharp" Version="1.16.7" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|