Added Opus.Net, fixed public IP method, starting to add outgoing voice support.

This commit is contained in:
Brandon Smith
2015-08-24 02:44:42 -03:00
parent a80355699a
commit 32565efa5c
11 changed files with 685 additions and 60 deletions

View File

@@ -141,6 +141,12 @@
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Opus.Net.Net45\Opus.Net.csproj">
<Project>{114c8c10-7354-4ec3-819a-33e83aa57768}</Project>
<Name>Opus.Net</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\..\packages\Baseclass.Contrib.Nuget.Output.1.0.0\build\net40\Baseclass.Contrib.Nuget.Output.targets" Condition="Exists('..\..\packages\Baseclass.Contrib.Nuget.Output.1.0.0\build\net40\Baseclass.Contrib.Nuget.Output.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">