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

89 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>
2021-08-25 15:26:13 +00:00
<TargetFramework>net6.0</TargetFramework>
2019-05-15 14:56:09 +00:00
<FileUpgradeFlags />
<UpgradeBackupLocation />
<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>
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" />
</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\AzRecordCache.proto" />
<None Remove="protos\ConsumerCacheItem.proto" />
2020-09-25 11:13:43 +00:00
<None Remove="protos\CreateClientProto.proto" />
<None Remove="protos\DisableClientProto.proto" />
2020-12-28 13:22:08 +00:00
<None Remove="protos\EncryptionSettingsProto.proto" />
<None Remove="protos\GroupCacheItem.proto" />
2020-09-08 12:07:59 +00:00
<None Remove="protos\NotifyInvoke.proto" />
<None Remove="protos\NotifyMessage.proto" />
<None Remove="protos\QuotaCacheItem.proto" />
2020-09-24 14:30:27 +00:00
<None Remove="protos\RegisterUserProto.proto" />
<None Remove="protos\SettingsCacheItem.proto" />
<None Remove="protos\SubscriptionMethodCache.proto" />
<None Remove="protos\SubscriptionRecord.proto" />
<None Remove="protos\TenantCacheItem.proto" />
<None Remove="protos\TenantSetting.proto" />
<None Remove="protos\UserGroupRefCacheItem.proto" />
<None Remove="protos\UserInfoCacheItem.proto" />
<None Remove="protos\UserPhotoCacheItem.proto" />
</ItemGroup>
2019-05-15 14:56:09 +00:00
<ItemGroup>
2020-10-16 13:21:59 +00:00
<PackageReference Include="AWSSDK.Core" Version="3.5.1.25" />
<PackageReference Include="AWSSDK.SimpleEmail" Version="3.5.0.27" />
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>
2020-02-21 08:13:01 +00:00
<PackageReference Include="MailKit" Version="2.5.1" />
2022-01-13 11:19:39 +00:00
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
2021-11-23 14:56:27 +00:00
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.0" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="6.0.0" />
2020-09-25 11:13:43 +00:00
<PackageReference Include="Telegram.Bot" Version="15.7.1" />
2019-05-15 14:56:09 +00:00
</ItemGroup>
<ItemGroup>
2020-09-25 11:13:43 +00:00
<Protobuf Include="protos\CreateClientProto.proto" />
2020-12-28 13:22:08 +00:00
<Protobuf Include="protos\EncryptionSettingsProto.proto" />
2020-09-08 12:07:59 +00:00
<Protobuf Include="protos\NotifyInvoke.proto" />
2019-08-01 08:47:15 +00:00
<Protobuf Include="protos\NotifyMessage.proto" />
2020-09-25 11:13:43 +00:00
<Protobuf Include="protos\DisableClientProto.proto" />
2020-09-24 14:30:27 +00:00
<Protobuf Include="protos\RegisterUserProto.proto" />
<Protobuf Include="protos\SettingsCacheItem.proto" />
<Protobuf Include="protos\ConsumerCacheItem.proto" />
<Protobuf Include="protos\TenantCacheItem.proto" />
<Protobuf Include="protos\GroupCacheItem.proto" />
<Protobuf Include="protos\UserGroupRefCacheItem.proto" />
<Protobuf Include="protos\UserInfoCacheItem.proto" />
<Protobuf Include="protos\UserPhotoCacheItem.proto" />
<Protobuf Include="protos\TenantSetting.proto" />
<Protobuf Include="protos\SubscriptionMethodCache.proto" />
<Protobuf Include="protos\SubscriptionRecord.proto" />
<Protobuf Include="protos\TariffCacheItem.proto" />
<Protobuf Include="protos\AzRecordCache.proto" />
<Protobuf Include="protos\QuotaCacheItem.proto" />
</ItemGroup>
<ItemGroup>
2021-08-03 21:41:33 +00:00
<Folder Include="Migrations\MySql\DbContextMySql\" />
<Folder Include="Migrations\MySql\NotifyDbContextMySql\" />
</ItemGroup>
2019-05-15 14:56:09 +00:00
</Project>