DocSpace-client/common/ASC.Data.Storage/ASC.Data.Storage.csproj

61 lines
2.3 KiB
XML
Raw Normal View History

2019-06-04 14:43:20 +00:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
2020-11-15 15:55:57 +00:00
<TargetFramework>net5.0</TargetFramework>
2019-06-04 14:43:20 +00:00
<ApplicationIcon />
<OutputType>Library</OutputType>
<StartupObject />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
<NoWarn>1701;1702;NU1701</NoWarn>
</PropertyGroup>
2019-06-04 14:43:20 +00:00
<ItemGroup>
<Compile Remove="Selectel\**" />
<EmbeddedResource Remove="Selectel\**" />
<None Remove="Selectel\**" />
</ItemGroup>
<ItemGroup>
2020-09-07 15:04:26 +00:00
<None Remove="protos\EncryptionStop.proto" />
<None Remove="protos\MigrationCache.proto" />
2020-08-26 07:07:12 +00:00
<None Remove="protos\MigrationProgress.proto" />
2020-08-27 14:01:37 +00:00
<None Remove="protos\MigrationUploadCdn.proto" />
2020-09-07 15:04:26 +00:00
<None Remove="protos\ProgressEncryption.proto" />
</ItemGroup>
2019-06-04 14:43:20 +00:00
<ItemGroup>
2020-10-16 07:27:44 +00:00
<PackageReference Include="Google.Api.Gax" Version="3.2.0" />
<PackageReference Include="Google.Api.Gax.Rest" Version="3.2.0" />
<PackageReference Include="Google.Apis" Version="1.49.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.49.0" />
<PackageReference Include="Google.Apis.Core" Version="1.49.0" />
<PackageReference Include="Google.Apis.Storage.v1" Version="1.49.0.2102" />
<PackageReference Include="Google.Cloud.Storage.V1" Version="3.3.0" />
<PackageReference Include="Grpc.Tools" Version="2.32.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
2019-06-04 14:43:20 +00:00
<PackageReference Include="openstack.net" Version="1.7.8" />
<PackageReference Include="Rackspace" Version="0.2.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ASC.Common\ASC.Common.csproj" />
<ProjectReference Include="..\ASC.Core.Common\ASC.Core.Common.csproj" />
</ItemGroup>
<ItemGroup>
<Protobuf Include="protos\DataStoreCacheItem.proto" />
2020-09-07 15:04:26 +00:00
<Protobuf Include="protos\EncryptionStop.proto" />
<Protobuf Include="protos\MigrationCache.proto" />
2020-08-28 11:58:20 +00:00
<Protobuf Include="protos\MigrationProgress.proto" />
2020-08-27 14:01:37 +00:00
<Protobuf Include="protos\MigrationUploadCdn.proto" />
2020-09-07 15:04:26 +00:00
<Protobuf Include="protos\ProgressEncryption.proto" />
</ItemGroup>
2019-06-04 14:43:20 +00:00
</Project>