Hello World BizTalk project. Gemaakt in BizTalk 2013 en omgezet naar 2016.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

100 Zeilen
4.4KB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{B0C9D0D2-75D8-4A96-8593-6E71CAACBB4D}</ProjectGuid>
  8. <ProjectTypeGuids>{EF7E3281-CD33-11D4-8326-00C04FA0CE8D};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  9. <OutputType>library</OutputType>
  10. <GenericProcessing>true</GenericProcessing>
  11. <RootNamespace>TM.HelloBizTalk2013World.Transforms</RootNamespace>
  12. <AssemblyName>TM.HelloBizTalk2013World.Transforms</AssemblyName>
  13. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  14. <BpelCompliance>True</BpelCompliance>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  34. </PropertyGroup>
  35. <PropertyGroup>
  36. <SignAssembly>true</SignAssembly>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <AssemblyOriginatorKeyFile>HelloBizTalk2013World.snk</AssemblyOriginatorKeyFile>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="System">
  43. <Name>System</Name>
  44. </Reference>
  45. <Reference Include="System.Xml">
  46. <Name>System.XML</Name>
  47. </Reference>
  48. <Reference Include="System.Configuration">
  49. <Name>System.Configuration</Name>
  50. </Reference>
  51. <Reference Include="Microsoft.BizTalk.Pipeline">
  52. <SpecificVersion>False</SpecificVersion>
  53. </Reference>
  54. <Reference Include="Microsoft.BizTalk.DefaultPipelines">
  55. <Name>Microsoft.BizTalk.DefaultPipelines</Name>
  56. </Reference>
  57. <Reference Include="Microsoft.BizTalk.GlobalPropertySchemas">
  58. <Name>Microsoft.BizTalk.GlobalPropertySchemas</Name>
  59. </Reference>
  60. <Reference Include="Microsoft.BizTalk.TestTools">
  61. <Name>Microsoft.BizTalk.TestTools</Name>
  62. </Reference>
  63. <Reference Include="Microsoft.XLANGs.BaseTypes">
  64. <Name>Microsoft.XLANGs.BaseTypes</Name>
  65. </Reference>
  66. <Reference Include="TM.Shared.Components, Version=1.0.36.0, Culture=neutral, PublicKeyToken=9cbf569b151cb1d4, processorArchitecture=MSIL">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\TM.Shared.Components\v4.0_1.0.36.0__9cbf569b151cb1d4\TM.Shared.Components.dll</HintPath>
  69. </Reference>
  70. <Reference Include="TM.Shared.Schemas, Version=1.0.4.0, Culture=neutral, PublicKeyToken=013b7f851874cb98, processorArchitecture=MSIL">
  71. <SpecificVersion>False</SpecificVersion>
  72. <HintPath>..\..\..\..\..\..\..\Windows\Microsoft.NET\assembly\GAC_MSIL\TM.Shared.Schemas\v4.0_1.0.4.0__013b7f851874cb98\TM.Shared.Schemas.dll</HintPath>
  73. </Reference>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <None Include="HelloBizTalk2013World.snk" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Content Include="CustomExtensions.xml">
  83. <SubType>Designer</SubType>
  84. </Content>
  85. <Content Include="Shared.OrderStatus_to_ShipmentStatus.xsl" />
  86. <Map Include="Shared.OrderStatus_to_ShipmentStatus.btm">
  87. <TypeName>Shared_OrderStatus_to_ShipmentStatus</TypeName>
  88. <Namespace>TM.HelloBizTalk2013World.Transforms</Namespace>
  89. <SubType>Task</SubType>
  90. </Map>
  91. </ItemGroup>
  92. <ItemGroup>
  93. <ProjectReference Include="..\Schemas\Schemas.btproj">
  94. <Project>{dd0cddd5-0d81-4c81-9e3e-24fe00ee99d9}</Project>
  95. <Name>Schemas</Name>
  96. </ProjectReference>
  97. </ItemGroup>
  98. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  99. <Import Project="$(MSBuildExtensionsPath)\Microsoft\BizTalk\BizTalkC.targets" />
  100. </Project>