BizTalkAssembly Properties | MSBuild Extension Pack Help 4.0.12.0 |
The BizTalkAssembly type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application |
Sets the Application Name
|
|
Assemblies |
Sets the list of Assemblies
|
|
Database |
Sets the Management Database to connect to. Default is BizTalkMgmtDb
|
|
DatabaseServer |
Sets the DatabaseServer to connect to. Default is MachineName
|
|
DeploymentPath |
Sets the deployment path for assemblies
|
|
DestinationLocation |
Sets the DestinationLocation
|
|
Exists |
Gets whether the assembly / assemblies exist in BizTalk
|
|
Force |
Set to true to overwrite existing assemblies when deploy is called
|
|
Gac |
Set to true to gac the biztalk assemblies. Default is true. Note that if you set GacOnMSIFileInstall to true, the assembly will also be added to the gac.
|
|
GacOnAddResource |
Sets whether to GAC the assembly on add resource. Default is true
|
|
GacOnMsiFileImport |
Sets whether to GAC the assembly on file import. Default is true
|
|
GacOnMsiFileInstall |
Sets whether to GAC the assembly on file install. Default is false
|
See Also