DocSpace-client/common/ASC.Textile/ASC.Textile.csproj

28 lines
1.1 KiB
XML
Raw Normal View History

2019-08-19 12:35:39 +00:00
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="Current">
<PropertyGroup>
<ProductVersion>9.0.30729</ProductVersion>
2022-11-10 10:10:18 +00:00
<TargetFramework>net7.0</TargetFramework>
2019-08-19 12:35:39 +00:00
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<AssemblyTitle>ASC.Textile</AssemblyTitle>
<Company>Ascensio System SIA</Company>
<Product>ASC.Textile</Product>
<Copyright>(c) Ascensio System SIA. All rights reserved</Copyright>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
2021-08-23 12:55:19 +00:00
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<ImplicitUsings>enable</ImplicitUsings>
2019-08-19 12:35:39 +00:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Properties\**" />
<EmbeddedResource Remove="Properties\**" />
<None Remove="Properties\**" />
2019-08-19 12:35:39 +00:00
</ItemGroup>
</Project>