forked from yck1509/ConfuserEx
-
-
Notifications
You must be signed in to change notification settings - Fork 368
/
ConfuserEx.Common.props
29 lines (23 loc) · 1.06 KB
/
ConfuserEx.Common.props
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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="C-Sharp Compiler Settings" Condition="'$(MSBuildProjectExtension)' == '.csproj'">
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<LangVersion>7.3</LangVersion>
</PropertyGroup>
<PropertyGroup Label="Assembly Information">
<_CurrentYear>$([System.DateTime]::Now.ToString(yyyy))</_CurrentYear>
<Authors>Ki;Martin Karing</Authors>
<Copyright>Copyright © 2014 Ki, 2018 - $(_CurrentYear) Martin Karing</Copyright>
<RepositoryUrl>https://github.com/mkaring/ConfuserEx.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<PropertyGroup Label="Language">
<NeutralLanguage>en</NeutralLanguage>
</PropertyGroup>
<PropertyGroup Label="SourceLink">
<SourceLinkServerType>GitHub</SourceLinkServerType>
<SourceLinkOriginUrl>$(RepositoryUrl)</SourceLinkOriginUrl>
</PropertyGroup>
<PropertyGroup Label="Code Analysis">
<EnableCodeAnalysis>false</EnableCodeAnalysis>
</PropertyGroup>
</Project>