mirror of
https://github.com/Wack0/IFPSTools.NET.git
synced 2025-06-18 10:45:36 -04:00
18 lines
599 B
XML
18 lines
599 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="NativeMemoryArray" Version="1.2.0" />
|
|
<PackageReference Include="SharpFloatLibrary" Version="1.0.4" />
|
|
<PackageReference Include="System.Memory" Version="4.5.4" />
|
|
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
|
|
</ItemGroup>
|
|
|
|
<Import Project="..\LoadSaveExtensions\LoadSaveExtensions.projitems" Label="Shared" />
|
|
|
|
</Project>
|