forked from mbraceproject/MBrace.Core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Directory.Build.props
23 lines (22 loc) · 996 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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<IsPackable>false</IsPackable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
</PropertyGroup>
<!-- NuGet Metadata -->
<PropertyGroup>
<Company>Nessos Information Technologies</Company>
<Authors>Eirik Tsarpalis, Nick Palladinos, Kostas Rontogiannis</Authors>
<PackageTags>F#, cloud, mapreduce, distributed</PackageTags>
<Copyright>2019</Copyright>
<RepositoryUrl>https://github.com/mbraceproject/MBrace.Core</RepositoryUrl>
<PackageProjectUrl>http://mbrace.io</PackageProjectUrl>
<PackageIconUrl>https://avatars0.githubusercontent.com/u/9674757</PackageIconUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<!-- SourceLink Options -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>
</Project>