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

22 lines
777 B
XML
Raw Normal View History

2022-03-05 15:38:42 +00:00
<Project Sdk="Microsoft.NET.Sdk.Worker">
2020-04-23 09:38:50 +00:00
<PropertyGroup>
<OutputType>Exe</OutputType>
2021-08-25 15:26:13 +00:00
<TargetFramework>net6.0</TargetFramework>
2022-03-05 15:38:42 +00:00
<ImplicitUsings>enable</ImplicitUsings>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
2020-04-23 09:38:50 +00:00
</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>
<ProjectReference Include="..\..\..\common\ASC.Api.Core\ASC.Api.Core.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>