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.

80 Zeilen
3.3KB

  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>{DD0CDDD5-0D81-4C81-9E3E-24FE00EE99D9}</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.Schemas</RootNamespace>
  12. <AssemblyName>TM.HelloBizTalk2013World.Schemas</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. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="Properties\AssemblyInfo.cs" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <None Include="HelloBizTalk2013World.snk" />
  72. <Schema Include="ShipmentStatusSchema_TEST.xsd">
  73. <TypeName>ShipmentStatusSchema_TEST</TypeName>
  74. <Namespace>TM.HelloBizTalk2013World.Schemas</Namespace>
  75. <SubType>Task</SubType>
  76. </Schema>
  77. </ItemGroup>
  78. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  79. <Import Project="$(MSBuildExtensionsPath)\Microsoft\BizTalk\BizTalkC.targets" />
  80. </Project>