Support Windows.

This commit is contained in:
Deukhoofd 2020-12-31 14:49:03 +01:00
parent 351465ec79
commit 7e31bba05e
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
9 changed files with 17 additions and 2 deletions

BIN
PkmnLibSharp/Native/Windows/libArbutils.dll (Stored with Git LFS) Executable file

Binary file not shown.

BIN
PkmnLibSharp/Native/Windows/libCreatureLib.dll (Stored with Git LFS) Executable file

Binary file not shown.

BIN
PkmnLibSharp/Native/Windows/libangelscript.dll (Stored with Git LFS) Executable file

Binary file not shown.

BIN
PkmnLibSharp/Native/Windows/libpkmnLib.dll (Stored with Git LFS) Executable file

Binary file not shown.

View File

@ -12,12 +12,15 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Content Include="Native\*.so.*">
<Content Include="Native\Linux\*.so.*" Condition=" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' ">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<Link>%(Filename)%(Extension)</Link>
</Content>
<Content Include="Native\Windows\*.dll.*" Condition=" '$(OS)' == 'Windows_NT' ">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<Link>%(Filename)%(Extension)</Link>
</Content>