mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
14 lines
464 B
XML
14 lines
464 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>exe</OutputType>
|
|
<OutputPath>..\0Bins\Other\AssetRipper.Decompilation.CSharp.SourceGenerator\$(Configuration)\</OutputPath>
|
|
<IntermediateOutputPath>..\0Bins\obj\AssetRipper.Decompilation.CSharp.SourceGenerator\$(Configuration)\</IntermediateOutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="AssetRipper.Text.SourceGeneration" Version="1.1.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|