DocSpace-buildtools/common/ASC.Migration/ASC.Migration.csproj

34 lines
1.4 KiB
XML
Raw Normal View History

2022-06-05 15:44:37 +00:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
2022-11-10 10:10:18 +00:00
<TargetFramework>net7.0</TargetFramework>
2022-06-05 15:44:37 +00:00
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<AssemblyTitle>ASC.Migration</AssemblyTitle>
<Company>Ascensio System SIA</Company>
<Product>ASC.Migration</Product>
<Copyright>(c) Ascensio System SIA. All rights reserved</Copyright>
<ImplicitUsings>enable</ImplicitUsings>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
2022-11-24 14:22:34 +00:00
<RazorCompileOnBuild>false</RazorCompileOnBuild>
<GenerateMvcApplicationPartsAssemblyAttributes>false</GenerateMvcApplicationPartsAssemblyAttributes>
<DisableImplicitComponentsAnalyzers>true</DisableImplicitComponentsAnalyzers>
2022-06-05 15:44:37 +00:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
<NoWarn>1701;1702;NU1701</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FolkerKinzel.VCards" Version="4.0.0" />
2022-11-14 11:11:10 +00:00
<PackageReference Include="HtmlAgilityPack" Version="1.11.46" />
2022-06-05 15:44:37 +00:00
<PackageReference Include="Ical.Net" Version="4.2.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\products\ASC.Files\Core\ASC.Files.Core.csproj" />
<ProjectReference Include="..\ASC.Core.Common\ASC.Core.Common.csproj" />
</ItemGroup>
</Project>