forked from BlazorFluentUI/BlazorFluentUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
36 lines (29 loc) · 1.22 KB
/
Copy pathDirectory.Build.props
File metadata and controls
36 lines (29 loc) · 1.22 KB
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
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Authors>Lee McPherson, Lukas Frensel</Authors>
<Owners>Lee McPherson</Owners>
<Company>BlazorFluentUI</Company>
<RepositoryUrl>https://github.com/BlazorFluentUI/BlazorFluentUI</RepositoryUrl>
<PackageProjectUrl>https://github.com/BlazorFluentUI/BlazorFluentUI</PackageProjectUrl>
<Product>BlazorFluentUI</Product>
<Copyright>Copyright BlazorFluentUI 2019</Copyright>
<PackageTags>Blazor;Fluent UI;Fluent;controls;components</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<IsPackable>true</IsPackable>
<CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies>
<PackageOutputPath>../../packages</PackageOutputPath>
<Version>3.1.6</Version>
</PropertyGroup>
<ItemGroup Condition="$(ProjectName.Contains('Test')) == false">
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
<!--<ItemGroup Condition="$(ProjectName.Contains('BaseComponent')) == false" >
<Content Include="..\BlazorFluentUI.BFUBaseComponent\tsconfig.json">
</Content>
</ItemGroup>-->
</Project>