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

33 lines
1.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>
<EnableNETAnalyzers>false</EnableNETAnalyzers>
2020-01-27 11:15:18 +00:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
2020-05-14 16:53:26 +00:00
<Optimize>true</Optimize>
2020-01-27 11:15:18 +00:00
</PropertyGroup>
<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" />
<ProjectReference Include="..\..\..\web\ASC.Web.Core\ASC.Web.Core.csproj" />
2020-07-28 12:45:14 +00:00
<ProjectReference Include="..\Core\ASC.Files.Core.csproj" />
2020-02-18 08:39:28 +00:00
</ItemGroup>
2020-01-27 11:15:18 +00:00
</Project>