DocSpace-buildtools/web/ASC.Web.Studio/ASC.Web.Studio.csproj

28 lines
1.0 KiB
XML
Raw Normal View History

2019-06-04 14:43:20 +00:00
<Project Sdk="Microsoft.NET.Sdk.Web">
2019-05-15 14:56:09 +00:00
<PropertyGroup>
2020-11-15 15:55:57 +00:00
<TargetFramework>net5.0</TargetFramework>
2019-05-15 14:56:09 +00:00
<IsPackable>false</IsPackable>
<DefaultItemExcludes>$(DefaultItemExcludes);</DefaultItemExcludes>
<RazorCompileOnBuild>false</RazorCompileOnBuild>
<GenerateMvcApplicationPartsAssemblyAttributes>false</GenerateMvcApplicationPartsAssemblyAttributes>
2019-05-15 14:56:09 +00:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
2019-07-01 14:35:43 +00:00
2019-05-15 14:56:09 +00:00
<ItemGroup>
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="7.1.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="5.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="5.0.1" />
2019-05-15 14:56:09 +00:00
</ItemGroup>
2019-06-04 14:43:20 +00:00
<ItemGroup>
2019-09-10 12:42:15 +00:00
<ProjectReference Include="..\..\common\ASC.Api.Core\ASC.Api.Core.csproj" />
2019-07-09 10:29:53 +00:00
<ProjectReference Include="..\ASC.Web.Core\ASC.Web.Core.csproj" />
2019-06-04 14:43:20 +00:00
</ItemGroup>
2019-05-15 14:56:09 +00:00
</Project>