Hello World BizTalk project. Gemaakt in BizTalk 2013 en omgezet naar 2016.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

66 linhas
2.8KB

  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>{F4DA9BE5-3019-4536-AB7D-FE6599E8A541}</ProjectGuid>
  8. <ProjectTypeGuids>{EF7E3281-CD33-11D4-8326-00C04FA0CE8D};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  9. <OutputType>library</OutputType>
  10. <GenericProcessing>true</GenericProcessing>
  11. <RootNamespace>HelloBizTalk2013World</RootNamespace>
  12. <AssemblyName>HelloBizTalk2013World</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. <ItemGroup>
  36. <Reference Include="System">
  37. <Name>System</Name>
  38. </Reference>
  39. <Reference Include="System.Xml">
  40. <Name>System.XML</Name>
  41. </Reference>
  42. <Reference Include="System.Configuration">
  43. <Name>System.Configuration</Name>
  44. </Reference>
  45. <Reference Include="Microsoft.BizTalk.Pipeline">
  46. <SpecificVersion>False</SpecificVersion>
  47. </Reference>
  48. <Reference Include="Microsoft.BizTalk.DefaultPipelines">
  49. <Name>Microsoft.BizTalk.DefaultPipelines</Name>
  50. </Reference>
  51. <Reference Include="Microsoft.BizTalk.GlobalPropertySchemas">
  52. <Name>Microsoft.BizTalk.GlobalPropertySchemas</Name>
  53. </Reference>
  54. <Reference Include="Microsoft.BizTalk.TestTools">
  55. <Name>Microsoft.BizTalk.TestTools</Name>
  56. </Reference>
  57. <Reference Include="Microsoft.XLANGs.BaseTypes">
  58. <Name>Microsoft.XLANGs.BaseTypes</Name>
  59. </Reference>
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="Properties\AssemblyInfo.cs" />
  63. </ItemGroup>
  64. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  65. <Import Project="$(MSBuildExtensionsPath)\Microsoft\BizTalk\BizTalkC.targets" />
  66. </Project>