Add AndroidNativeLibrary references

This commit is contained in:
Shane Woolcock
2019-03-04 19:42:08 +09:00
parent f38afd027b
commit c81b019907
2 changed files with 12 additions and 0 deletions

View File

@@ -16,6 +16,12 @@
</ItemGroup>
<ItemGroup>
<None Include="Properties\AndroidManifest.xml" />
<AndroidNativeLibrary Include="..\osu.Framework.NativeLibs\armeabi-v7a\*.so">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</AndroidNativeLibrary>
<AndroidNativeLibrary Include="..\osu.Framework.NativeLibs\arm64-v8a\*.so">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</AndroidNativeLibrary>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\osu.Framework.Android\osu.Framework.Android.csproj">