DllMapping isn't required when following naming conventions.

https://www.mono-project.com/docs/advanced/pinvoke/#library-names
master
Nabile Rahmani 2018-11-29 09:25:10 +01:00
parent b28862e5f7
commit a532f4945d
2 changed files with 0 additions and 9 deletions

View File

@ -125,10 +125,5 @@
<Folder Include="RDRAM\" />
<Folder Include="CPU\VR4300\CP1\" />
</ItemGroup>
<ItemGroup>
<None Include="DotN64.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<dllmap dll="n64video.dll" os="linux" target="libn64video.so" />
</configuration>