mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-18 10:00:14 +01:00
fix csharp binding path
This commit is contained in:
parent
12eefd9978
commit
eab2d58945
|
@ -43,13 +43,13 @@
|
|||
</Target>
|
||||
|
||||
<ItemGroup Condition="'$(Configuration)'=='Debug'">
|
||||
<Content Include="../../servicepoint2/target/debug/libservicepoint2.so" CopyToOutputDirectory="Always">
|
||||
<Content Include="../../target/debug/libservicepoint2.so" CopyToOutputDirectory="Always">
|
||||
<Link>libservicepoint2.so</Link>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(Configuration)'=='Release'">
|
||||
<Content Include="../../servicepoint2/target/release/libservicepoint2.so" CopyToOutputDirectory="Always">
|
||||
<Content Include="../../target/release/libservicepoint2.so" CopyToOutputDirectory="Always">
|
||||
<Link>libservicepoint2.so</Link>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
|
Loading…
Reference in a new issue