Skip to content

Commit

Permalink
Update csproj for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Jan 14, 2024
1 parent 63d6dd1 commit 839944a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/CsYaz0/CsYaz0.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,17 @@
</PropertyGroup>

<ItemGroup>
<Content Condition="Exists('../../native/build/Yaz0.so')"
Include="../../native/build/Yaz0.so"
<Content Include="../../native/build/Yaz0.so"
Link="Lib/Yaz0.so"
TargetPath="runtimes/linux-x64/native/Yaz0.so"
PackagePath="runtimes/linux-x64/native"
CopyToOutputDirectory="PreserveNewest" />
<Content Condition="Exists('../../native/build/Yaz0.dll')"
Include="../../native/build/Yaz0.dll"
<Content Include="../../native/build/Yaz0.dll"
Link="Lib/Yaz0.dll"
TargetPath="runtimes/win-x64/native/Yaz0.dll"
PackagePath="runtimes/win-x64/native"
CopyToOutputDirectory="PreserveNewest" />
<Content Condition="Exists('../../native/build/Yaz0.dylib')"
Include="../../native/build/Yaz0.dylib"
<Content Include="../../native/build/Yaz0.dylib"
Link="Lib/Yaz0.dylib"
TargetPath="runtimes/osx/native/Yaz0.dylib"
PackagePath="runtimes/osx/native"
Expand Down

0 comments on commit 839944a

Please sign in to comment.