aboutsummaryrefslogtreecommitdiff
path: root/src/wixnative/runtime.win.WixToolset.Core.Native.nuspec
blob: a775b570a282c414a8e60d2cfc4a5efcbb4f336e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata minClientVersion="4.0">
    <id>$id$</id>
    <version>$version$</version>
    <authors>$authors$</authors>
    <owners>$authors$</owners>
    <!-- <license type="expression">MS-RL</license> -->
    <licenseUrl>https://licenses.nuget.org/MS-RL</licenseUrl>
    <projectUrl>https://github.com/wixtoolset/Core.Native</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>$description$</description>
    <copyright>$copyright$</copyright>
  </metadata>

  <files>
    <file src="Win32\mergemod.dll" target="runtimes\win-x86\native" />
    <file src="Win32\wixnative.exe" target="runtimes\win-x86\native" />
    <file src="Win32\wixnative.pdb" target="runtimes\win-x86\native" />
    <file src="x64\mergemod.dll" target="runtimes\win-x64\native" />
    <file src="x64\wixnative.exe" target="runtimes\win-x64\native" />
    <file src="x64\wixnative.pdb" target="runtimes\win-x64\native" />
  </files>
</package>