DocSpace-buildtools/common/ASC.VoipService/ASC.VoipService.csproj

41 lines
1.3 KiB
XML
Raw Normal View History

2019-06-06 14:41:16 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<ApplicationIcon />
<OutputType>Library</OutputType>
<StartupObject />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
2019-06-06 14:41:16 +00:00
<ItemGroup>
<Compile Remove="Properties\**" />
2019-06-06 14:41:16 +00:00
<Compile Remove="VoxImplant\**" />
<EmbeddedResource Remove="Properties\**" />
2019-06-06 14:41:16 +00:00
<EmbeddedResource Remove="VoxImplant\**" />
<None Remove="Properties\**" />
2019-06-06 14:41:16 +00:00
<None Remove="VoxImplant\**" />
</ItemGroup>
<ItemGroup>
2020-10-16 07:27:44 +00:00
<PackageReference Include="Grpc.Tools" Version="2.32.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
2019-06-06 14:41:16 +00:00
<PackageReference Include="Twilio" Version="5.6.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ASC.Common\ASC.Common.csproj" />
<ProjectReference Include="..\ASC.Core.Common\ASC.Core.Common.csproj" />
</ItemGroup>
<ItemGroup>
<Protobuf Include="protos\CachedVoipItem.proto" />
</ItemGroup>
2019-06-06 14:41:16 +00:00
</Project>