mirror of
https://github.com/Wack0/IFPSTools.NET.git
synced 2025-06-18 18:55:42 -04:00

libifpscc: initial commit readme: document ifpscc/libifpscc license: add credits for ifpscc/libifpscc (derived from code also MIT licensed) libifps: make additional fields/types public for libifpscc libifps: fix field documentation for some opcodes libifps: fix loading functions that are not exported libifps: allow saving a nonexistant primitive type if the same primitive type was added already libifps: fix parsing Extended constants libifps: fix ushort/short being mapped to the wrong types in one table csproj: set Prefer32Bit=false for release builds
8 lines
485 B
XML
8 lines
485 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<packages>
|
|
<package id="System.Buffers" version="4.5.1" targetFramework="net472" />
|
|
<package id="System.Collections.Immutable" version="7.0.0" targetFramework="net472" />
|
|
<package id="System.Memory" version="4.5.5" targetFramework="net472" />
|
|
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net472" />
|
|
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" targetFramework="net472" />
|
|
</packages> |