AssetRipper_AssetRipper/Source/AssetRipper.IO.Files.SourceGenerator/AssetRipper.IO.Files.SourceGenerator.csproj
2025-09-06 19:04:44 -07:00

15 lines
482 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<OutputPath>..\0Bins\Other\AssetRipper.IO.Files.SourceGenerator\$(Configuration)\</OutputPath>
<IntermediateOutputPath>..\0Bins\obj\AssetRipper.IO.Files.SourceGenerator\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AssetRipper.IO.Endian" />
<PackageReference Include="AssetRipper.Text.SourceGeneration" />
</ItemGroup>
</Project>