-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMile.Uefi.nuspec
More file actions
38 lines (31 loc) · 1.25 KB
/
Mile.Uefi.nuspec
File metadata and controls
38 lines (31 loc) · 1.25 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
<?xml version="1.0" encoding="utf-8"?>
<!--
PROJECT: Mouri Internal Library Essentials
FILE: Mile.Uefi.nuspec
PURPOSE: NuGet package definition for Mile.Uefi
LICENSE: The MIT License
MAINTAINER: MouriNaruto (Kenji.Mouri@outlook.com)
-->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Mile.Uefi</id>
<version>1.0.0.0</version>
<description>Portable parts of the essential infrastructures</description>
<authors>Kenji Mouri</authors>
<projectUrl>https://github.com/ProjectMile/Mile.Uefi</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">License.md</license>
<readme>ReadMe.md</readme>
<repository type="git" url="https://github.com/ProjectMile/Mile.Uefi.git" />
</metadata>
<files>
<file src="Specification\**\*.*" target="Sdk\Specification" exclude="Specification\.gitignore" />
<file src="Mile.Uefi.props" target="Sdk" />
<file src="Mile.Uefi.targets" target="Sdk" />
<file src="Sdk.props" target="Sdk" />
<file src="Sdk.targets" target="Sdk" />
<file src="ReadMe.md" target="." />
<file src="License.md" target="." />
<file src="ReleaseNotes.md" target="." />
</files>
</package>