diff options
author | Rob Mensching <rob@firegiant.com> | 2021-05-11 07:37:18 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-05-11 07:37:18 -0700 |
commit | 985b2683b2717c83a27295b36e09b126083238f9 (patch) | |
tree | 622804d279e0ac58366dee62888e6a317a2b9d41 /src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.nuspec | |
parent | 3f583916719eeef598d10a5d4e14ef14f008243b (diff) | |
parent | 6a24996a2e831cfe402398af65b31fb1ecd575a9 (diff) | |
download | wix-985b2683b2717c83a27295b36e09b126083238f9.tar.gz wix-985b2683b2717c83a27295b36e09b126083238f9.tar.bz2 wix-985b2683b2717c83a27295b36e09b126083238f9.zip |
Merge WixBuildTools
Diffstat (limited to 'src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.nuspec')
-rw-r--r-- | src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.nuspec | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.nuspec b/src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.nuspec new file mode 100644 index 00000000..2852826b --- /dev/null +++ b/src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.nuspec | |||
@@ -0,0 +1,26 @@ | |||
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/WixBuildTools</projectUrl> | ||
10 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
11 | <description>$description$</description> | ||
12 | <copyright>$copyright$</copyright> | ||
13 | <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> | ||
14 | <dependencies> | ||
15 | <group targetFramework=".NETFramework4.7.2" /> | ||
16 | </dependencies> | ||
17 | </metadata> | ||
18 | |||
19 | <files> | ||
20 | <file src="build\$id$.props" target="build" /> | ||
21 | <file src="build\$id$.targets" target="build" /> | ||
22 | |||
23 | <file src="$outputpath$$id$.dll" target="lib\net472" /> | ||
24 | <file src="$outputpath$$id$.pdb" target="lib\net472" /> | ||
25 | </files> | ||
26 | </package> | ||