Split voice classes out to their own library

This commit is contained in:
Cinder
2022-01-10 08:20:44 -06:00
parent f9e480cc68
commit f4423ba41e
17 changed files with 1373 additions and 1292 deletions

View File

@@ -28,7 +28,7 @@ using System;
using System.Collections.Generic;
using System.Threading;
using OpenMetaverse;
using OpenMetaverse.Utilities;
using LibreMetaverse.Voice;
namespace VoiceTest
{

View File

@@ -14,7 +14,7 @@
<ItemGroup>
<ProjectReference Include="..\..\LibreMetaverse\LibreMetaverse.csproj" />
<ProjectReference Include="..\..\LibreMetaverse.Types\LibreMetaverse.Types.csproj" />
<ProjectReference Include="..\..\LibreMetaverse.Utilities\LibreMetaverse.Utilities.csproj" />
<ProjectReference Include="..\..\LibreMetaverse.Voice\LibreMetaverse.Voice.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="\" />