Hello World BizTalk project. Gemaakt in BizTalk 2013 en omgezet naar 2016.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

20 linhas
1.1KB

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!--
  3. Deployment Framework for BizTalk
  4. Copyright (C) 2008-14 Thomas F. Abraham, 2004-08 Scott Colestock
  5. From C:\Program Files (x86)\Deployment Framework for BizTalk 5.7\Developer\ProjectTemplate
  6. -->
  7. <!-- Each SetEnvUIConfigItem element defines a single page in the wizard that appears during a server deployment. -->
  8. <!-- The EnvironmentVarName element specifies the name of an environment variable that will contain the value of the -->
  9. <!-- user's selection. Each environment variable automatically becomes an MSBuild property that you may reference in -->
  10. <!-- your .btdfproj file. -->
  11. <SetEnvUIConfig xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  12. <DialogCaption>[PROJECTNAME]</DialogCaption>
  13. <SetEnvUIConfigItem>
  14. <PromptText>Helaas verplichte, onoverkomelijke prompt ... </PromptText>
  15. <Caption>This is the LAST server in the BizTalk Group</Caption>
  16. <PromptValue>true</PromptValue>
  17. <ValueType>Checkbox</ValueType>
  18. <EnvironmentVarName>BT_DEPLOY_MGMT_DB</EnvironmentVarName>
  19. </SetEnvUIConfigItem>
  20. </SetEnvUIConfig>