Skip to content

Commit

Permalink
Making detours statically compiled into exe
Browse files Browse the repository at this point in the history
  • Loading branch information
lowleveldesign committed Nov 8, 2024
1 parent bde5012 commit 03651d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions withdll/withdll.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@
</PackageReference>
</ItemGroup>

<ItemGroup>
<DirectPInvoke Include="detours" />
</ItemGroup>

</Project>

0 comments on commit 03651d3

Please sign in to comment.