-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
20 lines (19 loc) · 880 Bytes
/
Directory.Build.props
File metadata and controls
20 lines (19 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<Project>
<PropertyGroup>
<Authors>2CHEVSKII</Authors>
<Copyright>Copyright (c) 2019-2022 2CHEVSKII</Copyright>
<Description>JavaScript-like timer API for .NET</Description>
<RepositoryUrl>https://github.com/2chevskii/JsTimers</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>timers;api;utility</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)LICENSE" Pack="true" PackagePath="" />
<None Include="$(MSBuildThisFileDirectory)README.md" Pack="true" PackagePath="" />
<None Include="$(MSBuildThisFileDirectory)assets\graphics\rendered\icon.png" Pack="true" PackagePath="" />
</ItemGroup>
</Project>