DocSpace-buildtools/common/services/ASC.Studio.Notify/ASC.Studio.Notify.csproj

26 lines
855 B
XML
Raw Normal View History

2022-03-05 15:38:42 +00:00
<Project Sdk="Microsoft.NET.Sdk.Worker">
2019-08-01 08:47:15 +00:00
<PropertyGroup>
<OutputType>Exe</OutputType>
2021-08-25 15:26:13 +00:00
<TargetFramework>net6.0</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
2022-03-05 15:38:42 +00:00
<ImplicitUsings>enable</ImplicitUsings>
2019-08-01 08:47:15 +00:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
2019-08-01 08:47:15 +00:00
<ItemGroup>
<ProjectReference Include="..\..\..\web\ASC.Web.Core\ASC.Web.Core.csproj" />
2021-06-16 13:54:36 +00:00
<ProjectReference Include="..\..\ASC.Api.Core\ASC.Api.Core.csproj" />
2019-08-01 08:47:15 +00:00
<ProjectReference Include="..\..\ASC.Data.Storage\ASC.Data.Storage.csproj" />
</ItemGroup>
<ItemGroup>
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
</ItemGroup>
</Project>