mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
14 lines
440 B
XML
14 lines
440 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<OutputPath>..\0Bins\AssetRipper.AssemblyDumper.Recompiler\$(Configuration)\</OutputPath>
|
|
<IntermediateOutputPath>..\0Bins\obj\AssetRipper.AssemblyDumper.Recompiler\$(Configuration)\</IntermediateOutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="ICSharpCode.Decompiler" Version="10.0.0.8079-preview1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|