aboutsummaryrefslogtreecommitdiff
path: root/src/wixnative/runtime.win.WixToolset.Core.Native.nuspec
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixnative/runtime.win.WixToolset.Core.Native.nuspec')
-rw-r--r--src/wixnative/runtime.win.WixToolset.Core.Native.nuspec24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/wixnative/runtime.win.WixToolset.Core.Native.nuspec b/src/wixnative/runtime.win.WixToolset.Core.Native.nuspec
deleted file mode 100644
index a775b570..00000000
--- a/src/wixnative/runtime.win.WixToolset.Core.Native.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 <licenseUrl>https://licenses.nuget.org/MS-RL</licenseUrl>
10 <projectUrl>https://github.com/wixtoolset/Core.Native</projectUrl>
11 <requireLicenseAcceptance>false</requireLicenseAcceptance>
12 <description>$description$</description>
13 <copyright>$copyright$</copyright>
14 </metadata>
15
16 <files>
17 <file src="Win32\mergemod.dll" target="runtimes\win-x86\native" />
18 <file src="Win32\wixnative.exe" target="runtimes\win-x86\native" />
19 <file src="Win32\wixnative.pdb" target="runtimes\win-x86\native" />
20 <file src="x64\mergemod.dll" target="runtimes\win-x64\native" />
21 <file src="x64\wixnative.exe" target="runtimes\win-x64\native" />
22 <file src="x64\wixnative.pdb" target="runtimes\win-x64\native" />
23 </files>
24</package>