Skip to content

Commit

Permalink
Remove explicit copy of native binary
Browse files Browse the repository at this point in the history
  • Loading branch information
khellang committed Dec 13, 2024
1 parent a7761ef commit e594153
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PdfReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
</ItemGroup>

<Target Name="CopyNativeDLLs" AfterTargets="Publish">
<Copy SourceFiles=".\bin\x64\Release\net8.0\win-x64\gltf_api.dll" DestinationFolder="$(PublishDir)" />
<Copy SourceFiles=".\bin\x64\Release\net8.0\win-x64\gsdll64.dll" DestinationFolder="$(PublishDir)" />
</Target>
</Project>

0 comments on commit e594153

Please sign in to comment.