Skip to content

Commit

Permalink
Implement a workaround to copy over the necessary dll
Browse files Browse the repository at this point in the history
  • Loading branch information
yukw777 committed Oct 19, 2023
1 parent c984fc9 commit 34a90cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/PercepSync/PercepSync.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
<Content Include="$(NuGetPackageRoot)/microsoft.cognitiveservices.speech/1.32.1/runtimes/win-x64/native/Microsoft.CognitiveServices.Speech.core.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="$(NuGetPackageRoot)/microsoft.psi.media.windows.x64/0.18.72.1-beta/lib/net472/Microsoft.Psi.Media_Interop.Windows.x64.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>

<!--
Expand Down

0 comments on commit 34a90cb

Please sign in to comment.