mirror of
https://github.com/bitwarden/server
synced 2025-12-26 05:03:18 +00:00
Speed up KDF
This commit is contained in:
@@ -10,17 +10,17 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="rust/target/debug/libsdk.dylib">
|
||||
<Content Include="rust/target/release/libsdk.dylib">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
<PackageCopyToOutput>true</PackageCopyToOutput>
|
||||
<Link>runtimes/osx-arm64/native/libsdk.dylib</Link>
|
||||
</Content>
|
||||
<Content Include="./rust/target/debug/libsdk.so">
|
||||
<Content Include="./rust/target/release/libsdk.so">
|
||||
<PackageCopyToOutput>true</PackageCopyToOutput>
|
||||
</Content>
|
||||
<Content Include="./rust/target/debug/libsdk.dll">
|
||||
<Content Include="./rust/target/release/libsdk.dll">
|
||||
<PackageCopyToOutput>true</PackageCopyToOutput>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user