-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathSharedBuildProperties.props
More file actions
22 lines (21 loc) · 1.01 KB
/
SharedBuildProperties.props
File metadata and controls
22 lines (21 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project DefaultTargets="Build"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Product>OST</Product>
<Version>1.0.0</Version>
<Copyright>Copyright 2022 © OST</Copyright>
<Authors>blockmountain</Authors>
<PublisherName>blockmountain</PublisherName>
<RepositoryUrl>https://github.com/bmresearch/Ost</RepositoryUrl>
<LangVersion>latest</LangVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
<PackageDescription>OST is a collection of random solana tools from the Oak brothers.</PackageDescription>
<PackageTags>solana;desktop;wallet;Ost;multisig;solnet;sol;net5;spl</PackageTags>
<PackageReleaseNotes>https://github.com/bmresearch/Ost/releases</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup Label="PackageIcon">
<None Include="$(MSBuildThisFileDirectory)/assets/icon.ico" Pack="true" Visible="false" PackagePath=""/>
</ItemGroup>
</Project>