Hello World BizTalk project. Gemaakt in BizTalk 2013 en omgezet naar 2016.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

107 wiersze
4.6KB

  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.6</TargetFrameworkVersion>
  14. <BpelCompliance>True</BpelCompliance>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <UpgradeBackupLocation>
  18. </UpgradeBackupLocation>
  19. <OldToolsVersion>4.0</OldToolsVersion>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <SignAssembly>true</SignAssembly>
  42. </PropertyGroup>
  43. <PropertyGroup>
  44. <AssemblyOriginatorKeyFile>HelloBizTalk2013World.snk</AssemblyOriginatorKeyFile>
  45. </PropertyGroup>
  46. <ItemGroup>
  47. <Reference Include="System">
  48. <Name>System</Name>
  49. </Reference>
  50. <Reference Include="System.Xml">
  51. <Name>System.XML</Name>
  52. </Reference>
  53. <Reference Include="System.Configuration">
  54. <Name>System.Configuration</Name>
  55. </Reference>
  56. <Reference Include="Microsoft.BizTalk.Pipeline">
  57. <SpecificVersion>False</SpecificVersion>
  58. </Reference>
  59. <Reference Include="Microsoft.BizTalk.DefaultPipelines">
  60. <Name>Microsoft.BizTalk.DefaultPipelines</Name>
  61. </Reference>
  62. <Reference Include="Microsoft.BizTalk.GlobalPropertySchemas">
  63. <Name>Microsoft.BizTalk.GlobalPropertySchemas</Name>
  64. </Reference>
  65. <Reference Include="Microsoft.BizTalk.TestTools">
  66. <Name>Microsoft.BizTalk.TestTools</Name>
  67. </Reference>
  68. <Reference Include="Microsoft.XLANGs.BaseTypes">
  69. <Name>Microsoft.XLANGs.BaseTypes</Name>
  70. </Reference>
  71. <Reference Include="TM.Shared.Components, Version=1.0.36.0, Culture=neutral, PublicKeyToken=9cbf569b151cb1d4, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\TM.Shared.Components\v4.0_1.0.36.0__9cbf569b151cb1d4\TM.Shared.Components.dll</HintPath>
  74. </Reference>
  75. <Reference Include="TM.Shared.Schemas, Version=1.0.4.0, Culture=neutral, PublicKeyToken=013b7f851874cb98, processorArchitecture=MSIL">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>..\..\..\..\..\..\..\Windows\Microsoft.NET\assembly\GAC_MSIL\TM.Shared.Schemas\v4.0_1.0.4.0__013b7f851874cb98\TM.Shared.Schemas.dll</HintPath>
  78. </Reference>
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Compile Include="Properties\AssemblyInfo.cs" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <None Include="HelloBizTalk2013World.snk" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Content Include="CustomExtensions.xml">
  88. <SubType>Designer</SubType>
  89. </Content>
  90. <Content Include="Shared.OrderStatus_to_ShipmentStatus.xsl">
  91. <SubType>Designer</SubType>
  92. </Content>
  93. <Map Include="Shared.OrderStatus_to_ShipmentStatus.btm">
  94. <TypeName>Shared_OrderStatus_to_ShipmentStatus</TypeName>
  95. <Namespace>TM.HelloBizTalk2013World.Transforms</Namespace>
  96. <SubType>Task</SubType>
  97. </Map>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <ProjectReference Include="..\Schemas\Schemas.btproj">
  101. <Project>{dd0cddd5-0d81-4c81-9e3e-24fe00ee99d9}</Project>
  102. <Name>Schemas</Name>
  103. </ProjectReference>
  104. </ItemGroup>
  105. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  106. <Import Project="$(MSBuildExtensionsPath)\Microsoft\BizTalk\BizTalkC.targets" />
  107. </Project>