forked from fabulous-dev/Fabulous.Avalonia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Directory.Build.props
28 lines (24 loc) · 1.21 KB
/
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
24
25
26
27
28
<Project>
<PropertyGroup>
<RepositoryUrl>https://github.com/fabulous-dev/Fabulous.Avalonia</RepositoryUrl>
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
<DisableImplicitSystemValueTupleReference>true</DisableImplicitSystemValueTupleReference>
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
<UseLocalProjectReference>false</UseLocalProjectReference>
</PropertyGroup>
<!-- Shared NuGet Package info -->
<PropertyGroup>
<Authors>Fabulous contributors</Authors>
<PackageTags>Fabulous;F#;Declarative UI;MVU;Avalonia;Android;iOS;macOS;Windows;Linux</PackageTags>
<PackageIcon>nuget-icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/fabulous-dev/Fabulous.Avalonia</PackageProjectUrl>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<PropertyGroup>
<OtherFlags>$(OtherFlags) --test:GraphBasedChecking --test:ParallelOptimization --test:ParallelIlxGen</OtherFlags>
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
<NoWarn>$(NoWarn);FS1063</NoWarn>
</PropertyGroup>
</Project>