|
- <?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>{B1BF4328-D58F-4541-8D34-C08B5545B923}</ProjectGuid>
- <ProjectTypeGuids>{EF7E3281-CD33-11D4-8326-00C04FA0CE8D};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <OutputType>library</OutputType>
- <GenericProcessing>true</GenericProcessing>
- <RootNamespace>TM.TransSmart.Transforms</RootNamespace>
- <AssemblyName>TM.TransSmart.Transforms</AssemblyName>
- <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
- <BpelCompliance>True</BpelCompliance>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
- <OldToolsVersion>4.0</OldToolsVersion>
- </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>TransSmart.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.8.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.7.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>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\TM.Shared.Schemas\v4.0_1.0.3.0__013b7f851874cb98\TM.Shared.Schemas.dll</HintPath>
- </Reference>
- <Reference Include="TM.Shared.Schemas_v19A, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b81369b4a5e38b56, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\TM.Shared.Schemas_v19A\v4.0_1.0.0.0__b81369b4a5e38b56\TM.Shared.Schemas_v19A.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="TransSmart.snk" />
- </ItemGroup>
- <ItemGroup>
- <Map Include="TM.TransSmart.Shipment_to_TM.Shared.Order.btm">
- <TypeName>TM_TransSmart_Shipment_to_TM_Shared_Order</TypeName>
- <Namespace>TM.TransSmart.Transforms</Namespace>
- <SubType>Task</SubType>
- </Map>
- </ItemGroup>
- <ItemGroup>
- <Content Include="CustomExtensions.xml" />
- <Content Include="TM.TransSmart.Shipment_to_TM.Shared.Order.xsl">
- <SubType>Designer</SubType>
- </Content>
- <Content Include="TM.Shared.OrderStatus_to_TM.TransSmart.Status.xsl">
- <SubType>Designer</SubType>
- </Content>
- <Map Include="TM.Shared.OrderStatus_to_TM.TransSmart.Status.btm">
- <TypeName>TM_Shared_OrderStatus_to_TM_TransSmart_Status</TypeName>
- <Namespace>TM.TransSmart.Transforms</Namespace>
- <SubType>Task</SubType>
- </Map>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Schemas\Schemas.btproj">
- <Project>{df601dc7-9f2a-4805-bf5c-0c8b1024ac63}</Project>
- <Name>Schemas</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <Import Project="$(MSBuildExtensionsPath)\Microsoft\BizTalk\BizTalkC.targets" />
- </Project>
|