mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
19 lines
652 B
XML
19 lines
652 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<OutputPath>..\0Bins\AssetRipper.AssemblyDumper.NativeEnumExtractor\$(Configuration)\</OutputPath>
|
|
<IntermediateOutputPath>..\0Bins\obj\AssetRipper.AssemblyDumper.NativeEnumExtractor\$(Configuration)\</IntermediateOutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="AsmResolver.DotNet" Version="6.0.0-beta.4" />
|
|
<PackageReference Include="AsmResolver.Symbols.Pdb" Version="6.0.0-beta.4" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\AssetRipper.DocExtraction\AssetRipper.DocExtraction.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|