1 Star 0 Fork 402

老唐解忧铺 / NanUI

forked from dotNET China / NanUI 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Directory.Build.props 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
<Project>
<PropertyGroup>
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
<RepositoryRootDirectory>$(MSBuildThisFileDirectory)</RepositoryRootDirectory>
<BinDir>$(RepositoryRootDirectory)bin</BinDir>
<BaseOutputPath Condition=" '$(BaseOutputPath)' == '' ">$(BinDir)\$(MSBuildProjectName)\</BaseOutputPath>
<LangVersion>8.0</LangVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>CS1591;CS1701</NoWarn>
<Version>0.8.80.$([System.DateTime]::UtcNow.Date.Subtract($([System.DateTime]::Parse($([System.String]::Format("{0}-07-01",2020))))).TotalDays)</Version>
<Company>Net Dimension Studio</Company>
<Authors>Xuanchen Lin</Authors>
<Copyright>Copyright © 2016-$([System.DateTime]::Now.Year) Xuanchen Lin all rights reserved.</Copyright>
<RepositoryUrl>https://github.com/NetDimension/NanUI</RepositoryUrl>
<PackageProjectUrl>https://www.formium.net</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
</Project>
C#
1
https://gitee.com/ts295983632/NanUI.git
git@gitee.com:ts295983632/NanUI.git
ts295983632
NanUI
NanUI
master

搜索帮助