mirror of
https://github.com/kwsch/pkNX.git
synced 2026-06-01 01:37:19 -05:00
Thanks @sora10pls for double checking some editors, and @Lusamine for some field identification. Closes #115 -- tested the pokedex after randomization and it no longer crashes when randomizing+saving with the latest code in this pull request. Adds: * Shop editor (SWSH + LGPE) * Move editor * Item editor * Symbol (Overworld Pokemon) Behavior editor * Default Rental team editor
10 lines
230 B
XML
10 lines
230 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
|
|
<Description>Data Structures</Description>
|
|
<LangVersion>9</LangVersion>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|