Conversie van de TransSmart solution van BizTalk 2013 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.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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>{203120EC-1398-4BD5-96B2-46269F7EA6BA}</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.TransSmart.Pipelines</RootNamespace>
  12. <AssemblyName>TM.TransSmart.Pipelines</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>TransSmart.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.PipelineComponents, Version=2.0.1.0, Culture=neutral, PublicKeyToken=db1d2fbb73684f7d, processorArchitecture=MSIL">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\TM.Shared.PipelineComponents\v4.0_2.0.1.0__db1d2fbb73684f7d\TM.Shared.PipelineComponents.dll</HintPath>
  69. </Reference>
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Compile Include="Properties\AssemblyInfo.cs" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <None Include="TransSmart.snk" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Pipeline Include="Shipments.XMLReceive.btp">
  79. <TypeName>Shipments_XMLReceive</TypeName>
  80. <Namespace>TM.TransSmart.Pipelines</Namespace>
  81. <SubType>Designer</SubType>
  82. </Pipeline>
  83. </ItemGroup>
  84. <ItemGroup>
  85. <ProjectReference Include="..\PipelineComponents\PipelineComponents.csproj">
  86. <Project>{e4eac238-b75e-450a-ba8f-c6a33a3d939c}</Project>
  87. <Name>PipelineComponents</Name>
  88. </ProjectReference>
  89. </ItemGroup>
  90. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  91. <Import Project="$(MSBuildExtensionsPath)\Microsoft\BizTalk\BizTalkC.targets" />
  92. </Project>