Mother2GbaTranslation/tools/RenderStaffCredits/RenderStaffCredits.csproj

23 lines
610 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
</ItemGroup>
<ItemGroup>
<None Update="m12-small-arr-lookup.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="m12-big-arr-lookup.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>