-
Notifications
You must be signed in to change notification settings - Fork 4
/
Directory.Build.props
19 lines (19 loc) · 1.01 KB
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Authors>Bonsai Foundation</Authors>
<Copyright>Copyright © Bonsai Foundation CIC and Contributors 2017-2023</Copyright>
<PackageProjectUrl>https://harp-tech.org</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/bonsai-rx/harp/blob/main/LICENSE</PackageLicenseUrl>
<PackageIconUrl>https://bonsai-rx.org/assets/images/bonsai.png</PackageIconUrl>
<PackageOutputPath>..\bin\$(Configuration)</PackageOutputPath>
<IncludeSymbols Condition="'$(Configuration)'=='Release'">true</IncludeSymbols>
<SymbolPackageFormat Condition="'$(Configuration)'=='Release'">snupkg</SymbolPackageFormat>
<GeneratePackageOnBuild Condition="'$(Configuration)'=='Release'">true</GeneratePackageOnBuild>
<RepositoryUrl>https://github.com/bonsai-rx/harp.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<VersionSuffix></VersionSuffix>
<LangVersion>9.0</LangVersion>
<Features>strict</Features>
</PropertyGroup>
</Project>