forked from XuanchenLin/WinFormium
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
16 lines (16 loc) · 896 Bytes
/
Directory.Build.props
File metadata and controls
16 lines (16 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<Project>
<PropertyGroup>
<RepositoryRootDirectory>$(MSBuildThisFileDirectory)</RepositoryRootDirectory>
<BinDir>$(RepositoryRootDirectory)bin</BinDir>
<BaseOutputPath Condition=" '$(BaseOutputPath)' == '' ">$(BinDir)\$(MSBuildProjectName)\</BaseOutputPath>
<BaseIntermediateOutputPath>$(RepositoryRootDirectory)obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
<LangVersion>latest</LangVersion>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<NoWarn>CS1591;CS1701</NoWarn>
<Company>Net Dimension Studio</Company>
<Authors>Xuanchen Lin</Authors>
<Copyright>Copyrights © 2015-$([System.DateTime]::Now.Year) Xuanchen Lin. All rights reserved.</Copyright>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
</Project>