forked from CoderLine/alphaTab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Directory.Build.props
23 lines (21 loc) · 938 Bytes
/
Directory.Build.props
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>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
<Version>0.9.1</Version>
<AssemblyVersion>0.9.1.0</AssemblyVersion>
<FileVersion>0.9.1.0</FileVersion>
<Authors>Danielku15</Authors>
<Company>CoderLine</Company>
<Product>AlphaTab</Product>
<NeutralLanguage>en</NeutralLanguage>
<Description>alphaTab is a cross platform music notation and guitar tablature rendering library.</Description>
<Copyright>Copyright © 2017, Daniel Kuschny and Contributors</Copyright>
<PackageLicenseUrl>https://github.com/CoderLine/alphaTab/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://www.alphatab.net</PackageProjectUrl>
<!-- <PackageIconUrl>Icon URL</PackageIconUrl> -->
<RepositoryUrl>https://github.com/CoderLine/alphaTab</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>music,notation,engraver,renderer</PackageTags>
</PropertyGroup>
</Project>