7 Star 33 Fork 14

Ahoo-Wang / SmartCode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Directory.Build.props 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
Ahoo-Wang 提交于 2019-07-10 19:18 . add ncc to Authors
<Project>
<Import Project="build\version.props" />
<PropertyGroup Label="Package">
<Product>SmartCode</Product>
<Copyright>2019 SmartCode, Inc.</Copyright>
<PackageId>$(AssemblyName)</PackageId>
<Authors>Ahoo Wang;ncc</Authors>
<MaintainerEmail>ahoowang@qq.com</MaintainerEmail>
<LangVersion>latest</LangVersion>
<RepositoryUrl>https://github.com/Smart-Kit/SmartCode</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
<PackageIconUrl>https://raw.githubusercontent.com/Smart-Kit/SmartCode/master/doc/Logo.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/Smart-Kit/SmartCode</PackageProjectUrl>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageTags>SmartCode SmartSql</PackageTags>
<Description>
SmartCode = IDataSource -&gt; IBuildTask -&gt; IOutput =&gt; Build Everything!!!
</Description>
</PropertyGroup>
</Project>
C#
1
https://gitee.com/AhooWang/SmartCode.git
git@gitee.com:AhooWang/SmartCode.git
AhooWang
SmartCode
SmartCode
master

搜索帮助