2023-01-14 11:31:39 -05:00

20 lines
651 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<IsTrimmable>true</IsTrimmable>
<OutputPath>..\Bins\Other\AssetRipper.Assets\$(Configuration)\</OutputPath>
<IntermediateOutputPath>..\Bins\obj\AssetRipper.Assets\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AssetRipper.VersionUtilities" Version="1.2.1" />
<PackageReference Include="SharpZipLib" Version="1.4.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AssetRipper.IO.Files\AssetRipper.IO.Files.csproj" />
<ProjectReference Include="..\AssetRipper.Yaml\AssetRipper.Yaml.csproj" />
</ItemGroup>
</Project>