154 lines
9.8 KiB
XML
154 lines
9.8 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||
|
||
<PropertyGroup>
|
||
<OutputType>Library</OutputType>
|
||
<TargetFrameworks>net5.0;net6.0;net7.0</TargetFrameworks>
|
||
<RootNamespace>NewLife.Cube</RootNamespace>
|
||
<AssemblyName>NewLife.Cube</AssemblyName>
|
||
<AssemblyTitle>魔方快速开发平台</AssemblyTitle>
|
||
<Description>Web快速开发平台,搭建管理后台,灵活可扩展!内部集成了用户权限管理、模板继承、SSO登录、OAuth服务端、数据导出与分享等多个功能模块,在真实项目中经历过单表100亿数据添删改查的考验。</Description>
|
||
<Company>新生命开发团队</Company>
|
||
<Copyright>©2002-2023 NewLife</Copyright>
|
||
<VersionPrefix>5.5</VersionPrefix>
|
||
<VersionSuffix>$([System.DateTime]::Now.ToString(`yyyy.MMdd`))</VersionSuffix>
|
||
<Version>$(VersionPrefix).$(VersionSuffix)</Version>
|
||
<FileVersion>$(Version)</FileVersion>
|
||
<AssemblyVersion>$(VersionPrefix).*</AssemblyVersion>
|
||
<Deterministic>false</Deterministic>
|
||
<OutputPath>..\Bin</OutputPath>
|
||
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
||
<GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest>
|
||
<ImplicitUsings>enable</ImplicitUsings>
|
||
<LangVersion>latest</LangVersion>
|
||
<SignAssembly>True</SignAssembly>
|
||
<AssemblyOriginatorKeyFile>..\Doc\newlife.snk</AssemblyOriginatorKeyFile>
|
||
<NoWarn>1701;1702;NU5104;NETSDK1138;CS7035</NoWarn>
|
||
</PropertyGroup>
|
||
<PropertyGroup>
|
||
<IsPackable>true</IsPackable>
|
||
<PackageId>NewLife.Cube.Core</PackageId>
|
||
<Authors>$(Company)</Authors>
|
||
<PackageProjectUrl>https://newlifex.com/cube</PackageProjectUrl>
|
||
<PackageIcon>leaf.png</PackageIcon>
|
||
<RepositoryUrl>https://github.com/NewLifeX/NewLife.Cube</RepositoryUrl>
|
||
<RepositoryType>git</RepositoryType>
|
||
<PackageTags>新生命团队;X组件;NewLife;$(AssemblyName)</PackageTags>
|
||
<PackageReleaseNotes>完善附件功能支持;增加魔方模块接口;升级EChart对时间轴的支持;表单页支持Category分组</PackageReleaseNotes>
|
||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
||
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
||
<IncludeSymbols>true</IncludeSymbols>
|
||
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
||
<PackageReadmeFile>Readme.MD</PackageReadmeFile>
|
||
</PropertyGroup>
|
||
|
||
<ItemGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
|
||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
|
||
<PrivateAssets>all</PrivateAssets>
|
||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||
</PackageReference>
|
||
</ItemGroup>
|
||
<ItemGroup>
|
||
<PackageReference Include="NewLife.Core" Version="10.2.2023.325-beta0247" />
|
||
<PackageReference Include="NewLife.IP" Version="2.0.2023.203" />
|
||
<PackageReference Include="NewLife.Stardust" Version="2.8.2023.325-beta0149" />
|
||
<PackageReference Include="NewLife.XCode" Version="11.7.2023.328-beta1337" />
|
||
</ItemGroup>
|
||
|
||
<ItemGroup>
|
||
<Compile Include="..\NewLife.Cube\Common\DataPermissionAttribute.cs" Link="Common\DataPermissionAttribute.cs" />
|
||
<Compile Include="..\NewLife.Cube\Common\FormatType.cs" Link="Common\FormatType.cs" />
|
||
<Compile Include="..\NewLife.Cube\Common\MembershipExtensions.cs" Link="Common\MembershipExtensions.cs" />
|
||
<Compile Include="..\NewLife.Cube\Common\NoPermissionException.cs" Link="Common\NoPermissionException.cs" />
|
||
<Compile Include="..\NewLife.Cube\Common\PageSetting.cs" Link="Common\PageSetting.cs" />
|
||
<Compile Include="..\NewLife.Cube\Common\ViewHelper.cs" Link="Common\ViewHelper.cs" />
|
||
<Compile Include="..\NewLife.Cube\Entity\OAuth日志.Biz.cs" Link="Entity\OAuth日志.Biz.cs" />
|
||
<Compile Include="..\NewLife.Cube\Entity\OAuth日志.cs" Link="Entity\OAuth日志.cs" />
|
||
<Compile Include="..\NewLife.Cube\Entity\OAuth配置.Biz.cs" Link="Entity\OAuth配置.Biz.cs" />
|
||
<Compile Include="..\NewLife.Cube\Entity\OAuth配置.cs" Link="Entity\OAuth配置.cs" />
|
||
<Compile Include="..\NewLife.Cube\Entity\委托代理.Biz.cs" Link="Entity\委托代理.Biz.cs" />
|
||
<Compile Include="..\NewLife.Cube\Entity\委托代理.cs" Link="Entity\委托代理.cs" />
|
||
<Compile Include="..\NewLife.Cube\Entity\定时作业.Biz.cs" Link="Entity\定时作业.Biz.cs" />
|
||
<Compile Include="..\NewLife.Cube\Entity\定时作业.cs" Link="Entity\定时作业.cs" />
|
||
<Compile Include="..\NewLife.Cube\Entity\应用插件.Biz.cs" Link="Entity\应用插件.Biz.cs" />
|
||
<Compile Include="..\NewLife.Cube\Entity\应用插件.cs" Link="Entity\应用插件.cs" />
|
||
<Compile Include="..\NewLife.Cube\Entity\应用日志.Biz.cs" Link="Entity\应用日志.Biz.cs" />
|
||
<Compile Include="..\NewLife.Cube\Entity\应用日志.cs" Link="Entity\应用日志.cs" />
|
||
<Compile Include="..\NewLife.Cube\Entity\应用系统.Biz.cs" Link="Entity\应用系统.Biz.cs" />
|
||
<Compile Include="..\NewLife.Cube\Entity\应用系统.cs" Link="Entity\应用系统.cs" />
|
||
<Compile Include="..\NewLife.Cube\Entity\模型列.Biz.cs" Link="Entity\模型列.Biz.cs" />
|
||
<Compile Include="..\NewLife.Cube\Entity\模型列.cs" Link="Entity\模型列.cs" />
|
||
<Compile Include="..\NewLife.Cube\Entity\模型表.Biz.cs" Link="Entity\模型表.Biz.cs" />
|
||
<Compile Include="..\NewLife.Cube\Entity\模型表.cs" Link="Entity\模型表.cs" />
|
||
<Compile Include="..\NewLife.Cube\Entity\用户令牌.Biz.cs" Link="Entity\用户令牌.Biz.cs" />
|
||
<Compile Include="..\NewLife.Cube\Entity\用户令牌.cs" Link="Entity\用户令牌.cs" />
|
||
<Compile Include="..\NewLife.Cube\Entity\用户在线.Biz.cs" Link="Entity\用户在线.Biz.cs" />
|
||
<Compile Include="..\NewLife.Cube\Entity\用户在线.cs" Link="Entity\用户在线.cs" />
|
||
<Compile Include="..\NewLife.Cube\Entity\用户统计.Biz.cs" Link="Entity\用户统计.Biz.cs" />
|
||
<Compile Include="..\NewLife.Cube\Entity\用户统计.cs" Link="Entity\用户统计.cs" />
|
||
<Compile Include="..\NewLife.Cube\Entity\用户链接.Biz.cs">
|
||
<Link>Entity\用户链接.Biz.cs</Link>
|
||
</Compile>
|
||
<Compile Include="..\NewLife.Cube\Entity\用户链接.cs">
|
||
<Link>Entity\用户链接.cs</Link>
|
||
</Compile>
|
||
<Compile Include="..\NewLife.Cube\Entity\附件.Biz.cs" Link="Entity\附件.Biz.cs" />
|
||
<Compile Include="..\NewLife.Cube\Entity\附件.cs" Link="Entity\附件.cs" />
|
||
<Compile Include="..\NewLife.Cube\Extensions\Pager.cs" Link="Extensions\Pager.cs" />
|
||
<Compile Include="..\NewLife.Cube\Extensions\PagerHelper.cs" Link="Extensions\PagerHelper.cs" />
|
||
<Compile Include="..\NewLife.Cube\Extensions\WebHelper.cs" Link="Extensions\WebHelper.cs" />
|
||
<Compile Include="..\NewLife.Cube\Web\AttachmentProvider.cs" Link="Web\AttachmentProvider.cs" />
|
||
<Compile Include="..\NewLife.Cube\Web\Models\ApprovalInfo.cs" Link="Web\Models\ApprovalInfo.cs" />
|
||
<Compile Include="..\NewLife.Cube\Web\Models\CheckInData.cs" Link="Web\Models\CheckInData.cs" />
|
||
<Compile Include="..\NewLife.Cube\Web\Models\DepartmentInfo.cs" Link="Web\Models\DepartmentInfo.cs" />
|
||
<Compile Include="..\NewLife.Cube\Web\Models\OAuthFieldMap.cs" Link="Web\Models\OAuthFieldMap.cs" />
|
||
<Compile Include="..\NewLife.Cube\Web\Models\SsoTokenModel.cs" Link="Web\Models\SsoTokenModel.cs" />
|
||
<Compile Include="..\NewLife.Cube\Web\Models\TokenInfo.cs" Link="Web\Models\TokenInfo.cs" />
|
||
<Compile Include="..\NewLife.Cube\Web\Models\UserInfo.cs" Link="Web\Models\UserInfo.cs" />
|
||
<Compile Include="..\NewLife.Cube\Web\OAuthClient.cs" Link="Web\OAuthClient.cs" />
|
||
<Compile Include="..\NewLife.Cube\Web\OAuthHelper.cs" Link="Web\OAuthHelper.cs" />
|
||
<Compile Include="..\NewLife.Cube\Web\OAuthServer.cs" Link="Web\OAuthServer.cs" />
|
||
<Compile Include="..\NewLife.Cube\Web\OAuth\AlipayClient.cs" Link="Web\OAuth\AlipayClient.cs" />
|
||
<Compile Include="..\NewLife.Cube\Web\OAuth\BaiduClient.cs" Link="Web\OAuth\BaiduClient.cs" />
|
||
<Compile Include="..\NewLife.Cube\Web\OAuth\DingTalkClient.cs" Link="Web\OAuth\DingTalkClient.cs" />
|
||
<Compile Include="..\NewLife.Cube\Web\OAuth\GithubClient.cs" Link="Web\OAuth\GithubClient.cs" />
|
||
<Compile Include="..\NewLife.Cube\Web\OAuth\MicrosoftClient.cs" Link="Web\OAuth\MicrosoftClient.cs" />
|
||
<Compile Include="..\NewLife.Cube\Web\OAuth\OpenWeixinClient.cs" Link="Web\OAuth\OpenWeixinClient.cs" />
|
||
<Compile Include="..\NewLife.Cube\Web\OAuth\QQClient.cs" Link="Web\OAuth\QQClient.cs" />
|
||
<Compile Include="..\NewLife.Cube\Web\OAuth\QyWeiXin.cs" Link="Web\OAuth\QyWeiXin.cs" />
|
||
<Compile Include="..\NewLife.Cube\Web\OAuth\TaobaoClient.cs" Link="Web\OAuth\TaobaoClient.cs" />
|
||
<Compile Include="..\NewLife.Cube\Web\OAuth\WeiboClient.cs" Link="Web\OAuth\WeiboClient.cs" />
|
||
<Compile Include="..\NewLife.Cube\Web\OAuth\WeixinClient.cs" Link="Web\OAuth\WeixinClient.cs" />
|
||
<Compile Include="..\NewLife.Cube\Web\SsoClient.cs" Link="Web\SsoClient.cs" />
|
||
<Compile Include="..\NewLife.Cube\Web\SsoProvider.cs" Link="Web\SsoProvider.cs" />
|
||
<Compile Include="..\NewLife.Cube\Web\UserAgentParser.cs" Link="Web\UserAgentParser.cs" />
|
||
<Compile Include="..\NewLife.Cube\Web\WebHelper2.cs" Link="Web\WebHelper2.cs" />
|
||
</ItemGroup>
|
||
|
||
<ItemGroup>
|
||
<EmbeddedResource Include="wwwroot\**\*" />
|
||
</ItemGroup>
|
||
|
||
<ItemGroup>
|
||
<Compile Remove="Areas\Cube\Controllers\ModelColumnController.cs" />
|
||
<Compile Remove="Areas\Cube\Controllers\ModelTableController.cs" />
|
||
<Compile Remove="Extensions\ItemsExtend.cs" />
|
||
</ItemGroup>
|
||
|
||
<ItemGroup>
|
||
<Content Include="..\Doc\leaf.png" Link="leaf.png" PackagePath="\" />
|
||
</ItemGroup>
|
||
<ItemGroup>
|
||
<None Include="..\Readme.MD">
|
||
<Pack>True</Pack>
|
||
<PackagePath>\</PackagePath>
|
||
</None>
|
||
</ItemGroup>
|
||
<ItemGroup>
|
||
<None Include="..\NewLife.Cube\Entity\Cube.xml">
|
||
<Link>Entity\Cube.xml</Link>
|
||
</None>
|
||
<None Include="..\NewLife.Cube\Entity\xcodetool.exe" Link="Entity\xcodetool.exe" />
|
||
</ItemGroup>
|
||
</Project>
|