-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
25 lines (20 loc) · 1022 Bytes
/
Directory.Build.props
File metadata and controls
25 lines (20 loc) · 1022 Bytes
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
<Project>
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Authors>Tiago Conceição; sn4k3</Authors>
<Company>PTRTECH</Company>
<Copyright>Copyright 2023-$([System.DateTime]::Now.ToString(`yyyy`)) © PTRTECH</Copyright>
<Version>0.0.1</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/sn4k3/SharpSubtitles</RepositoryUrl>
<PackageProjectUrl>https://github.com/sn4k3/SharpSubtitles</PackageProjectUrl>
<PackageReleaseNotes>https://github.com/sn4k3/SharpSubtitles/releases</PackageReleaseNotes>
<PackageTags>subtitles, opensubtitles</PackageTags>
<RepositoryType>Git</RepositoryType>
<Nullable>enable</Nullable>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\SharpSubtitles.snk</AssemblyOriginatorKeyFile>
<PathMap>$(MSBuildProjectDirectory)=$(MSBuildProjectName)</PathMap>
</PropertyGroup>
</Project>