-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMile.Project.Configurations.nuspec
56 lines (45 loc) · 2.46 KB
/
Mile.Project.Configurations.nuspec
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="utf-8"?>
<!--
PROJECT: Mouri Internal Library Essentials
FILE: Mile.Project.Configurations.nuspec
PURPOSE: NuGet package definition for Mile.Project.Configurations Project
LICENSE: The MIT License
MAINTAINER: MouriNaruto ([email protected])
-->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Mile.Project.Configurations</id>
<version>$version$</version>
<description>Simplified MSBuild configurations distributed with NuGet package</description>
<authors>Kenji Mouri</authors>
<projectUrl>https://github.com/ProjectMile/Mile.Project.Configurations</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">License.md</license>
<readme>ReadMe.md</readme>
<repository type="git" url="https://github.com/ProjectMile/Mile.Project.Configurations.git" />
<packageTypes>
<packageType name="MSBuildSdk" />
</packageTypes>
</metadata>
<files>
<file src="Sdk.props" target="Sdk\Sdk.props" />
<file src="Sdk.targets" target="Sdk\Sdk.targets" />
<file src="Mile.Project.Platform.ARM.props" target="Sdk\Mile.Project.Platform.ARM.props" />
<file src="Mile.Project.Platform.ARM64.props" target="Sdk\Mile.Project.Platform.ARM64.props" />
<file src="Mile.Project.Platform.ARM64EC.props" target="Sdk\Mile.Project.Platform.ARM64EC.props" />
<file src="Mile.Project.Platform.x64.props" target="Sdk\Mile.Project.Platform.x64.props" />
<file src="Mile.Project.Platform.x86.props" target="Sdk\Mile.Project.Platform.x86.props" />
<file src="Mile.Project.Version.h" target="Sdk\Mile.Project.Version.h" />
<file src="Mile.Project.Version.rc" target="Sdk\Mile.Project.Version.rc" />
<file src="Mile.Project.Manifest.rc" target="Sdk\Mile.Project.Manifest.rc" />
<file src="Mile.Project.Cpp.Default.props" target="Sdk\Mile.Project.Cpp.Default.props" />
<file src="Mile.Project.Cpp.props" target="Sdk\Mile.Project.Cpp.props" />
<file src="Mile.Project.Cpp.targets" target="Sdk\Mile.Project.Cpp.targets" />
<file src="Mile.Project.Wap.props" target="Sdk\Mile.Project.Wap.props" />
<file src="Mile.Project.Wap.targets" target="Sdk\Mile.Project.Wap.targets" />
<file src="Mile.Project.Build.props" target="Sdk\Mile.Project.Build.props" />
<file src="ReadMe.md" target="." />
<file src="License.md" target="." />
<file src="ReleaseNotes.md" target="." />
</files>
</package>