summaryrefslogtreecommitdiff
path: root/src/ext/Bal/wixstdfn
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2024-04-03 18:07:08 -0400
committerBob Arnson <github@bobs.org>2024-04-04 19:46:53 -0400
commitad78f1ba6693d2603b3465637148a58929b4f680 (patch)
tree56123baa98df0e8eecb5fd3ea70646dd28af89f0 /src/ext/Bal/wixstdfn
parentba93485c940b0bae6e0b6a005fdd1819652f3984 (diff)
downloadwix-ad78f1ba6693d2603b3465637148a58929b4f680.tar.gz
wix-ad78f1ba6693d2603b3465637148a58929b4f680.tar.bz2
wix-ad78f1ba6693d2603b3465637148a58929b4f680.zip
NuGet package readmes (4/n)
See https://github.com/wixtoolset/issues/issues/7862.
Diffstat (limited to 'src/ext/Bal/wixstdfn')
-rw-r--r--src/ext/Bal/wixstdfn/README.md11
-rw-r--r--src/ext/Bal/wixstdfn/wixstdfn.nuspec2
2 files changed, 13 insertions, 0 deletions
diff --git a/src/ext/Bal/wixstdfn/README.md b/src/ext/Bal/wixstdfn/README.md
new file mode 100644
index 00000000..0977ff42
--- /dev/null
+++ b/src/ext/Bal/wixstdfn/README.md
@@ -0,0 +1,11 @@
1# WixToolset.WixStandardBootstrapperApplicationFunctionApi
2
3WixToolset.WixStandardBootstrapperApplicationFunctionApi contains the SDK for building **BAFunctions** extensions for WixStdBA, the WiX Standard Bootstrapper Application for Burn bootstrapper bundles.
4
5BAFunctions are native-code DLLs (typically written in C++) that let you supplement the behavior of WixStdBA, rather than writing an entirely new BA to tweak existing BA behavior.
6
7## Sources
8https://github.com/wixtoolset/wix/tree/HEAD/src/ext/Bal/wixstdfn
9
10## Samples
11https://github.com/wixtoolset/wix/tree/HEAD/src/ext/Bal/Samples/bafunctions
diff --git a/src/ext/Bal/wixstdfn/wixstdfn.nuspec b/src/ext/Bal/wixstdfn/wixstdfn.nuspec
index 46a5de8c..1924431e 100644
--- a/src/ext/Bal/wixstdfn/wixstdfn.nuspec
+++ b/src/ext/Bal/wixstdfn/wixstdfn.nuspec
@@ -12,6 +12,7 @@
12 <copyright>$copyright$</copyright> 12 <copyright>$copyright$</copyright>
13 <projectUrl>$projectUrl$</projectUrl> 13 <projectUrl>$projectUrl$</projectUrl>
14 <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> 14 <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" />
15 <readme>README.md</readme>
15 <dependencies> 16 <dependencies>
16 <group targetFramework="Native"> 17 <group targetFramework="Native">
17 <dependency id="WixToolset.BootstrapperApplicationApi" version="[$version$,6)" /> 18 <dependency id="WixToolset.BootstrapperApplicationApi" version="[$version$,6)" />
@@ -21,6 +22,7 @@
21 </metadata> 22 </metadata>
22 23
23 <files> 24 <files>
25 <file src="$projectFolder$\README.md" />
24 <file src="$projectFolder$\build\$id$.props" target="build\" /> 26 <file src="$projectFolder$\build\$id$.props" target="build\" />
25 <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> 27 <file src="$projectFolder$\..\..\..\internal\images\wix.png" />
26 <file src="$projectFolder$\inc\*" target="lib\native\include" /> 28 <file src="$projectFolder$\inc\*" target="lib\native\include" />