diff options
Diffstat (limited to 'src/wixstdba/wixstdba.def')
-rw-r--r-- | src/wixstdba/wixstdba.def | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/wixstdba/wixstdba.def b/src/wixstdba/wixstdba.def new file mode 100644 index 00000000..815d2977 --- /dev/null +++ b/src/wixstdba/wixstdba.def | |||
@@ -0,0 +1,8 @@ | |||
1 | ; Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | ||
2 | |||
3 | |||
4 | EXPORTS | ||
5 | BootstrapperApplicationCreate | ||
6 | BootstrapperApplicationDestroy | ||
7 | MbaPrereqBootstrapperApplicationCreate | ||
8 | MbaPrereqBootstrapperApplicationDestroy | ||