Hello World BizTalk project. Gemaakt in BizTalk 2013 en omgezet naar 2016.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

16 lines
735B

  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. <SetEnvUIConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  8. <DialogCaption>[PROJECTNAME]</DialogCaption>
  9. <SetEnvUIConfigItem>
  10. <PromptText>Helaas verplichte, onoverkomelijke prompt ... </PromptText>
  11. <Caption>This is the FIRST server in the BizTalk Group</Caption>
  12. <PromptValue>true</PromptValue>
  13. <ValueType>Checkbox</ValueType>
  14. <EnvironmentVarName>BT_DEPLOY_MGMT_DB</EnvironmentVarName>
  15. </SetEnvUIConfigItem>
  16. </SetEnvUIConfig>