mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
14 lines
423 B
XML
14 lines
423 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<IsTrimmable>true</IsTrimmable>
|
|
<OutputPath>..\Bins\Other\AssetRipper.IO.Endian\$(Configuration)\</OutputPath>
|
|
<IntermediateOutputPath>..\Bins\obj\AssetRipper.IO.Endian\$(Configuration)\</IntermediateOutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\AssetRipper.Primitives\AssetRipper.Primitives.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|