2023-06-11 10:58:11 -04:00

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>