|
- <?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>{B0C9D0D2-75D8-4A96-8593-6E71CAACBB4D}</ProjectGuid>
- <ProjectTypeGuids>{EF7E3281-CD33-11D4-8326-00C04FA0CE8D};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <OutputType>library</OutputType>
- <GenericProcessing>true</GenericProcessing>
- <RootNamespace>TM.HelloBizTalk2013World.Transforms</RootNamespace>
- <AssemblyName>TM.HelloBizTalk2013World.Transforms</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>HelloBizTalk2013World.snk</AssemblyOriginatorKeyFile>
- </PropertyGroup>
- <ItemGroup>
- <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.36.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.36.0__9cbf569b151cb1d4\TM.Shared.Components.dll</HintPath>
- </Reference>
- <Reference Include="TM.Shared.Schemas, Version=1.0.4.0, Culture=neutral, PublicKeyToken=013b7f851874cb98, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\..\..\..\..\Windows\Microsoft.NET\assembly\GAC_MSIL\TM.Shared.Schemas\v4.0_1.0.4.0__013b7f851874cb98\TM.Shared.Schemas.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="HelloBizTalk2013World.snk" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="CustomExtensions.xml">
- <SubType>Designer</SubType>
- </Content>
- <Content Include="Shared.OrderStatus_to_ShipmentStatus.xsl" />
- <Map Include="Shared.OrderStatus_to_ShipmentStatus.btm">
- <TypeName>Shared_OrderStatus_to_ShipmentStatus</TypeName>
- <Namespace>TM.HelloBizTalk2013World.Transforms</Namespace>
- <SubType>Task</SubType>
- </Map>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Schemas\Schemas.btproj">
- <Project>{dd0cddd5-0d81-4c81-9e3e-24fe00ee99d9}</Project>
- <Name>Schemas</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <Import Project="$(MSBuildExtensionsPath)\Microsoft\BizTalk\BizTalkC.targets" />
- </Project>
|