diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-04-21 11:53:24 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-04-29 16:36:02 -0700 |
| commit | b6c44ffcf2ef7a706598fe218523ec377e96cc47 (patch) | |
| tree | 712bd2b337a197644c1ac88bef96ccf8d3b779d6 /src/stub | |
| parent | 752f0e0576dc27e937c553ed9dce5576bd388e95 (diff) | |
| download | wix-b6c44ffcf2ef7a706598fe218523ec377e96cc47.tar.gz wix-b6c44ffcf2ef7a706598fe218523ec377e96cc47.tar.bz2 wix-b6c44ffcf2ef7a706598fe218523ec377e96cc47.zip | |
Migrate Burn API headers to balutil repository
Diffstat (limited to 'src/stub')
| -rw-r--r-- | src/stub/WixToolset.Burn.nuspec | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/stub/WixToolset.Burn.nuspec b/src/stub/WixToolset.Burn.nuspec deleted file mode 100644 index f314a8a4..00000000 --- a/src/stub/WixToolset.Burn.nuspec +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | <?xml version="1.0"?> | ||
| 2 | <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
| 3 | <metadata minClientVersion="4.0"> | ||
| 4 | <id>$id$</id> | ||
| 5 | <version>$version$</version> | ||
| 6 | <authors>$authors$</authors> | ||
| 7 | <owners>$authors$</owners> | ||
| 8 | <license type="expression">MS-RL</license> | ||
| 9 | <projectUrl>https://github.com/wixtoolset/burn</projectUrl> | ||
| 10 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
| 11 | <description>$description$</description> | ||
| 12 | <copyright>$copyright$</copyright> | ||
| 13 | </metadata> | ||
| 14 | |||
| 15 | <files> | ||
| 16 | <file src="$projectFolder$$id$.props" target="buildTransitive" /> | ||
| 17 | <file src="Win32\burn.exe" target="tools\x86" /> | ||
| 18 | <file src="Win32\burn.pdb" target="tools\x86" /> | ||
| 19 | <file src="x64\burn.exe" target="tools\x64" /> | ||
| 20 | <file src="x64\burn.pdb" target="tools\x64" /> | ||
| 21 | <file src="arm64\burn.exe" target="tools\arm64" /> | ||
| 22 | <file src="arm64\burn.pdb" target="tools\arm64" /> | ||
| 23 | </files> | ||
| 24 | </package> | ||
