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

22 lines
845 B
XML
Raw Normal View History

2020-07-14 10:03:53 +00:00
<Project Sdk="Microsoft.NET.Sdk.Web">
2020-04-23 09:38:50 +00:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
2020-05-14 17:39:40 +00:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
2020-04-23 09:38:50 +00:00
<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" />
2020-06-03 14:53:58 +00:00
<ProjectReference Include="..\..\..\common\services\ASC.Feed.Aggregator\ASC.Feed.Aggregator.csproj" />
2020-07-28 12:45:14 +00:00
<ProjectReference Include="..\Core\ASC.Files.Core.csproj" />
2020-04-23 09:38:50 +00:00
</ItemGroup>
</Project>