DocSpace-client/products/ASC.Files/Service/ASC.Files.Service.csproj

16 lines
554 B
XML
Raw Normal View History

2020-04-23 09:38:50 +00:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
2020-04-28 15:11:10 +00:00
<ProjectReference Include="..\..\..\common\ASC.Common\ASC.Common.csproj" />
<ProjectReference Include="..\..\..\common\ASC.Core.Common\ASC.Core.Common.csproj" />
<ProjectReference Include="..\..\..\common\services\ASC.ElasticSearch\ASC.ElasticSearch.csproj" />
<ProjectReference Include="..\Server\ASC.Files.csproj" />
2020-04-23 09:38:50 +00:00
</ItemGroup>
</Project>