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

40 lines
1.2 KiB
XML
Raw Normal View History

2019-06-06 14:41:16 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2021-08-25 15:26:13 +00:00
<TargetFramework>net6.0</TargetFramework>
2019-06-06 14:41:16 +00:00
<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>
2022-02-02 16:54:23 +00:00
<PackageReference Include="Grpc.Tools" Version="2.43.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.Core.Common\ASC.Core.Common.csproj" />
</ItemGroup>
<ItemGroup>
<Protobuf Include="protos\cached_voip_item.proto" />
</ItemGroup>
2019-06-06 14:41:16 +00:00
</Project>