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

преди 4 седмици
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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.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>TransSmart.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.PipelineComponents, Version=2.0.1.0, Culture=neutral, PublicKeyToken=db1d2fbb73684f7d, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\TM.Shared.PipelineComponents\v4.0_2.0.1.0__db1d2fbb73684f7d\TM.Shared.PipelineComponents.dll</HintPath>
  74. </Reference>
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Compile Include="Properties\AssemblyInfo.cs" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <None Include="TransSmart.snk" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Pipeline Include="Shipments.XMLReceive.btp">
  84. <TypeName>Shipments_XMLReceive</TypeName>
  85. <Namespace>TM.TransSmart.Pipelines</Namespace>
  86. <SubType>Designer</SubType>
  87. </Pipeline>
  88. </ItemGroup>
  89. <ItemGroup>
  90. <ProjectReference Include="..\PipelineComponents\PipelineComponents.csproj">
  91. <Project>{e4eac238-b75e-450a-ba8f-c6a33a3d939c}</Project>
  92. <Name>PipelineComponents</Name>
  93. </ProjectReference>
  94. </ItemGroup>
  95. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  96. <Import Project="$(MSBuildExtensionsPath)\Microsoft\BizTalk\BizTalkC.targets" />
  97. </Project>