blob: 5879b7a5d9ed6b1dc9c7cfe17244513b1372f7c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>$id$</id>
<version>$version$</version>
<authors>$authors$</authors>
<owners>$authors$</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<copyright>$copyright$</copyright>
</metadata>
<files>
<file src="redirects\wix.props" target="build" />
<file src="redirects\wix.targets" target="msbuild" />
<file src="redirects\wix.ca.targets" target="msbuild" />
<file src="*" target="tools" />
</files>
</package>
|