Vinno.vCloud.XunFeiAudio.csproj 979 B

12345678910111213141516171819202122232425262728
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <Reference Include="NewRecorder">
  7. <HintPath>..\packages\XunFei\NewRecorder.dll</HintPath>
  8. </Reference>
  9. <Reference Include="Newtonsoft.Json">
  10. <HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath>
  11. </Reference>
  12. <Reference Include="SharpDX">
  13. <HintPath>..\packages\XunFei\SharpDX.dll</HintPath>
  14. </Reference>
  15. <Reference Include="SharpDX.DirectSound">
  16. <HintPath>..\packages\XunFei\SharpDX.DirectSound.dll</HintPath>
  17. </Reference>
  18. <Reference Include="SuperSocket.ClientEngine">
  19. <HintPath>..\packages\XunFei\SuperSocket.ClientEngine.dll</HintPath>
  20. </Reference>
  21. <Reference Include="WebSocket4Net">
  22. <HintPath>..\packages\XunFei\WebSocket4Net.dll</HintPath>
  23. </Reference>
  24. </ItemGroup>
  25. </Project>