diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-05-11 07:36:37 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-05-11 07:36:37 -0700 |
| commit | 3f583916719eeef598d10a5d4e14ef14f008243b (patch) | |
| tree | 3d528e0ddb5c0550954217c97059d2f19cd6152a /src/dtf/WixToolset.Dtf.MSBuild/WixToolset.Dtf.MSBuild.nuspec | |
| parent | 2e5ab696b8b4666d551b2a0532b95fb7fe6dbe03 (diff) | |
| download | wix-3f583916719eeef598d10a5d4e14ef14f008243b.tar.gz wix-3f583916719eeef598d10a5d4e14ef14f008243b.tar.bz2 wix-3f583916719eeef598d10a5d4e14ef14f008243b.zip | |
Merge Dtf
Diffstat (limited to 'src/dtf/WixToolset.Dtf.MSBuild/WixToolset.Dtf.MSBuild.nuspec')
| -rw-r--r-- | src/dtf/WixToolset.Dtf.MSBuild/WixToolset.Dtf.MSBuild.nuspec | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/dtf/WixToolset.Dtf.MSBuild/WixToolset.Dtf.MSBuild.nuspec b/src/dtf/WixToolset.Dtf.MSBuild/WixToolset.Dtf.MSBuild.nuspec new file mode 100644 index 00000000..7f819cdb --- /dev/null +++ b/src/dtf/WixToolset.Dtf.MSBuild/WixToolset.Dtf.MSBuild.nuspec | |||
| @@ -0,0 +1,18 @@ | |||
| 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 | <license type="expression">MS-RL</license> | ||
| 9 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
| 10 | <description>$description$</description> | ||
| 11 | <copyright>$copyright$</copyright> | ||
| 12 | </metadata> | ||
| 13 | |||
| 14 | <files> | ||
| 15 | <file src="build\**\*" target="build" /> | ||
| 16 | <file src="tools\**\*" target="tools" /> | ||
| 17 | </files> | ||
| 18 | </package> | ||
