diff options
Diffstat (limited to 'src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.nuspec')
-rw-r--r-- | src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.nuspec | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.nuspec b/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.nuspec new file mode 100644 index 00000000..5879b7a5 --- /dev/null +++ b/src/WixToolset.Core.InternalPackage/WixToolset.Core.InternalPackage.nuspec | |||
@@ -0,0 +1,21 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
3 | <metadata> | ||
4 | <id>$id$</id> | ||
5 | <version>$version$</version> | ||
6 | <authors>$authors$</authors> | ||
7 | <owners>$authors$</owners> | ||
8 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
9 | <description>$description$</description> | ||
10 | <copyright>$copyright$</copyright> | ||
11 | </metadata> | ||
12 | |||
13 | <files> | ||
14 | <file src="redirects\wix.props" target="build" /> | ||
15 | |||
16 | <file src="redirects\wix.targets" target="msbuild" /> | ||
17 | <file src="redirects\wix.ca.targets" target="msbuild" /> | ||
18 | |||
19 | <file src="*" target="tools" /> | ||
20 | </files> | ||
21 | </package> | ||