diff options
Diffstat (limited to '')
-rw-r--r-- | src/wixext/bal.xsd | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/wixext/bal.xsd b/src/wixext/bal.xsd index 52f9142f..ee1f8cec 100644 --- a/src/wixext/bal.xsd +++ b/src/wixext/bal.xsd | |||
@@ -215,6 +215,42 @@ | |||
215 | </xs:complexType> | 215 | </xs:complexType> |
216 | </xs:element> | 216 | </xs:element> |
217 | 217 | ||
218 | <xs:element name="WixDotNetCoreBootstrapperApplication"> | ||
219 | <xs:annotation> | ||
220 | <xs:documentation> | ||
221 | Configures the DotNetCoreBootstrapperApplicationHost for a Bundle. | ||
222 | </xs:documentation> | ||
223 | <xs:appinfo> | ||
224 | <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="BootstrapperApplicationRef" /> | ||
225 | </xs:appinfo> | ||
226 | </xs:annotation> | ||
227 | <xs:complexType> | ||
228 | <xs:attribute name="LogoFile" type="xs:string"> | ||
229 | <xs:annotation> | ||
230 | <xs:documentation>Source file of the logo graphic.</xs:documentation> | ||
231 | </xs:annotation> | ||
232 | </xs:attribute> | ||
233 | <xs:attribute name="ThemeFile" type="xs:string"> | ||
234 | <xs:annotation> | ||
235 | <xs:documentation>Source file of the theme XML.</xs:documentation> | ||
236 | </xs:annotation> | ||
237 | </xs:attribute> | ||
238 | <xs:attribute name="LocalizationFile" type="xs:string"> | ||
239 | <xs:annotation> | ||
240 | <xs:documentation>Source file of the theme localization .wxl file.</xs:documentation> | ||
241 | </xs:annotation> | ||
242 | </xs:attribute> | ||
243 | <xs:attribute name="SelfContainedDeployment" type="YesNoType"> | ||
244 | <xs:annotation> | ||
245 | <xs:documentation> | ||
246 | Whether the .NET Core BA was published as self-contained (SCD). | ||
247 | If using PublishTrimmed in the .NET Core project, there must be an item group with <TrimmerRootAssembly Include="System.Runtime.Loader" /> | ||
248 | </xs:documentation> | ||
249 | </xs:annotation> | ||
250 | </xs:attribute> | ||
251 | </xs:complexType> | ||
252 | </xs:element> | ||
253 | |||
218 | <xs:attribute name="BAFactoryAssembly" type="YesNoType"> | 254 | <xs:attribute name="BAFactoryAssembly" type="YesNoType"> |
219 | <xs:annotation> | 255 | <xs:annotation> |
220 | <xs:documentation> | 256 | <xs:documentation> |