mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
37 lines
1.4 KiB
XML
37 lines
1.4 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" />
|
|
<PackageReference Include="AssetRipper.TextureDecoder" />
|
|
<PackageReference Include="AssetRipper.Tpk" />
|
|
<PackageReference Include="Kyaru.Texture2DDecoder" />
|
|
<PackageReference Include="Kyaru.Texture2DDecoder.Windows" />
|
|
<PackageReference Include="Kyaru.Texture2DDecoder.macOS" />
|
|
<PackageReference Include="Kyaru.Texture2DDecoder.Linux" />
|
|
<PackageReference Include="StbImageWriteSharp" />
|
|
</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>
|