Support Windows.
This commit is contained in:
BIN
PkmnLibSharp/Native/Windows/libArbutils.dll
(Stored with Git LFS)
Executable file
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
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
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
BIN
PkmnLibSharp/Native/Windows/libpkmnLib.dll
(Stored with Git LFS)
Executable file
Binary file not shown.
@@ -12,12 +12,15 @@
|
|||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<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>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
<Link>%(Filename)%(Extension)</Link>
|
<Link>%(Filename)%(Extension)</Link>
|
||||||
</Content>
|
</Content>
|
||||||
|
|||||||
Reference in New Issue
Block a user