forked from romantymoshyk/ConfuserEx
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
23 lines (20 loc) · 881 Bytes
/
Directory.Build.props
File metadata and controls
23 lines (20 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project>
<PropertyGroup>
<UseArtifactsOutput>true</UseArtifactsOutput>
<!--<LangVersion>11.0</LangVersion>-->
</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>
</Project>