DocSpace-client/common/ASC.Core.Common/ASC.Core.Common.csproj

86 lines
4.2 KiB
XML
Raw Normal View History

2019-05-15 14:56:09 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProductVersion>9.0.30729</ProductVersion>
<ProjectGuid>{A51D0454-4AFA-46DE-89D4-B03D37E1816C}</ProjectGuid>
2022-11-10 10:10:18 +00:00
<TargetFramework>net7.0</TargetFramework>
2019-05-15 14:56:09 +00:00
<FileUpgradeFlags />
<UpgradeBackupLocation />
2022-10-19 13:22:13 +00:00
<AssemblyVersion>1.0.1</AssemblyVersion>
<InformationalVersion>1.0.1</InformationalVersion>
2019-05-15 14:56:09 +00:00
<AssemblyTitle>ASC.Core.Common</AssemblyTitle>
<Company>Ascensio System SIA</Company>
<Product>ASC.Core.Common</Product>
<Copyright>(c) Ascensio System SIA. All rights reserved</Copyright>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
2021-08-23 12:55:19 +00:00
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
2022-03-05 08:20:05 +00:00
<ImplicitUsings>enable</ImplicitUsings>
2019-05-15 14:56:09 +00:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ASC.Common\ASC.Common.csproj" />
<ProjectReference Include="..\ASC.EventBus\ASC.EventBus.csproj" />
2019-05-15 14:56:09 +00:00
</ItemGroup>
<ItemGroup>
2019-06-28 15:15:04 +00:00
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
2019-05-15 14:56:09 +00:00
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Notify\Jabber\IReverseJabberService.cs" />
</ItemGroup>
<ItemGroup>
<None Remove="protos\az_record_cache.proto" />
<None Remove="protos\consumer_cache_item.proto" />
<None Remove="protos\create_client_proto.proto" />
<None Remove="protos\disable_client_proto.proto" />
<None Remove="protos\group_cache_item.proto" />
<None Remove="protos\quota_cache_item.proto" />
<None Remove="protos\register_user_proto.proto" />
<None Remove="protos\settings_cache_item.proto" />
<None Remove="protos\subscription_method_cache.proto" />
<None Remove="protos\subscription_record.proto" />
<None Remove="protos\tenant_cache_item.proto" />
<None Remove="protos\tenant_setting.proto" />
<None Remove="protos\user_group_ref_cache_item.proto" />
<None Remove="protos\user_info_cache_item.proto" />
<None Remove="protos\user_photo_cache_item.proto" />
</ItemGroup>
2019-05-15 14:56:09 +00:00
<ItemGroup>
2022-11-10 10:10:18 +00:00
<PackageReference Include="AWSSDK.Core" Version="3.7.100.14" />
<PackageReference Include="AWSSDK.SimpleEmail" Version="3.7.100.14" />
2022-06-15 09:01:07 +00:00
<PackageReference Include="FirebaseAdmin" Version="2.3.0" />
2022-11-10 10:10:18 +00:00
<PackageReference Include="Grpc.Tools" Version="2.50.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
2022-04-27 15:48:28 +00:00
<PackageReference Include="MailKit" Version="3.2.0" />
2022-11-10 10:10:18 +00:00
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
2022-08-01 10:58:12 +00:00
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.5" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="6.0.2" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
2022-05-17 15:27:34 +00:00
<PackageReference Include="Telegram.Bot" Version="17.0.0" />
<PackageReference Include="Telegram.Bot.Extensions.Polling" Version="1.0.2" />
2019-05-15 14:56:09 +00:00
</ItemGroup>
<ItemGroup>
<Protobuf Include="protos\create_client_proto.proto" />
<Protobuf Include="protos\disable_client_proto.proto" />
<Protobuf Include="protos\register_user_proto.proto" />
<Protobuf Include="protos\settings_cache_item.proto" />
<Protobuf Include="protos\consumer_cache_item.proto" />
<Protobuf Include="protos\tenant_cache_item.proto" />
<Protobuf Include="protos\group_cache_item.proto" />
<Protobuf Include="protos\user_group_ref_cache_item.proto" />
<Protobuf Include="protos\user_info_cache_item.proto" />
<Protobuf Include="protos\user_photo_cache_item.proto" />
<Protobuf Include="protos\tenant_setting.proto" />
<Protobuf Include="protos\subscription_method_cache.proto" />
<Protobuf Include="protos\subscription_record.proto" />
<Protobuf Include="protos\tariff_cache_item.proto" />
<Protobuf Include="protos\az_record_cache.proto" />
<Protobuf Include="protos\quota_cache_item.proto" />
</ItemGroup>
2019-05-15 14:56:09 +00:00
</Project>