Hello World BizTalk project. Gemaakt in BizTalk 2013 en omgezet naar 2016.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

95 lines
5.5KB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Deployment Framework for BizTalk
  4. Copyright (C) 2004-2012 Thomas F. Abraham and Scott Colestock
  5. -->
  6. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Installer" ToolsVersion="4.0">
  7. <PropertyGroup>
  8. <Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
  9. <Platform Condition="'$(Platform)' == ''">x86</Platform>
  10. <!-- Customization Generic Apps -->
  11. <IsGenericComponent>False</IsGenericComponent>
  12. <IntegrationCode>F017</IntegrationCode>
  13. <UseEnvSettingsDB>True</UseEnvSettingsDB>
  14. <!-- Customization SSO Data Store Credentials -->
  15. <SsoAppAdminGroup>KLG\BizTalk SSO Administrators_$(BTDFENV)</SsoAppAdminGroup>
  16. <SsoAppUserGroup>KLG\BizTalk SSO Administrators_$(BTDFENV)</SsoAppUserGroup>
  17. <!-- End Customization -->
  18. <SchemaVersion>1.0</SchemaVersion>
  19. <ProjectName>HelloBizTalk2013World</ProjectName>
  20. <ProjectVersion>1.0</ProjectVersion>
  21. <SkipIISReset>True</SkipIISReset>
  22. <SkipHostInstancesRestart>True</SkipHostInstancesRestart>
  23. <IncludeOrchestrations>False</IncludeOrchestrations>
  24. <IncludeSSO>True</IncludeSSO>
  25. <UsingMasterBindings>True</UsingMasterBindings>
  26. <RequireXmlPreprocessDirectives>False</RequireXmlPreprocessDirectives>
  27. <ApplyXmlEscape>True</ApplyXmlEscape>
  28. </PropertyGroup>
  29. <PropertyGroup>
  30. <!-- Properties related to building an MSI for server deployments -->
  31. <!-- BizTalk App Version Upgrade -->
  32. <!-- For each new product release to be deployed to your BizTalk servers: -->
  33. <!-- 1) Increment ProductVersion -->
  34. <!-- 2) Generate a new GUID and update ProductId with the new GUID -->
  35. <!-- This allows the new MSI to automatically uninstall (not undeploy!) the old MSI and install the new one. -->
  36. <ProductVersion>1.0.0</ProductVersion>
  37. <ProductId>12879756-7422-4456-a802-dd28a938faf3</ProductId>
  38. <!-- BizTalk App Version Upgrade -->
  39. <ProductName>HelloBizTalk2013World</ProductName>
  40. <Manufacturer>$(BTDFCOMPANYNAME) Deployment Framework User</Manufacturer>
  41. <PackageDescription>HelloBizTalk2013World</PackageDescription>
  42. <PackageComments>HelloBizTalk2013World</PackageComments>
  43. <BizTalkAppDescription>$(ProjectName)-$(ProductVersion) Build on: $([System.DateTime]::Now) By: $(USERNAME) </BizTalkAppDescription>
  44. <!-- NEVER change the ProductUpgradeCode. -->
  45. <ProductUpgradeCode>df5e2102-6a85-4eb7-bc82-225e6d62636a</ProductUpgradeCode>
  46. </PropertyGroup>
  47. <!-- Under TFS Team Build, set CustomizableOutDir property to true in TFS 2005/2008/2010 UpgradeTemplate. -->
  48. <!-- With a workflow build, copy the default template then modify the MSBuild task for the solution build. Set OutDir to blank and -->
  49. <!-- CommandLineArguments to String.Format("/p:SkipInvalidConfigurations=true;TeamBuildOutDir=""{0}"" {1}", BinariesDirectory, MSBuildArguments). -->
  50. <PropertyGroup Condition="'$(Configuration)' == 'Debug'">
  51. <DeploymentFrameworkTargetsPath>$(MSBuildExtensionsPath)\DeploymentFrameworkForBizTalk\5.0\</DeploymentFrameworkTargetsPath>
  52. <OutputPath Condition="'$(TeamBuildOutDir)' == ''">bin\Debug\</OutputPath>
  53. <OutputPath Condition="'$(TeamBuildOutDir)' != ''">$(TeamBuildOutDir)</OutputPath>
  54. <DeployPDBsToGac>false</DeployPDBsToGac>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)' == 'Release'">
  57. <DeploymentFrameworkTargetsPath>$(MSBuildExtensionsPath)\DeploymentFrameworkForBizTalk\5.0\</DeploymentFrameworkTargetsPath>
  58. <OutputPath Condition="'$(TeamBuildOutDir)' == ''">bin\Release\</OutputPath>
  59. <OutputPath Condition="'$(TeamBuildOutDir)' != ''">$(TeamBuildOutDir)</OutputPath>
  60. <DeployPDBsToGac>false</DeployPDBsToGac>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)' == 'Server'">
  63. <DeploymentFrameworkTargetsPath>Framework\</DeploymentFrameworkTargetsPath>
  64. <!-- Get our PDBs into the GAC so we get file/line number information in stack traces. -->
  65. <DeployPDBsToGac>true</DeployPDBsToGac>
  66. </PropertyGroup>
  67. <ItemGroup>
  68. <PropsFromEnvSettings Include="SsoAppUserGroup;SsoAppAdminGroup;ESBLookupConnectionString;ESBTrackingConnectionString;B2BUsername;B2BPassword" />
  69. <AppsToReference Include="TM.Shared.Pipelines" />
  70. <AppsToReference Include="TM.Shared.Schemas" />
  71. <AppsToReference Include="TM.Shared.PipelineComponents" />
  72. </ItemGroup>
  73. <!-- !!! TODO !!! -->
  74. <!-- Add ItemGroup elements that contain one or more Schemas, Orchestrations, Transforms, etc. elements that describe -->
  75. <!-- the specific artifacts in your solution that need to be deployed. Use IntelliSense as a guide. -->
  76. <ItemGroup>
  77. <Schemas Include="TM.HelloBizTalk2013World.Schemas.dll">
  78. <LocationPath>..\Schemas\bin\$(Configuration)</LocationPath>
  79. </Schemas>
  80. <Transforms Include="TM.HelloBizTalk2013World.Transforms.dll">
  81. <LocationPath>..\Transforms\bin\$(Configuration)</LocationPath>
  82. </Transforms>
  83. </ItemGroup>
  84. <!-- !!! TODO !!! -->
  85. <Import Project="$(DeploymentFrameworkTargetsPath)BizTalkDeploymentFramework.targets" />
  86. <Import Project="$(BTDFEXTENSIONPATH)\Targets\1.0.0.\Custom.BizTalkDeploymentFramework.targets" />
  87. <!--
  88. The Deployment Framework automatically packages most files into the server install MSI.
  89. However, if there are special folders that you need to include in the MSI, you can
  90. copy them to the folder $(RedistDir) in the CustomRedist target.
  91. To include individual files, add an ItemGroup with AdditionalFiles elements.
  92. -->
  93. <Target Name="CustomRedist">
  94. </Target>
  95. </Project>