DocSpace-buildtools/common/ASC.Api.Core/ASC.Api.Core.csproj

21 lines
560 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<ApplicationIcon />
<OutputType>Library</OutputType>
<StartupObject />
</PropertyGroup>
<ItemGroup>
2019-06-10 12:17:45 +00:00
<ProjectReference Include="..\..\web\ASC.Web.Core\ASC.Web.Core.csproj" />
<ProjectReference Include="..\ASC.Common\ASC.Common.csproj" />
<ProjectReference Include="..\ASC.Core.Common\ASC.Core.Common.csproj" />
</ItemGroup>
2019-06-10 12:17:45 +00:00
<ItemGroup>
<Folder Include="Core\" />
</ItemGroup>
</Project>