1 Star 0 Fork 451

杨阳/NanUI

forked from dotNET China/NanUI 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
Directory.Build.props 1.04 KB
Copy Edit Raw Blame History
林选臣 authored 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/yang_yang_1990/NanUI.git
git@gitee.com:yang_yang_1990/NanUI.git
yang_yang_1990
NanUI
NanUI
master

Search