mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
20 lines
728 B
XML
20 lines
728 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<IsTrimmable>true</IsTrimmable>
|
|
<OutputPath>..\0Bins\Other\AssetRipper.SourceGenerated.Extensions\$(Configuration)\</OutputPath>
|
|
<IntermediateOutputPath>..\0Bins\obj\AssetRipper.SourceGenerated.Extensions\$(Configuration)\</IntermediateOutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\AssetRipper.Assets\AssetRipper.Assets.csproj" />
|
|
<ProjectReference Include="..\AssetRipper.Numerics\AssetRipper.Numerics.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="AssetRipper.Checksum" Version="1.0.0" />
|
|
<PackageReference Include="AssetRipper.SourceGenerated" Version="1.0.17" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|