PkmnLibSharp/PkmnLibSharp/PkmnLibSharp.csproj

15 lines
532 B
XML
Raw Normal View History

2020-05-02 17:54:07 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
2020-07-19 10:33:22 +00:00
<Configurations>Release;Debug</Configurations>
<Platforms>x86_64</Platforms>
2020-05-02 17:54:07 +00:00
</PropertyGroup>
<ItemGroup>
2020-05-03 14:26:14 +00:00
<Content Include="Native/*.so.*" CopyToOutputDirectory="Always" CopyToPublishDirectory="Always" Link="%(Filename)%(Extension)"></Content>
2020-05-02 17:54:07 +00:00
</ItemGroup>
2020-05-03 14:26:14 +00:00
<ItemGroup>
<PackageReference Include="System.Collections.Immutable" Version="1.7.0" />
</ItemGroup>
2020-05-02 17:54:07 +00:00
</Project>