Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

105 rindas
4.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>{38AD8481-2F7B-4506-8A3A-E8672A6913BD}</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.Bosman.Pipelines</RootNamespace>
  12. <AssemblyName>TM.Bosman.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>..\Bosman.snk</AssemblyOriginatorKeyFile>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="Microsoft.BizTalk.Edi.PipelineComponents, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  43. <Reference Include="System">
  44. <Name>System</Name>
  45. </Reference>
  46. <Reference Include="System.Xml">
  47. <Name>System.XML</Name>
  48. </Reference>
  49. <Reference Include="System.Configuration">
  50. <Name>System.Configuration</Name>
  51. </Reference>
  52. <Reference Include="Microsoft.BizTalk.Pipeline">
  53. <SpecificVersion>False</SpecificVersion>
  54. </Reference>
  55. <Reference Include="Microsoft.BizTalk.DefaultPipelines">
  56. <Name>Microsoft.BizTalk.DefaultPipelines</Name>
  57. </Reference>
  58. <Reference Include="Microsoft.BizTalk.GlobalPropertySchemas">
  59. <Name>Microsoft.BizTalk.GlobalPropertySchemas</Name>
  60. </Reference>
  61. <Reference Include="Microsoft.BizTalk.TestTools">
  62. <Name>Microsoft.BizTalk.TestTools</Name>
  63. </Reference>
  64. <Reference Include="Microsoft.XLANGs.BaseTypes">
  65. <Name>Microsoft.XLANGs.BaseTypes</Name>
  66. </Reference>
  67. <Reference Include="TM.Shared.Components, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9cbf569b151cb1d4, processorArchitecture=MSIL">
  68. <SpecificVersion>False</SpecificVersion>
  69. <HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\TM.Shared.Components\v4.0_1.0.0.0__9cbf569b151cb1d4\TM.Shared.Components.dll</HintPath>
  70. </Reference>
  71. <Reference Include="TM.Shared.PipelineComponents, Version=1.0.0.0, Culture=neutral, PublicKeyToken=db1d2fbb73684f7d, processorArchitecture=MSIL" />
  72. <Reference Include="TM.Shared.Pipelines, Version=1.0.0.0, Culture=neutral, PublicKeyToken=224c7e2c8b50f9df, processorArchitecture=MSIL">
  73. <SpecificVersion>False</SpecificVersion>
  74. <HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\TM.Shared.Pipelines\v4.0_1.0.0.0__224c7e2c8b50f9df\TM.Shared.Pipelines.dll</HintPath>
  75. </Reference>
  76. <Reference Include="TM.Shared.Schemas, Version=1.0.0.0, Culture=neutral, PublicKeyToken=013b7f851874cb98, processorArchitecture=MSIL">
  77. <SpecificVersion>False</SpecificVersion>
  78. <HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\TM.Shared.Schemas\v4.0_1.0.0.0__013b7f851874cb98\TM.Shared.Schemas.dll</HintPath>
  79. </Reference>
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Compile Include="Properties\AssemblyInfo.cs" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <None Include="..\Bosman.snk">
  86. <Link>Bosman.snk</Link>
  87. </None>
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Pipeline Include="IFCSUM.EDIReceive.btp">
  91. <TypeName>IFCSUM_EDIReceive</TypeName>
  92. <Namespace>TM.Bosman.Pipelines</Namespace>
  93. <SubType>Task</SubType>
  94. </Pipeline>
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Pipeline Include="IFTSTA.EDISend.btp">
  98. <TypeName>IFTSTA_EDISend</TypeName>
  99. <Namespace>TM.Bosman.Pipelines</Namespace>
  100. <SubType>Task</SubType>
  101. </Pipeline>
  102. </ItemGroup>
  103. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  104. <Import Project="$(MSBuildExtensionsPath)\Microsoft\BizTalk\BizTalkC.targets" />
  105. </Project>