forked from bonsai-rx/bonsai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Directory.Build.props
19 lines (19 loc) · 1016 Bytes
/
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>Gonçalo Lopes</Authors>
<Copyright>Copyright © Gonçalo Lopes 2011-2021</Copyright>
<PackageProjectUrl>https://bonsai-rx.org</PackageProjectUrl>
<PackageLicenseUrl>https://bonsai-rx.org/license</PackageLicenseUrl>
<PackageIconUrl>https://bonsai-rx.org/assets/images/bonsai.png</PackageIconUrl>
<PackageOutputPath>..\bin\$(Configuration)</PackageOutputPath>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeSymbols Condition="'$(Configuration)'=='Release'">true</IncludeSymbols>
<SymbolPackageFormat Condition="'$(Configuration)'=='Release'">snupkg</SymbolPackageFormat>
<GenerateDocumentationFile Condition="'$(Configuration)'=='Release'">false</GenerateDocumentationFile>
<RepositoryUrl>https://github.com/bonsai-rx/bonsai.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<LangVersion>8.0</LangVersion>
<Features>strict</Features>
</PropertyGroup>
</Project>