diff options
| author | Rob Mensching <rob@firegiant.com> | 2018-07-13 14:19:31 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2018-07-13 14:19:31 -0700 |
| commit | e6897a667c06125beced3921b16cf0e3a1b21bc1 (patch) | |
| tree | dcd69c76ecffdf8690bc3a50e90cbf1c6cfc0610 /src/wixnative/runtime.win.WixToolset.Core.Native.nuspec | |
| parent | 1c3d51462cc7574b318cba2f30552de50348f803 (diff) | |
| download | wix-e6897a667c06125beced3921b16cf0e3a1b21bc1.tar.gz wix-e6897a667c06125beced3921b16cf0e3a1b21bc1.tar.bz2 wix-e6897a667c06125beced3921b16cf0e3a1b21bc1.zip | |
Attempt to move wixnative.exe to independent runtime .nupkg
Diffstat (limited to 'src/wixnative/runtime.win.WixToolset.Core.Native.nuspec')
| -rw-r--r-- | src/wixnative/runtime.win.WixToolset.Core.Native.nuspec | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/wixnative/runtime.win.WixToolset.Core.Native.nuspec b/src/wixnative/runtime.win.WixToolset.Core.Native.nuspec new file mode 100644 index 00000000..d6f122cc --- /dev/null +++ b/src/wixnative/runtime.win.WixToolset.Core.Native.nuspec | |||
| @@ -0,0 +1,21 @@ | |||
| 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 | <licenseUrl>https://github.com/wixtoolset/Core.Native/blob/master/LICENSE.TXT</licenseUrl> | ||
| 9 | <projectUrl>https://github.com/wixtoolset/Core.Native</projectUrl> | ||
| 10 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
| 11 | <description>$description$</description> | ||
| 12 | <copyright>$copyright$</copyright> | ||
| 13 | </metadata> | ||
| 14 | |||
| 15 | <files> | ||
| 16 | <file src="Win32\wixnative.x86.exe" target="runtimes\win\native" /> | ||
| 17 | <file src="Win32\wixnative.x86.pdb" target="runtimes\win\native" /> | ||
| 18 | <file src="x64\wixnative.amd64.exe" target="runtimes\win\native" /> | ||
| 19 | <file src="x64\wixnative.amd64.pdb" target="runtimes\win\native" /> | ||
| 20 | </files> | ||
| 21 | </package> | ||
