-
Notifications
You must be signed in to change notification settings - Fork 0
/
YY.NuGet.Import.Helper.nuspec
35 lines (31 loc) · 1.44 KB
/
YY.NuGet.Import.Helper.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>YY.NuGet.Import.Helper</id>
<title>NuGet属性表导入助手</title>
<version>$version$</version>
<summary>用于增强NuGet属性表导入。</summary>
<authors>YY</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://github.com/mingkuang-Chuyu/YY.NuGet.Import.Helper</projectUrl>
<description>功能 —— 增强NuGet导入
该 Helper 新增了 4 组导入位点,分别是:
$(VCTargetsPath)\Microsoft.Cpp.props 之前
$(VCTargetsPath)\Microsoft.Cpp.props 之后
$(VCTargetsPath)\Microsoft.Cpp.targets 之前
$(VCTargetsPath)\Microsoft.Cpp.targets 之后
全面增强C++ Import,让你的NuGet包创造更多可能!
</description>
<releaseNotes>$releaseNotes$</releaseNotes>
<copyright>Copyright © 2020 YY</copyright>
<tags>YY Import Import.Helper native nativepackage</tags>
<repository type="git" url="https://github.com/mingkuang-Chuyu/YY.NuGet.Import.Helper.git" branch="master" commit="$commit$" />
</metadata>
<files>
<file src=".\*.props" target="build\native" />
<file src=".\*.targets" target="build\native" />
<file src=".\Fallback\**" target="build\native\Fallback" />
<file src=".\Thunks\**" target="build\native\Thunks" />
</files>
</package>