forked from r-Larch/TcBuild
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
21 lines (20 loc) · 1006 Bytes
/
Directory.Build.props
File metadata and controls
21 lines (20 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Version>0.1.3</Version>
<Copyright>Copyright © 2019 René Larch & 2015-16 Oleg Yuvashev</Copyright>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>latest</LangVersion>
<NoWarn>CS1591;CS0618</NoWarn>
<!--<SignAssembly>true</SignAssembly>-->
<!--<AssemblyOriginatorKeyFile>$(SolutionDir)Key.snk</AssemblyOriginatorKeyFile>-->
<NoPackageAnalysis>true</NoPackageAnalysis>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageOutputPath>$(SolutionDir)nugets</PackageOutputPath>
<PackageProjectUrl>https://github.com/r-Larch/TcBuild</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/r-Larch/TcBuild/master/package_icon.png</PackageIconUrl>
<PackageTags>.net Total-Commander-Plugin</PackageTags>
<!-- Boost the debugging experience when building -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
</PropertyGroup>
</Project>