43 Star 232 Fork 71

Gitee 极速下载 / WTM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/dotnetcore/WTM
克隆/下载
common.props 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
liu liang 提交于 2023-12-26 01:37 . update
<Project>
<Import Project=".\version.props" />
<PropertyGroup>
<Product>WTM</Product>
<PackageId>$(ProjectName)</PackageId>
<Authors>Michael,Vito</Authors>
<Company>Michael,Vito</Company>
<Copyright>Copyright © Michael,Vito 2019</Copyright>
<RepositoryType>git</RepositoryType>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/dotnetcore/WTM</RepositoryUrl>
<PackageProjectUrl>https://github.com/dotnetcore/WTM</PackageProjectUrl>
<PackageIconUrl>https://wtmdoc.walkingtec.cn/logo.png</PackageIconUrl>
<PackageTags>aspnetcore, mvc, mvvm, layui, wtm</PackageTags>
<PackageReleaseNotes>框架文档地址:https://wtmdoc.walkingtec.cn,QQ群:694148336</PackageReleaseNotes>
<IncludeSource>false</IncludeSource>
<MinClientVersion>4.1.0</MinClientVersion>
<IncludeContentInPack>true</IncludeContentInPack>
<NeutralLanguage>zh-CN</NeutralLanguage>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<NoWarn>1701;1702;1705;1591;0809;1587;1570;NU1608</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<NoWarn>1701;1702;1705;1591;0809;1587;1570;NU1608</NoWarn>
</PropertyGroup>
<ItemGroup>
<None Include="../../LICENSE" Pack="true" PackagePath=""/>
</ItemGroup>
</Project>
C#
1
https://gitee.com/mirrors/WTM.git
git@gitee.com:mirrors/WTM.git
mirrors
WTM
WTM
dotnet8

搜索帮助