Skip to content

Commit

Permalink
Removing misused DirectPInvoke
Browse files Browse the repository at this point in the history
This requires the static .lib instead of .dll file.
  • Loading branch information
neon-nyan committed Oct 23, 2024
1 parent e86c0ae commit a33d995
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CollapseLauncher/CollapseLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@
<PropertyGroup Condition="'$(PublishAot)' == 'true'">
<RunAOTCompilation>true</RunAOTCompilation>
</PropertyGroup>

<ItemGroup Condition="'$(PublishAot)' == 'true'">
<DirectPInvoke Include="Lib\\waifu2x-ncnn-vulkan" />
<!-- DLL for LibSqlite -->
<DirectPInvoke Include="csharp_bindings" />
</ItemGroup>

<!--
Constants List:
Expand Down

0 comments on commit a33d995

Please sign in to comment.