DocSpace-buildtools/products/ASC.Files/Server/ASC.Files.csproj

94 lines
4.7 KiB
XML
Raw Normal View History

2020-01-27 11:15:18 +00:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<ProductVersion>9.0.30729</ProductVersion>
<ProjectGuid>{77BA2F61-6155-4283-BB39-F8E42F46A0B0}</ProjectGuid>
<TargetFramework>netcoreapp3.1</TargetFramework>
<FileUpgradeFlags />
<UpgradeBackupLocation />
<AssemblyTitle>ASC.Files</AssemblyTitle>
<Company>Ascensio System SIA</Company>
<Product>ASC.Files</Product>
<Copyright>(c) Ascensio System SIA. All rights reserved</Copyright>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
2020-03-06 13:17:17 +00:00
<ItemGroup>
2020-03-11 15:39:48 +00:00
<None Remove="proto\BoxCacheItem.proto" />
2020-03-06 13:17:17 +00:00
<None Remove="proto\DropboxCacheItem.proto" />
2020-03-12 11:29:36 +00:00
<None Remove="proto\GoogleDriveCacheItem.proto" />
<None Remove="proto\OneDriveCacheItem.proto" />
2020-03-06 13:17:17 +00:00
<None Remove="proto\ProviderAccountCacheItem.proto" />
<None Remove="proto\SharePointProviderCacheItem.proto" />
2020-03-06 13:17:17 +00:00
</ItemGroup>
2020-01-27 11:15:18 +00:00
<ItemGroup>
2020-06-01 11:36:23 +00:00
<PackageReference Include="Box.V2.Core" Version="3.23.0" />
<PackageReference Include="DocuSign.eSign.dll" Version="4.4.1" />
<PackageReference Include="DotNetZip" Version="1.13.8" />
<PackageReference Include="Dropbox.Api" Version="4.10.0" />
2020-06-25 11:38:34 +00:00
<PackageReference Include="Google.Apis.Drive.v3" Version="1.46.0.1986" />
2020-06-28 13:55:21 +00:00
<PackageReference Include="Grpc.Tools" Version="2.30.0">
2020-03-06 13:17:17 +00:00
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.OneDriveSDK" Version="2.0.7" />
<PackageReference Include="Microsoft.SharePoint.Client" Version="14.0.4762.1000" />
2020-06-01 11:36:23 +00:00
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.3" />
2020-05-18 07:27:22 +00:00
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.1" />
2020-01-27 11:15:18 +00:00
</ItemGroup>
<ItemGroup>
2020-01-31 15:32:27 +00:00
<ProjectReference Include="..\..\..\common\ASC.Api.Core\ASC.Api.Core.csproj" />
2020-01-27 11:15:18 +00:00
<ProjectReference Include="..\..\..\common\ASC.Common\ASC.Common.csproj" />
<ProjectReference Include="..\..\..\common\ASC.Core.Common\ASC.Core.Common.csproj" />
<ProjectReference Include="..\..\..\common\ASC.Data.Storage\ASC.Data.Storage.csproj" />
<ProjectReference Include="..\..\..\common\ASC.FederatedLogin\ASC.FederatedLogin.csproj" />
<ProjectReference Include="..\..\..\common\ASC.MessagingSystem\ASC.MessagingSystem.csproj" />
<ProjectReference Include="..\..\..\common\services\ASC.ElasticSearch\ASC.ElasticSearch.csproj" />
2020-03-13 13:40:58 +00:00
<ProjectReference Include="..\..\..\thirdparty\AppLimit.CloudComputing.SharpBox\AppLimit.CloudComputing.SharpBox.csproj" />
2020-01-27 11:15:18 +00:00
<ProjectReference Include="..\..\..\web\ASC.Web.Core\ASC.Web.Core.csproj" />
</ItemGroup>
2020-03-06 13:17:17 +00:00
<ItemGroup>
<Protobuf Include="proto\SharePointProviderCacheItem.proto" />
<Protobuf Include="proto\OneDriveCacheItem.proto" />
2020-03-12 11:29:36 +00:00
<Protobuf Include="proto\GoogleDriveCacheItem.proto" />
2020-03-11 15:39:48 +00:00
<Protobuf Include="proto\BoxCacheItem.proto" />
2020-03-06 13:17:17 +00:00
<Protobuf Include="proto\ProviderAccountCacheItem.proto" />
<Protobuf Include="proto\DropboxCacheItem.proto" />
</ItemGroup>
2020-02-18 08:39:28 +00:00
<ItemGroup>
<Compile Update="Resources\FilesCommonResource.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>FilesCommonResource.resx</DependentUpon>
</Compile>
<Compile Update="Resources\FilesJSResource.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>FilesJSResource.resx</DependentUpon>
</Compile>
<Compile Update="Resources\FilesUCResource.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>FilesUCResource.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Resources\FilesCommonResource.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>FilesCommonResource.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="Resources\FilesJSResource.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>FilesJSResource.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="Resources\FilesUCResource.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>FilesUCResource.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
2020-01-27 11:15:18 +00:00
</Project>