forked from vieapps/Components.Utility.Epub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVIEApps.Components.Utility.Epub.csproj
More file actions
41 lines (38 loc) · 1.89 KB
/
VIEApps.Components.Utility.Epub.csproj
File metadata and controls
41 lines (38 loc) · 1.89 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
37
38
39
40
41
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>net.vieapps.Components.Utility.Epub</RootNamespace>
<WarningLevel>3</WarningLevel>
<DocumentationFile>bin\$(Configuration)\netstandard2.0\VIEApps.Components.Utility.Epub.xml</DocumentationFile>
<AssemblyName>VIEApps.Components.Utility.Epub</AssemblyName>
<AssemblyTitle>VIEApps NGX EPUB Utility</AssemblyTitle>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>../VIEApps.Components.snk</AssemblyOriginatorKeyFile>
<AssemblyVersion>10.2.1904.1</AssemblyVersion>
<FileVersion>10.2.1904.1</FileVersion>
<InformationalVersion>v10.2.netstandard-2+rev:2019.04.01-refactoring</InformationalVersion>
<Product>VIEApps NGX</Product>
<Company>VIEApps.net</Company>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageId>VIEApps.Components.Utility.Epub</PackageId>
<Version>10.2.1904.1</Version>
<Title>VIEApps NGX .EPUB Utility</Title>
<Description>The tiny library for generating .EPUB document on .NET Standard 2.0</Description>
<Authors>VIEApps.net</Authors>
<Copyright>© 2019 VIEApps.net</Copyright>
<PackageLicense>LICENSE.md</PackageLicense>
<PackageOutputPath>..\</PackageOutputPath>
<PackageTags>utility;extensions;epub;ebook;ebooks;e-book;e-books;vieapps;vieapps.components</PackageTags>
<PackageReleaseNotes>Do some refactoring</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/vieapps/Components.Utility.Epub</PackageProjectUrl>
<PackageIconUrl>https://github.com/vieapps/Components.Utility/raw/master/logo.png</PackageIconUrl>
<RepositoryUrl>https://github.com/vieapps/Components.Utility.Epub</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<None Remove=".DS_Store" />
<None Remove=".gitattributes" />
<None Remove=".gitignore" />
<None Remove="LICENSE.md" />
<None Remove="README.md" />
</ItemGroup>
</Project>