|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{38AD8481-2F7B-4506-8A3A-E8672A6913BD}</ProjectGuid>
- <ProjectTypeGuids>{EF7E3281-CD33-11D4-8326-00C04FA0CE8D};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <OutputType>library</OutputType>
- <GenericProcessing>true</GenericProcessing>
- <RootNamespace>TM.Bosman.Pipelines</RootNamespace>
- <AssemblyName>TM.Bosman.Pipelines</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <BpelCompliance>True</BpelCompliance>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup>
- <SignAssembly>true</SignAssembly>
- </PropertyGroup>
- <PropertyGroup>
- <AssemblyOriginatorKeyFile>..\Bosman.snk</AssemblyOriginatorKeyFile>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Microsoft.BizTalk.Edi.PipelineComponents, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
- <Reference Include="System">
- <Name>System</Name>
- </Reference>
- <Reference Include="System.Xml">
- <Name>System.XML</Name>
- </Reference>
- <Reference Include="System.Configuration">
- <Name>System.Configuration</Name>
- </Reference>
- <Reference Include="Microsoft.BizTalk.Pipeline">
- <SpecificVersion>False</SpecificVersion>
- </Reference>
- <Reference Include="Microsoft.BizTalk.DefaultPipelines">
- <Name>Microsoft.BizTalk.DefaultPipelines</Name>
- </Reference>
- <Reference Include="Microsoft.BizTalk.GlobalPropertySchemas">
- <Name>Microsoft.BizTalk.GlobalPropertySchemas</Name>
- </Reference>
- <Reference Include="Microsoft.BizTalk.TestTools">
- <Name>Microsoft.BizTalk.TestTools</Name>
- </Reference>
- <Reference Include="Microsoft.XLANGs.BaseTypes">
- <Name>Microsoft.XLANGs.BaseTypes</Name>
- </Reference>
- <Reference Include="TM.Shared.Components, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9cbf569b151cb1d4, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\TM.Shared.Components\v4.0_1.0.0.0__9cbf569b151cb1d4\TM.Shared.Components.dll</HintPath>
- </Reference>
- <Reference Include="TM.Shared.PipelineComponents, Version=1.0.0.0, Culture=neutral, PublicKeyToken=db1d2fbb73684f7d, processorArchitecture=MSIL" />
- <Reference Include="TM.Shared.Pipelines, Version=1.0.0.0, Culture=neutral, PublicKeyToken=224c7e2c8b50f9df, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\TM.Shared.Pipelines\v4.0_1.0.0.0__224c7e2c8b50f9df\TM.Shared.Pipelines.dll</HintPath>
- </Reference>
- <Reference Include="TM.Shared.Schemas, Version=1.0.0.0, Culture=neutral, PublicKeyToken=013b7f851874cb98, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\TM.Shared.Schemas\v4.0_1.0.0.0__013b7f851874cb98\TM.Shared.Schemas.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="..\Bosman.snk">
- <Link>Bosman.snk</Link>
- </None>
- </ItemGroup>
- <ItemGroup>
- <Pipeline Include="IFCSUM.EDIReceive.btp">
- <TypeName>IFCSUM_EDIReceive</TypeName>
- <Namespace>TM.Bosman.Pipelines</Namespace>
- <SubType>Task</SubType>
- </Pipeline>
- </ItemGroup>
- <ItemGroup>
- <Pipeline Include="IFTSTA.EDISend.btp">
- <TypeName>IFTSTA_EDISend</TypeName>
- <Namespace>TM.Bosman.Pipelines</Namespace>
- <SubType>Task</SubType>
- </Pipeline>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <Import Project="$(MSBuildExtensionsPath)\Microsoft\BizTalk\BizTalkC.targets" />
- </Project>
|