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.

Schemas.btproj 3.4KB

vor 1 Monat
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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.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. </ItemGroup>
  72. <ItemGroup>
  73. <Compile Include="Properties\AssemblyInfo.cs" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <None Include="HelloBizTalk2013World.snk" />
  77. <Schema Include="ShipmentStatusSchema_TEST.xsd">
  78. <TypeName>ShipmentStatusSchema_TEST</TypeName>
  79. <Namespace>TM.HelloBizTalk2013World.Schemas</Namespace>
  80. <SubType>Task</SubType>
  81. </Schema>
  82. </ItemGroup>
  83. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  84. <Import Project="$(MSBuildExtensionsPath)\Microsoft\BizTalk\BizTalkC.targets" />
  85. </Project>