ZhiYeJianKang_PeiXun/cyqdata-master/CYQ.Data_Standard.csproj

54 lines
2.4 KiB
XML
Raw Permalink Normal View History

2025-02-20 15:41:53 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<BaseOutputPath></BaseOutputPath>
<BaseIntermediateOutputPath></BaseIntermediateOutputPath>
<AssemblyName>CYQ.Data</AssemblyName>
<RootNamespace>CYQ.Data</RootNamespace>
<Authors>路过秋天</Authors>
<Description>cyq.data is a high-performance and the most powerful orm..Net 最好用的ORM数据层框架木有之一低调持续更新15年支持.Net Framework 2.0+,支持.Net Core 2.1+自带数据库读写分离分布式缓存分布式锁等SupportTxt、Xml、Access、Sqlite、Mssql、Mysql、Oracle、Sybase、Postgres、DB2、Redis、MemCache。【开源https://github.com/cyq1162/cyqdata】</Description>
<Product>CYQ.Data 数据层(ORM)框架 V5 .NET Standard 版本</Product>
<Company>路过秋天 2024-02-04</Company>
<Copyright>版权所有 (C) 路过秋天 2010-2030</Copyright>
<PackageProjectUrl>https://github.com/cyq1162/cyqdata</PackageProjectUrl>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<AssemblyTitle>CYQ.Data 数据层(ORM)框架 V5 .NET Standard 版本</AssemblyTitle>
<AssemblyVersion>5.9.1.1</AssemblyVersion>
<FileVersion>5.9.1.1</FileVersion>
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Remove="bin\**" />
<Compile Remove="DotNet\**" />
<Compile Remove="obj\**" />
<Compile Remove="Properties\**" />
<Compile Remove="Resources\**" />
<EmbeddedResource Remove="bin\**" />
<EmbeddedResource Remove="DotNet\**" />
<EmbeddedResource Remove="obj\**" />
<EmbeddedResource Remove="Properties\**" />
<EmbeddedResource Remove="Resources\**" />
<None Remove="bin\**" />
<None Remove="DotNet\**" />
<None Remove="obj\**" />
<None Remove="Properties\**" />
<None Remove="Resources\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Table\FastToT.cs" />
<Compile Remove="Xml\XHtmlUrlResolver.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="DynamicExpresso.Core" Version="2.16.1" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.1.7" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.1" />
</ItemGroup>
</Project>