9 lines
353 B
XML
9 lines
353 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
<ItemGroup>
|
||
|
|
<ProjectReference Include="../VoiceCat.Codec/VoiceCat.Codec.csproj" />
|
||
|
|
<ProjectReference Include="../VoiceCat.Dsp/VoiceCat.Dsp.csproj" />
|
||
|
|
<ProjectReference Include="../VoiceCat.Protocol/VoiceCat.Protocol.csproj" />
|
||
|
|
<InternalsVisibleTo Include="VoiceCat.Tests" />
|
||
|
|
</ItemGroup>
|
||
|
|
</Project>
|