mirror of
https://github.com/kwsch/pkNX.git
synced 2026-05-06 21:05:52 -05:00
pkNX.Sprites to be replaced with a pkhex.drawing dll once that is updated with swsh stuff (when the time comes)
14 lines
339 B
XML
14 lines
339 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
|
|
<Description>Randomizer Utility</Description>
|
|
<LangVersion>8</LangVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\pkNX.Structures\pkNX.Structures.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|