1 Star 0 Fork 456

Eagle-Feng/NanUI

forked from dotNET China/NanUI 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Directory.Build.props 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
林选臣 提交于 2021-12-22 16:17 . ♥ Welcome to NanUI
<Project>
<PropertyGroup>
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
<RepositoryRootDirectory>$(MSBuildThisFileDirectory)</RepositoryRootDirectory>
<BinDir>$(RepositoryRootDirectory)bin</BinDir>
<BaseOutputPath Condition=" '$(BaseOutputPath)' == '' ">$(BinDir)\$(MSBuildProjectName)\</BaseOutputPath>
<LangVersion>9.0</LangVersion>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<NoWarn>CS1591;CS1701</NoWarn>
<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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/Eagle-Feng/NanUI.git
[email protected]:Eagle-Feng/NanUI.git
Eagle-Feng
NanUI
NanUI
master

搜索帮助