forked from romantymoshyk/ConfuserEx
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
29 lines (24 loc) · 1.03 KB
/
Directory.Build.props
File metadata and controls
29 lines (24 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<Project>
<PropertyGroup>
<UseArtifactsOutput>true</UseArtifactsOutput>
<!--<LangVersion>11.0</LangVersion>-->
<NoWarn>$(NoWarn);NU1702</NoWarn>
</PropertyGroup>
<PropertyGroup Label="Assembly Information">
<_CurrentYear>$([System.DateTime]::Now.ToString(yyyy))</_CurrentYear>
<Authors>Ki;Martin Karing;Andrii Kurdiumov</Authors>
<Copyright>Copyright © 2014 Ki, 2018 - 2022 Martin Karing, 2016 - $(_CurrentYear) Andrii Kurdiumov</Copyright>
<RepositoryUrl>https://github.com/kant2002/ConfuserEx.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<PropertyGroup Label="Language">
<NeutralLanguage>en</NeutralLanguage>
</PropertyGroup>
<PropertyGroup Label="SourceLink">
<SourceLinkServerType>GitHub</SourceLinkServerType>
<SourceLinkOriginUrl>$(RepositoryUrl)</SourceLinkOriginUrl>
</PropertyGroup>
<ItemGroup>
<NuGetAuditSuppress Include="https://www.myget.org/F/dnlib-kant2002/api/v3/index.json" />
</ItemGroup>
</Project>